CtrlK
BlogDocsLog inGet started
Tessl Logo

giuseppe-trisciuoglio/developer-kit

Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.

69

Quality

87%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Overview
Quality
Evals
Security
Files

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's required installation workflow (SKILL.md "Install components" plus references/official-ui-reference.md) explicitly instructs running commands like "npx shadcn@latest add" and configuring registries (e.g., ui.shadcn.com or arbitrary registry URLs) which fetch remote component JSON/code into the project, so the agent will ingest untrusted third‑party content that could influence subsequent actions.

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.80). The shadcn CLI/registry fetches remote registry JSON at runtime (e.g., https://ui.shadcn.com/r/{name}.json) and the docs explicitly show registryDependencies and add commands that pull remote files (including AI prompt/registry items) which can inject code or prompts into the install/runtime flow.

Audited
Security analysis
Snyk