research-synthesize
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to Indirect Prompt Injection (Category 8) as it is designed to process external evidence files that may contain adversarial content.
- Ingestion points: The agent reads content from
collect/evidence/*.md, which are derived from external research sources. - Boundary markers: The
SKILL.mdfile contains a 'CRITICAL SAFETY RULE' explicitly instructing the agent to treat evidence as data and never follow instructions found within those files. - Capability inventory: The agent has permissions for
Read,Write,Edit,Glob, andGrep, and it executes local Python scripts to process the data. - Sanitization: The skill uses
scripts/claim_pipeline.pyto structure extracted claims into JSON formats, though the factual text of the claims is extracted directly from the ingested evidence.
- Ingestion points: The agent reads content from
- [COMMAND_EXECUTION]: The skill uses shell commands to run local Python helper scripts (
scripts/claim_pipeline.py) to maintain stable IDs and merge research deltas. This is a standard operational pattern for the skill's functionality and does not involve remote code or unsanitized user input in the command line itself.
Audit Metadata