python-conventions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited python-conventions (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
If the repo doesn't define its own tooling, use:
E (pycodestyle errors), F (pyflakes), I (isort), UP (pyupgrade)B (flake8-bugbear), SIM (flake8-simplify), PTH (pathlib)PIE (flake8-pie), RUF (ruff-specific), T201 (no print)PLC0415 (import-outside-toplevel)strict = true, warn_return_any = true, warn_unused_configs = true)pytest-cov, pytest-asyncio)ALWAYS use `test.py` in project root for:
uv run python3 << 'EOF')Write code to test.py, then run with uv run python test.py. Comment out previous code — keeps history. Gitignored — never commit.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.