wk-workstyle-rust
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a set of static code quality rules for Rust projects, such as banning certain methods and enforcing documentation standards. These are standard development practices.
- [SAFE]: The tool configuration is highly restrictive, allowing only
Read,Glob, andGrep. This prevents the skill from performing destructive actions, writing to the filesystem, or initiating network connections. - [INDIRECT_PROMPT_INJECTION]: The skill processes external Rust source files, which represents an injection surface.
- Ingestion points: Uses
ReadandGreptools to ingest the contents of.rsfiles into the agent's context. - Boundary markers: No specific delimiters or "ignore" instructions are provided to the agent to distinguish between code content and potential embedded instructions.
- Capability inventory: The skill is restricted to read-only tools; it lacks the ability to execute commands, write files, or access the network.
- Sanitization: No explicit sanitization or filtering of the ingested code is described.
Audit Metadata