agentic-actions-auditor
Fail
Audited by Snyk on Jul 14, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill explicitly instructs the agent to capture
tokenfields and to include YAML code snippets/evidence in reports (which would include any literal API keys or secrets present in the workflow), thereby requiring the LLM to read and potentially output secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). Yes: in remote analysis mode the skill fetches outsider-authored workflow YAML from a user-supplied GitHub repo via
gh api .../contents/...and then reads fields likewith.prompt/with.system-promptinto the agent’s analysis/report context (free text originating from that remote repo).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata