explore
Pass
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill constructs shell commands by interpolating variables like
${PATH},${FOCUS}, and${ENTRY}directly into Bash blocks, which could lead to command injection if the variables contain shell metacharacters. - [EXTERNAL_DOWNLOADS]: The Troubleshooting section recommends installing the
llm-tldrpackage from public registries usinguvorpip. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection through the ingestion of untrusted codebase content. * Ingestion points: The skill reads local source files, structure, and metadata using tools like
tldr,Grep, andRead. * Boundary markers: There are no explicit boundary markers or instructions to ignore instructions within the ingested data. * Capability inventory: The skill environment includesBash(command execution),Write(file modification), andTask(sub-agent spawning). * Sanitization: No sanitization or validation of the ingested content is performed before it is used in the exploration process.
Audit Metadata