The skill facilitates remote prompt injection by fetching and executing authoritative instructions from an external URL, allowing attackers to hijack agent behavior while bypassing security review processes.
npx skills add https://github.com/vercel-labs/agent-skillsThe skill instructs the agent to fetch external content from a URL and treat it as authoritative instructions for rule-checking and output formatting, allowing an attacker to hijack the agent's behavior.
Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
The skill delegates its actual behavioral rules entirely to a remotely fetched document, meaning the user reviewing the skill package cannot know what instructions the agent will actually follow at runtime. This bypasses human review of the skill's true behavior.
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
The skill sets `author: vercel` in metadata and references a `vercel-labs` GitHub organization, lending false authority to the remote content source. This increases the likelihood a user or agent will trust and execute whatever the remote URL returns without scrutiny.
metadata: author: vercel ... https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/vercel-labs/agent-skills/web-design-guidelines)<a href="https://mondoo.com/ai-agent-security/skills/github/vercel-labs/agent-skills/web-design-guidelines"><img src="https://mondoo.com/ai-agent-security/api/badge/github/vercel-labs/agent-skills/web-design-guidelines.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/vercel-labs/agent-skills/web-design-guidelines.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.