axum-impl-deployment
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill promotes security best-practices such as using multi-stage Docker builds to reduce attack surface and binary size.
- [SAFE]: It correctly instructs developers to bind to
0.0.0.0inside containers and to use environment variables for sensitive configuration like database URLs and secrets rather than hardcoding them. - [SAFE]: The implementation of graceful shutdown handlers using
SIGTERMandSIGINTprevents data loss and abrupt connection resets during deployments. - [SAFE]: External tool recommendations like
cargo-chefandrustuptargets are standard industry tools used for build optimization and cross-compilation.
Audit Metadata