delphi-imagine
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONNO_CODE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to analyze untrusted external data, which creates a surface for indirect prompt injection attacks.
- Ingestion points: As described in
SKILL.md, the agent reads "any artefact the agent can read" and briefing documents provided by thedelphi-groundskill. - Boundary markers: The skill requires a structured output format and grounding labels (
observed,inferred,constructed), providing some semantic distinction, but it lacks formal technical delimiters (e.g., XML tags or special fences) to isolate external input from the agent's instructions. - Capability inventory: According to the frontmatter in
SKILL.md, the skill has access toRead,Write,Grep,Glob, andBashtools. - Sanitization: The instructions do not define any sanitization, filtering, or escaping mechanisms for the content ingested from external documents.
- [NO_CODE]: The skill consists entirely of Markdown instructions and documentation without including any executable scripts or binary files.
Audit Metadata