busabase-app-creator
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-provided blueprints, user stories, and existing application source code, creating a potential surface for indirect injection.
- Ingestion points: The skill reads
blueprint.jsonand existing AirApp files inmaintenancemode. - Boundary markers: The documentation in
references/maintenance.mdexplicitly instructs the agent to treat existing files as untrusted data rather than instructions. - Capability inventory: The skill can execute commands via
npmandnode, write files to the local filesystem, and propose changes to the Busabase workspace. - Sanitization: A specialized utility (
scripts/airapp-kit.mjs) validates the structure and content of blueprints against a strict schema. - [COMMAND_EXECUTION]: The skill utilizes Node.js
execFileto run validation and build tasks during the scaffolding process. - Evidence:
scripts/airapp-kit.mjsexecutesnpm view,npm install, andnode --evalto verify SDK exports and environment readiness. - [EXTERNAL_DOWNLOADS]: The skill downloads dependencies from official registries and installs templates from provided URLs.
- Evidence: The scaffolding process uses
npm installto fetchbusabase-sdk,hono, and other dependencies. Thebusabase-clitool is used to install templates from user-supplied repository URLs.
Audit Metadata