CtrlK
BlogDocsLog inGet started
Tessl Logo

nuxt-ui-v4

Nuxt UI v4 component library for building Nuxt v4 applications. 125+ accessible components with Tailwind v4, Reka UI, dark mode, theming. Use for dashboards, forms, overlays, editors, page layouts, pricing pages, or encountering component, theming, or TypeScript errors.

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

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

Third-party content exposure detected (high risk: 0.80). The skill explicitly integrates an external MCP server (https://ui.nuxt.com/mcp) and documents AI SDK flows that call web_search and MCP tool-calling (see references/ai-sdk-v5_integration.md and chat-components.md), which fetch and ingest public web/tool outputs that the agent is expected to read and act on, creating a clear vector for indirect prompt injection.

Report incorrect finding
Medium

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

Potentially malicious external URL detected (high risk: 0.90). The skill describes MCP integration that uses the MCP server URL (https://ui.nuxt.com/mcp) and shows runtime code (experimental_createMCPClient / StreamableHTTPClientTransport → httpClient.tools()) which fetches remote "tools" that are passed into the AI model at runtime, thereby directly influencing model behavior and enabling remote-executed tool actions.

Repository
secondsky/claude-skills
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.