sota-rust
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documents industry-standard best practices for Rust development, covering memory safety (unsafe discipline), concurrency (async/tokio safety), and robust error handling to prevent program instability.
- [SAFE]: Security-focused rules (rules/05) provide actionable advice for dependency auditing, integer overflow prevention, secret management (using zeroize and constant-time comparisons), and hardening against common web vulnerabilities like path traversal and SQL injection.
- [SAFE]: The instructions encourage the use of verified security tools and practices, such as
cargo audit,cargo deny, andcargo vetfor supply chain security, andMirifor detecting undefined behavior in unsafe code. - [SAFE]: No patterns of prompt injection, data exfiltration, obfuscation, or unauthorized remote code execution were detected in the skill's instructions or rules.
Audit Metadata