citation-fixer
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted markdown data from 'brain pages' and uses fragments of that data to perform external searches and rewrite files.
- Ingestion points: The skill uses the
get_pagetool to read markdown content during the 'Scan pages' phase (Phases 1 & 2). - Boundary markers: There are no documented boundary markers or 'ignore' instructions to separate data from commands when processing these pages.
- Capability inventory: The skill has file-write capabilities via
put_pageand network capabilities via the X API integration andsearchtool. - Sanitization: There is no mention of escaping or sanitizing the content extracted from brain pages before it is used in API queries or written back to the file system.
- [COMMAND_EXECUTION]: The skill's documentation includes a shell script snippet for batch processing. While intended for user-initiated bulk cleanup, it demonstrates how the agent can be instructed to perform recursive filesystem scans using
findandgrep.
Audit Metadata