ljg-qa
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data from URLs, search results, and PDF files, creating a potential surface for indirect prompt injection attacks.\n
- Ingestion points: Data enters through
WebFetch(URLs),WebSearch(queries), andRead(local PDFs and files) as described inWorkflows/Extract.md.\n - Boundary markers: No delimiters or explicit instructions are provided to the agent to treat external content as untrusted or to ignore embedded instructions.\n
- Capability inventory: The skill is capable of writing files to
~/Documents/notes/and executing local shell commands viacurlanddate.\n - Sanitization: There is no evidence of filtering or sanitization logic applied to the external content before it is processed by the agent.\n- [COMMAND_EXECUTION]: The skill instructs the agent to execute specific local shell commands for notification and metadata purposes.\n
- Evidence:
SKILL.mdandWorkflows/Extract.mdcontain instructions to runcurl -s -X POST http://localhost:31337/notifyfor status updates anddatefor generating filenames and timestamps. These commands are static and do not incorporate variable user or network input into the shell execution string itself.
Audit Metadata