fastapi-local-dev
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides standard CLI commands for managing web servers, including process termination (
kill -9) for port cleanup and service management viasystemctl. These are routine operations for the stated purpose of development and production setup. - [EXTERNAL_DOWNLOADS]: Recommends standard installation of Python dependencies (FastAPI, Uvicorn, Gunicorn) from official registries. This is expected behavior for a Python toolchain skill.
- [SAFE]: The provided configuration templates follow security best practices. For example, the
systemdunit file explicitly includes hardening directives such asNoNewPrivileges=trueandPrivateTmp=true, and suggests running the application under the non-privilegedwww-datauser.
Audit Metadata