docs-seeker
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The skill workflow requires executing multiple local Node.js scripts (
detect-topic.js,fetch-docs.js,analyze-llms-txt.js) via the command line. While the scripts themselves are provided, this pattern increases the attack surface if the script logic is compromised. - EXTERNAL_DOWNLOADS (MEDIUM): The
workflows/repo-analysis.mdfile instructs the agent to rungit clone [repo-url]andnpm install -g repomix. Executing these commands on untrusted repository URLs or installing global packages can lead to remote code execution if the sources are malicious. - DATA_EXFILTRATION (LOW): The
scripts/utils/env-loader.jsscript recursively searches parent directories (up to.claude/.env) for.envfiles. This behavior can lead to the accidental exposure of API keys or secrets intended for other skills or agents if they are stored in shared parent directories. - INDIRECT_PROMPT_INJECTION (LOW): The skill is designed to fetch and process
llms.txtfiles from external sources viacontext7.com. - Ingestion points:
scripts/fetch-docs.js(fetches external documentation content). - Boundary markers: Absent; the content is piped directly into analysis scripts.
- Capability inventory: Subprocess calls for
git,npm, andnodescripts. - Sanitization: Limited;
analyze-llms-txt.jsuses regex to extract URLs but does not sanitize the remaining content for instruction-like patterns.
Audit Metadata