python-project-skel
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill generates standard Python project structures using well-known, industry-standard tools and libraries (Hatchling, Astral UV, Ruff, Mypy, Pytest, and Bandit).
- [SAFE]: File system operations are confined to the intended purpose of creating a new project directory and writing static template files based on user-provided configuration.
- [SAFE]: The generation script (
generate_project.py) does not perform any network operations, remote script execution, or sensitive data access. - [SAFE]: The generated project includes security-focused tooling (Bandit for security linting and pip-audit for dependency vulnerability scanning) by default, promoting secure development practices.
- [SAFE]: The Makefile targets are transparent and use standard development workflows for installation, testing, and version management.
Audit Metadata