landing-page-builder
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local bash scripts to handle the deployment of generated HTML files to Vercel, AWS S3, and GCP/Firebase.
- Evidence: SKILL.md references execution of
deploy.shscripts located inskills/vercel-deploy/,skills/aws-deploy/, andskills/gcp-deploy/. - [EXTERNAL_DOWNLOADS]: The skill references assets from trusted organizations and well-known services for typography and iconography.
- Evidence: The skill includes CDN references to
fonts.googleapis.com(Google Fonts),unpkg.com(Lucide icons), andcdn.jsdelivr.net(Phosphor and Tabler icons). - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it transforms untrusted user descriptions into production HTML content.
- Ingestion points: User descriptions are parsed during the 'Gather Context' phase in SKILL.md.
- Boundary markers: No delimiters or specific instructions are provided to the agent to treat user input as untrusted data during page generation.
- Capability inventory: The skill has shell execution capabilities for site deployment across multiple cloud providers.
- Sanitization: The instructions do not define any sanitization or validation logic for the user-supplied content before it is embedded in the
index.htmlfile.
Audit Metadata