The skill facilitates SSRF via arbitrary URL fetching and enables remote command injection by piping unverified API responses directly into shell commands, violating its stated network access restrictions.
npx skills add https://github.com/sleekdotdesign/agent-skillsThe skill documentation claims network access is limited to 'https://sleek.design only', but the implementation instructions explicitly require fetching icons from 'https://api.iconify.design'.
The 'Prerequisites' section states: 'Network access limited to https://sleek.design only.' However, the 'Icons' section instructs: 'fetch the SVGs from the Iconify API... GET https://api.iconify.design/{prefix}/{name}.svg'.The skill allows passing arbitrary HTTPS URLs to the Sleek API, which are then fetched by Sleek's servers. This creates a potential Server-Side Request Forgery (SSRF) vector if the user provides internal or sensitive URLs.
"imageUrls": ["https://example.com/ref.png"]
The skill instructs the agent to fetch SVGs from an external, unverified API (api.iconify.design) based on icon names found in the HTML code. An attacker could manipulate the component HTML to include malicious URLs or trigger requests to arbitrary domains.
GET https://api.iconify.design/{prefix}/{name}.svgThe skill explicitly instructs the agent to use shell commands to pipe API responses directly into files, bypassing standard agent-controlled file writing tools and increasing the risk of arbitrary command injection if the API response is manipulated.
use shell commands to fetch the API response and write it directly to disk
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/sleekdotdesign/agent-skills/sleek-design-mobile-apps)<a href="https://mondoo.com/ai-agent-security/skills/github/sleekdotdesign/agent-skills/sleek-design-mobile-apps"><img src="https://mondoo.com/ai-agent-security/api/badge/github/sleekdotdesign/agent-skills/sleek-design-mobile-apps.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/sleekdotdesign/agent-skills/sleek-design-mobile-apps.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.