systems-programming-rust-project
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided requirements to generate project structures and source code.
- Ingestion points: Project requirements are ingested via the
$ARGUMENTSparameter in SKILL.md. - Boundary markers: No explicit delimiters or boundary markers are present to isolate user-provided requirements.
- Capability inventory: The skill provides templates for generating file content (e.g., Cargo.toml, main.rs) and suggests shell commands for project initialization.
- Sanitization: No explicit sanitization or validation of user-provided input is specified before it is incorporated into the generated output.
Audit Metadata