docs-seeker
Fail
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The workflow defined in
workflows/repo-analysis.mdinstructs the agent to execute shell commands likenpm install -g repomixandrepomix --output repomix-output.xml. Global package installation modifies system state and can be abused if the agent is directed to malicious packages.- [EXTERNAL_DOWNLOADS]: The skill fetches documentation fromcontext7.comand clones repositories from external URLs usinggit clone. While GitHub is a recognized service, the skill allows cloning from arbitrary repositories provided by the user or extracted from documentation.- [REMOTE_CODE_EXECUTION]: The combination of downloading external code viagit cloneand processing it with tools likerepomixconstitutes a remote code execution risk, especially when the source is untrusted or determined at runtime.- [DATA_EXFILTRATION]: The skill loads sensitive environment variables such asGITHUB_TOKEN,GEMINI_API_KEY, andCONTEXT7_API_KEYthroughscripts/utils/env-loader.js. The presence of these credentials combined with the ability to make network requests viahttps.getand shell commands creates a path for potential secret exfiltration.- [PROMPT_INJECTION]: The skill processes untrusted external data fromllms.txtfiles and source code repositories, creating a surface for indirect prompt injection. - Ingestion points:
scripts/fetch-docs.js(fetching fromcontext7.com) andworkflows/repo-analysis.md(repository cloning). - Boundary markers: Absent; the skill does not instruct the agent to ignore instructions embedded in the documentation or source code it analyzes.
- Capability inventory: Network requests (
https), file system operations, and shell command execution (git,npm,node). - Sanitization: No sanitization is performed on the content of the documentation or code before it is provided to the agent context.
Recommendations
- AI detected serious security threats
Audit Metadata