python-workflow-delivery — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited python-workflow-delivery (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.
Branch-to-PR execution discipline for Python work: validate, scope, and ship with confidence. Apply these defaults before opening or updating a PR.
These are preferred defaults for common cases, not universal rules. When deviating, call out tradeoffs and compensating controls (tests, observability, migration, rollback).
uv sync.When NOT to use:
python-design-modularity.python-testing.python-runtime-operations.uv for environment and dependency workflow.uv run ....Run as required by project scope:
uv syncuv sync --lockeduv lock --checkuv run ruff check .uv run ruff format --check .uv run pytestChange-specific checks:
uv run pytest scripts/test_pypi_security_audit.py -vpyleak diagnostics on representative async integration tests.pyproject.toml causes CI failures downstream.Generic pytest alone is not enough.
python-design-modularity.references/workflow.mdreferences/branch-commit-scope.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.