CtrlK
BlogDocsLog inGet started
Tessl Logo

vannifr/nfr-gap-audit

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

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files
Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

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.

Why it was flagged

The required workflow fetches and processes README content from an external GitHub repository (VoltAgent/awesome-agent-skills) via `curl` in Phase 1.

Where we found it

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

Report incorrect finding
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

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.

Why it was flagged

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.

Where we found it

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

Audited
Security analysis
Snyk