codeprobe-solid
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted source code as input, which represents a surface for indirect prompt injection. Malicious instructions could be embedded in code comments or strings to influence the agent's behavior during analysis.
- Ingestion points: The skill reads user project files using the
Read,Grep, andGlobtools. - Boundary markers: The instructions do not define delimiters or specific 'ignore' instructions to isolate the user-provided code from the agent's internal logic.
- Capability inventory: Includes the
Bash,Read,Grep, andGlobtools, which are used to inspect and analyze the local environment and code. - Sanitization: No explicit sanitization or validation of the input code is described in the detection instructions.
Audit Metadata