rust-cli-agent-style
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): The skill is primarily a collection of Markdown reference files. No malicious logic, obfuscation, or unauthorized data access was detected in any of the 59 files.
- [ERROR HANDLING] (INFO): Critical rules such as
err-no-unwrapanderr-no-expectmandate the use of proper error propagation over operations that could cause a denial-of-service (DoS) through application panics. - [MEMORY SAFETY] (INFO): The rule
cross-workspace-lintsrecommends a workspace-leveldenyonunsafe_code, which ensures the generated code adheres to Rust's strongest memory safety guarantees. - [TRUSTED SOURCE] (INFO): The skill identifies its source as the
openai/codexrepository.openaiis a verified trusted organization according to the [TRUST-SCOPE-RULE]. - [COMMAND_EXECUTION] (LOW): The
README.mddefines standard build and validation scripts usingpnpm. While these involve command execution and package downloads, they are standard for the development lifecycle of this skill type and are linked to a trusted source.
Audit Metadata