Python Coding Guidelines
PassAudited by ClawScan on May 1, 2026.
Overview
This is an instruction-only Python coding guide; its suggested commands are development-related and disclosed, with only minor caution for file/environment changes.
This skill appears safe as a Python style and workflow guide. Before installing or using it, be aware that it may encourage normal development commands such as tests, lint fixes, formatting checks, and package installation; approve those actions only in the intended project environment.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may suggest or run normal Python project maintenance commands that can update source files or dependencies if the user permits it.
The skill recommends local development commands, including a linter auto-fix command that may modify project files. This is consistent with Python coding guidance, but users should be aware before allowing file-changing commands.
ruff check . --fix 2>/dev/null || python -m black --check . 2>/dev/null
Review proposed commands before execution, especially formatting/lint auto-fixes and dependency installation commands.
