neo-python-manager — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited neo-python-manager (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.
uv run, poetry run, or python.uv.lock, poetry.lock, pyproject.toml, requirements.txt.uv --version or poetry --version.uv > Poetry > pip).uv but it's not installed, or if the user wants to switch to uv/Poetry but the environment is not ready, mark it as "Pending Installation".uv.lock exists.curl -LsSf https://astral.sh/uv/install.sh | shpowershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"uv add <package> (Add package)uv sync (Sync environment)uv run <script.py> (Run script)poetry.lock exists or [tool.poetry] in pyproject.toml.curl -sSL https://install.python-poetry.org | python3 -poetry add <package> (Add package)poetry install (Install dependencies)poetry run python <script.py> (Run script)requirements.txt or .venv exists.pip install <package>pip install -r requirements.txt~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.