rust-project-structure
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill documents standard Cargo commands such as
cargo new,cargo init, andcargo install. These are used for project initialization and are legitimate within the context of a Rust development skill. - [EXTERNAL_DOWNLOADS]: The skill mentions
cargo install cargo-generateandcargo generate --git https://github.com/rust-unofficial/patterns.git. The URL targets a well-known community resource for Rust patterns, which is a common practice in the ecosystem. - [DATA_EXFILTRATION]: No network exfiltration or sensitive file access patterns were detected. The skill includes a 'Data Privacy' statement explicitly declaring no data collection or transmission.
- [PROMPT_INJECTION]: No instructional overrides, jailbreak attempts, or safety filter bypasses were found. The language is purely technical and educational.
- [REMOTE_CODE_EXECUTION]: No remote code execution patterns, such as piping
curltobashor executing untrusted scripts, are present. - [CREDENTIALS_UNSAFE]: No hardcoded API keys, tokens, or private secrets were detected. The skill correctly teaches project structure without including sensitive data.
- [OBFUSCATION]: No Base64, zero-width characters, homoglyphs, or other obfuscation techniques were identified in the markdown or code snippets.
Audit Metadata