docs-seeker
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches documentation indices (llms.txt) from context7.com, a well-known service providing LLM-optimized documentation for libraries and frameworks.
- [COMMAND_EXECUTION]: Executes bundled Node.js scripts (
detect-topic.js,fetch-docs.js,analyze-llms-txt.js) to process user queries and documentation content. These scripts use built-in Node.js modules and perform no dangerous operations. - [DATA_EXPOSURE]: Implements a standard environment variable loader in
scripts/utils/env-loader.jsto manage configuration and API keys (e.g., CONTEXT7_API_KEY) from local.envfiles, following best practices for secret management in agent environments. - [COMMAND_EXECUTION]: Provides documentation for a repository analysis workflow in
workflows/repo-analysis.mdwhich involves standard development tools likegit cloneandrepomixas a fallback when automated documentation search fails.
Audit Metadata