cli-packaging-patterns

Pass

Audited by Gen Agent Trust Hub on Sep 5, 2026

Risk Level: SAFENO_CODE
Full Analysis
  • CLI Packaging Guidance: The skill provides a template for pyproject.toml and Python scripts to standardize CLI development. These are standard development practices for packaging software in the Python ecosystem.
  • Configuration Resolution Patterns: It describes a 3-tier configuration resolution (CLI flags > config file > hardcoded defaults). This is a common and safe pattern for software configuration.
  • Installation Patterns: The skill references uv tool install and npm as distribution mechanisms. The examples provided use generic placeholder URLs (e.g., github.com/yourorg/your-tool) and documented installation tools (uv), which is safe for a documentation skill.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 5, 2026, 04:27 AM
Security Audit — agent-trust-hub — cli-packaging-patterns