devops-plan
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill ingests untrusted data from the local file system (IaC filenames and provider strings) to generate a DevOps plan. While the discovery process is primarily read-only, it influences the agent's plan and triggers a subagent audit task, creating a surface for indirect prompt injection from local file content.\n
- Ingestion points:
lsandgrepcommands inSKILL.mdtargeting local.tf,.yml, and.cfgfiles.\n - Boundary markers: Absent; the skill does not use delimiters when reporting findings to the agent or calling the subagent.\n
- Capability inventory: Limited to
Bash(read-only file discovery) andTask(triggering an external audit tool).\n - Sanitization: The
grepcommand uses a character class[a-z]+which provides some implicit sanitization for provider names, but filenames and directory structures are not sanitized.
Audit Metadata