Use when running a systematic, self-directed skill-and-NFR audit on a website/web-app project — discovering skills from Tessl and VoltAgent, identifying non-functional-requirement gaps (performance, accessibility, security, SEO, testing, privacy, i18n, ...), and planning/implementing improvements in small, verified, committed phases. Trigger on "skill audit", "NFR audit", "audit this project for skills/gaps", "what skills am I missing", or before starting a multi-phase quality-improvement effort on a site.
75
94%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required workflow fetches and processes README content from an external GitHub repository (VoltAgent/awesome-agent-skills) via `curl` in Phase 1.
https://raw.githubusercontent.[REDACTED].md
url · 2 sites
The skill instructs the agent to fetch and process README content from the VoltAgent awesome-agent-skills GitHub repository via curl in Phase 1 skill discovery.
SKILL.md
54
`https://raw.githubusercontent.[REDACTED].md`
references/skill-discovery-searches.md
36
curl -s https://raw.githubusercontent.[REDACTED].md | grep -iE
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill instructs the agent to fetch and execute/scan remote content from the VoltAgent awesome-agent-skills GitHub repository (`https://raw.githubusercontent.com/VoltAgent/awesome-agent-skills/main/README.md`), which is an unverified third-party personal repository dependency carrying medium provenance risk.
VoltAgent/awesome-agent-skills
dependency · 3 sites
The skill instructs the agent to fetch and execute/scan remote content from the VoltAgent awesome-agent-skills GitHub repository, which is an unverified third-party personal repository dependency.
SKILL.md
54
`https://raw.githubusercontent.[REDACTED].md`
references/skill-discovery-searches.md
32
Fetch and scan https://github.com/VoltAgent/awesome-agent-skills for
36
curl -s https://raw.githubusercontent.[REDACTED].md | grep -iE