narrow-react-prop-types
Warn
Audited by Snyk on Jun 23, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The workflow’s runtime LLM prompt is constructed from GitHub issue/PR comment text (
github.event.comment.body) when handling/iterateviabun ci-scripts/agent-iteration.ts --comment-body "$COMMENT_BODY"and then passed intocodelayeras--prompt, so outsider-authored free-form comments can be ingested into the agent’s LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The GitHub Actions workflow runs "bunx @humanlayer/cli@latest codelayer ..." at runtime, which fetches and executes a remote npm package that directly controls and sends prompts to the Anthropic model (claude-opus-4-8), so it is a runtime external dependency that executes remote code and controls prompts.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata