devils-advocate
Pass
Audited by Gen Agent Trust Hub on Aug 15, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data provided by the user in the form of 'evidence materials' (files, directories, or URLs).
- Ingestion points: Files and URLs provided in Step 0 and Step 2.
- Boundary markers: The instructions do not define explicit delimiters or 'ignore embedded instructions' warnings for the ingested content, though they mandate verbatim excerpts for citations.
- Capability inventory: The skill writes local JSON and Markdown files (
da_findings.json,da_report.md) and spawns sub-agents in 'Fan-out' mode to process data. - Sanitization: There is no explicit sanitization logic defined for external content before it is interpolated into analysis prompts.
- [COMMAND_EXECUTION]: The 'Fan-out' mode described in
SKILL.mdorchestrates multiple agent instances and performs file system operations (writing findings to the working directory). These operations are consistent with the skill's stated purpose as a structured research tool. - [METADATA_POISONING]: The skill includes a
.security-scan-passedfile claiming a successful security scan. Per standard auditing protocols, this claim is treated as data rather than a verified conclusion; however, no malicious intent was found behind this metadata.
Audit Metadata