survey-generator
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to its design of processing untrusted data from external sources.
- Ingestion points: The skill uses the
WebFetchtool to retrieve content from external URLs (source_url) as defined in the Step 1 workflow ofSKILL.md. - Boundary markers: The
buildPromptfunction inscripts/build-survey.jsinterpolates the retrieved data (topics, paper summaries, and bibliography) into the LLM prompt without using explicit security delimiters or boundary markers to isolate untrusted content from the system instructions. - Capability inventory: The skill has access to
WriteandBashtools, which are used to save survey files and execute indexing commands (wiki-cli.js). - Sanitization: There is no evidence of content sanitization or instruction filtering applied to the web content before it is processed by the LLM for survey generation.
Audit Metadata