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.90). The skill explicitly consumes external MCP servers and their content—e.g., McpClient.listTools(), McpClient.getResource()/executeTool and HttpMcpTransport examples in references/api-reference.md and references/examples.md (including GitHubToolProvider and resource listings)—which are untrusted, user-generated or external resources that the agent is expected to read and that can alter tool discovery and runtime behavior.

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 shows runtime commands that fetch and execute external server code (e.g., "npm exec @modelcontextprotocol/server-everything@0.6.2", "npm exec @modelcontextprotocol/server-sqlite@0.6.2", and "docker run ... mcp/github"), which would run remote code and can provide MCP prompts/tools that directly control agent behavior.

Audited
Security analysis
Snyk