category-narrative-mapper
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from untrusted external sources, which is a known vector for indirect prompt injection attacks.
- Ingestion points: The skill retrieves content via
scripts/connectors/firecrawl.py(web scraping),scripts/connectors/tavily.py(search results), andscripts/connectors/wayback.py(archived content) as specified in the Data Sources section ofSKILL.md. - Boundary markers: Present. The Instructions section of
SKILL.mdexplicitly directs the agent to treat all scraped or external content as untrusted input and to ignore any instructions embedded within that data. - Capability inventory: The skill possesses the capability to execute local scripts (such as
registry-events.py) and write results to the localmemory/file system as detailed in the Save Results section. - Sanitization: Absent. The skill relies on agent instructions (natural language guardrails) rather than programmatic content filtering or sanitization of the retrieved HTML/text.
- [COMMAND_EXECUTION]: The skill instructions direct the agent to invoke several local scripts to facilitate data retrieval and maintain research state.
- Evidence:
SKILL.mdreferences the execution ofscripts/connectors/firecrawl.py,scripts/connectors/tavily.py,scripts/connectors/wayback.py, andregistry-events.py.
Audit Metadata