unsafe-checker
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its core function of analyzing external Rust source code.
- Ingestion points: The skill uses
ReadandGrepto ingest content from files matching**/*.rsas specified in theSKILL.mdfrontmatter. - Boundary markers: The skill lacks explicit boundary markers or instructions to the agent to ignore potentially malicious instructions embedded in the code comments or strings of the files being analyzed.
- Capability inventory: Tools provided include
Read,Grep, andGlob, which allow the agent to process arbitrary content from the workspace to find unsafe patterns. - Sanitization: There is no evidence of sanitization or filtering of the ingested code content before it is presented to the AI agent for analysis.
Audit Metadata