anima-ci-integration
Warn
Audited by Snyk on Apr 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The CI workflow and script (SKILL.md and scripts/generate-components.ts) call anima.generateCode using FIGMA_FILE_KEY and FIGMA_TOKEN to fetch Figma file content via the Anima API, ingesting user-generated/untrusted third-party design data that directly drives code generation and PR creation.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The GitHub Actions workflow runs npm ci and the CI script imports/executes the @animaapp/anima-sdk package (fetched at runtime from the npm registry, e.g. https://www.npmjs.com/package/@animaapp/anima-sdk), so remote code is retrieved and executed as a required dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata