actix-web
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains standard Rust code examples for the Actix Web framework. It demonstrates best practices for security and performance, including:
- Use of parameterized SQL queries with
sqlxto prevent SQL injection. - Type-safe request handling using Actix Web extractors (
web::Json,web::Path,web::Query). - Secure handling of database connection strings using environment variables with local defaults.
- Implementation of standard JWT-based authentication middleware patterns.
- No evidence of malicious behavior, data exfiltration, or obfuscation was found in the documentation or code snippets.
Audit Metadata