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's SKILL.md explicitly instructs the agent to add and query external, user-provided web/YouTube/Drive sources (e.g., "nlm source add <notebook-id> --url \"<user-provided-url>\"" and "nlm research start \"<user-provided-query>\"") and to read NotebookLM responses grounded in those public sources, so the agent will ingest untrusted third-party content that could carry indirect prompt-injection instructions.

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 explicitly allows fetching arbitrary external URLs at runtime via commands like nlm source add <notebook-id> --url "<user-provided-url>", which are ingested into NotebookLM and therefore directly influence the model's prompts/responses (risking execution/control of agent behavior).

Audited
Security analysis
Snyk