rust-expert
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill incorporates comprehensive security and quality guidelines, explicitly recommending tools like
cargo audit,cargo deny, andcargo-semver-checksfor supply chain and API safety. - [SAFE]: The included helper scripts (
scripts/discover-rust-gates.mjs,scripts/check-reference-links.mjs,scripts/check-trigger-evals.mjs) are static analysis tools that read local repository configurations (such as GitHub Workflows, Justfiles, and Markdown links) to assist the developer. These scripts do not perform network requests, execute remote code, or request elevated privileges. - [SAFE]: The skill instructions promote safe Rust practices, such as avoiding unnecessary
unsafeblocks, minimizing the use ofArc<Mutex<_>>, and properly handling error boundaries. - [SAFE]: No obfuscation, hardcoded credentials, or persistence mechanisms were found across the skill's documentation, configurations, or utility scripts.
Audit Metadata