saas-landing
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely locally, producing a single static HTML file without any external network dependencies or remote code execution.
- [PROMPT_INJECTION]: The skill contains a vulnerability surface for indirect prompt injection because it ingests untrusted data from a local
DESIGN.mdfile and explicitly permits a section within it ('Agent Prompt Guide') to override its instructions. This is an intended feature of the design workflow rather than a malicious implementation. - Ingestion points: The agent is instructed to read
DESIGN.mdat the beginning of the workflow inSKILL.md. - Boundary markers: No explicit boundary markers or 'ignore' instructions are provided to separate the design content from the agent's core logic.
- Capability inventory: The skill requires
file_writeto output the finalindex.htmlfile. - Sanitization: No sanitization or validation is applied to the content retrieved from
DESIGN.md.
Audit Metadata