neo-python — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited neo-python (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.
*.py, pyproject.toml, requirements.txt, Pipfile, or poetry.lock.asyncio), type hinting, or modern Python feature recommendations.pytest) or static analysis tools (ruff, mypy).pyproject.toml (Poetry/PDM/Ruff), requirements.txt (pip), or environment.yml (Conda).match/case, | union types).X | Y syntax.match statements (3.10+), TaskGroup (3.11+), and new generic syntax (3.12+).list[int | str].ruff as a linter and formatter for consistency.asyncio.TaskGroup to manage concurrent tasks.ExceptionGroup and except* syntax.ruff (high performance and highly integrated).mypy or pyright.pytest with pytest-asyncio or pytest-cov.Poetry or uv to ensure dependency locking and environment consistency.match/case structures.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.