web-design-guidelines
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches configuration and guidelines from Vercel Labs' public GitHub repository at runtime.
- Evidence:
SKILL.mdreferenceshttps://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.mdto be retrieved via WebFetch. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by fetching and obeying instructions from a remote source.
- Ingestion points: The agent fetches the
command.mdfile from a remote URL inSKILL.md. - Boundary markers: No delimiters or "ignore embedded instructions" warnings are defined for the fetched content.
- Capability inventory: The skill is designed to read local files based on user-provided patterns as specified in
SKILL.md. - Sanitization: No sanitization or validation of the fetched content is performed before applying the rules.
Audit Metadata