py-scaffold
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a project scaffolding template for FastAPI applications. It uses standard, well-known dependencies from the Python ecosystem (FastAPI, SQLAlchemy, Pydantic, etc.).
- [SAFE]: Command execution defined in the Makefile (running tests, linters, and type checkers) represents standard development workflows using official CLI tools.
- [SAFE]: The hardcoded password in the docker-compose.yml file is a generic placeholder ('secret') intended for local development environments, which is standard practice for scaffolds and does not expose production credentials.
Audit Metadata