rust-axum-framework
Fail
Audited by Snyk on Feb 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill includes examples that store plaintext API keys in state (e.g., api_key: "secret") and handlers that format/return that state (e.g., format!("API Key: {}", state.api_key)), which instructs embedding secret values directly into generated responses/code and thus risks secret exfiltration.
Audit Metadata