appbuilder-project-init
Warn
Audited by Snyk on May 7, 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.80). The skill's scripts (scripts/init.sh) invoke
aio app init --template=...to download npm-hosted templates (referenced by name in SKILL.md/README and troubleshooting docs mentioning the npm registry), and the workflow explicitly requires the agent to read and act on generated files (ext.config.yaml, mesh.json, web-src, etc.) during validation and post-init customization, so public template content can materially influence subsequent tool use and decisions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill invokes the Adobe CLI to run aio app init with scoped templates like @adobe/generator-app-excshell (e.g. fetched from the npm registry at https://registry.npmjs.org/@adobe/generator-app-excshell), which causes remote generator packages to be downloaded and executed at runtime and are required for initialization, so this is a runtime fetch that executes remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata