docs-seeker
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The
repo-analysis.mdworkflow instructs the agent to executegit cloneon URLs discovered via web searches and to runnpm install -g repomix. Running arbitrary commands and installing software globally based on untrusted external data poses a significant security risk.\n- CREDENTIALS_UNSAFE (LOW): Thescripts/utils/env-loader.jsscript traverses parent directories to locate and load.envfiles (e.g.,.claude/.env). This behavior may inadvertently expose shared API keys or other sensitive environment variables to the skill.\n- EXTERNAL_DOWNLOADS (LOW): Thefetch-docs.jsscript makes network requests tocontext7.comto retrieve documentation. This involves transmitting user queries and potentially an API key to an external third-party service.\n- INDIRECT_PROMPT_INJECTION (LOW): The skill is designed to ingest documentation from external sources (llms.txt). Every ingestion point (e.g.,fetch-docs.js) lacks explicit boundary markers or sanitization of the documentation content, creating a surface for indirect prompt injection if the agent processes the retrieved text.
Audit Metadata