docs-manage
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxto execute commands for scraping, refreshing, and removing documentation from a local index. - [EXTERNAL_DOWNLOADS]: The skill fetches the
@arabold/docs-mcp-serverpackage from the NPM registry at runtime. This package is maintained by the skill author. - [DATA_EXPOSURE]: The
scrapecommand allows the agent to read and index local files using thefile://protocol. This is a documented feature for indexing local documentation. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external URLs and local files to build a documentation index. This creates an attack surface for indirect prompt injection if the source content contains malicious instructions.
- Ingestion points: The
scrapecommand accepts arbitrary URLs and local file paths (SKILL.md). - Boundary markers: The instructions do not define delimiters or warnings to ignore instructions embedded within the scraped content.
- Capability inventory: The skill uses
npxfor command execution and has the ability to read from the network and local file system (SKILL.md). - Sanitization: No sanitization or validation of the scraped content is specified in the prompt instructions.
Audit Metadata