delegate-htmldoc
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data (such as investigation reports, source code, or issue summaries) to generate HTML documents. While it enforces strict sanitization—prohibiting JavaScript, event handlers, and external CSS dependencies—the ingestion of external content is a known surface for indirect prompt injection.
- Ingestion points: The
Objective,Scope, andContextfields in the request, which reference external files or URLs as source material. - Boundary markers: The skill uses structured Markdown for requests and instructions to sub-agents, encouraging the use of file paths over direct content injection.
- Capability inventory: Utilizes the
Bashtool to execute internal scripts for managing the delegation process. - Sanitization: Explicitly forbids
scriptelements, event handler attributes, andjavascript:URLs in the generated output, and uses a locked CSS template. - [EXTERNAL_DOWNLOADS]: The
model-token-prices.jsonfile contains reference URLs for pricing information from well-known AI service providers, including Anthropic, OpenAI, and Cognition. These are static references for cost analysis and do not trigger runtime downloads or code execution. - [COMMAND_EXECUTION]: The skill includes multiple shell scripts in the
scripts/directory that serve as wrappers for a local Node.js CLI tool (delegate-cli.mjs). These scripts are invoked via theBashtool to handle task preparation, dispatching to sub-agents, and processing responses.
Audit Metadata