python-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited python-docs (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.
A focused docstring audit pass. Read the source, find gaps, fill them. Nothing else unless the user explicitly asks for MkDocs setup.
def submit_workflow(name: str, namespace: str, dry_run: bool = False) -> dict:
"""Submit a workflow template to the target cluster.
One-paragraph summary of what this does and why, not just what
the parameters are.
Args:
name: Workflow template name as registered in the cluster.
namespace: Kubernetes namespace to submit into.
dry_run: If True, validate only — do not submit. Defaults to False.
Returns:
The created Workflow resource dict from the Argo API response.
Raises:
WorkflowNotFoundError: If `name` does not match a registered template.
Example:
>>> result = submit_workflow("deploy-prod", "production")
>>> print(result["metadata"]["name"])
deploy-prod-x4k2z
"""| Symbol | Required |
|---|---|
| Module | One-paragraph summary at top of file |
| Class | Summary + Attributes: for public attrs |
__init__ | Args: only |
| Public method / function | Summary + Args: + Returns: + Raises: if applicable |
| Property | One-liner |
| Exception | Summary + when raised |
Skip Args: / Returns: only when type annotations make it completely self-evident.
.py files in scope.md files describing what code does — that goes stale_name) unless they're complex enough to warrant itpip install mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-navmkdocs gh-deploy → GitHub PagesSee user for preferred hosting target before scaffolding.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.