litestar-granian
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous CLI options to wrap and control the
litestar runcommand using the Granian backend. These commands include process management (e.g.,--workers,--respawn-failed-workers), network binding, and TLS configuration. - [EXTERNAL_DOWNLOADS]: The skill documentation references official repositories for
litestar-granianandgranianon GitHub and packages on PyPI for installation (pip install "litestar-granian==0.16.0"). These are well-known, trusted sources for the Litestar ecosystem. - [DATA_EXPOSURE]: Includes standard instructions for managing TLS certificates and private keys via file paths (e.g.,
/etc/ssl/private/app.key). This is standard practice for web server configuration and does not represent a security risk. - [DYNAMIC_EXECUTION]: The skill describes an 'Embedded Runtime' where the server can be instantiated programmatically within Python. This uses standard library and Granian API calls to start the ASGI server.
Audit Metadata