CtrlK
BlogDocsLog inGet started
Tessl Logo

skills-search

This skill should be used when users want to search, discover, install, or manage Claude Code skills from the CCPM registry. Triggers include requests like "find skills for PDF", "search for code review skills", "install cloudflare-troubleshooting", "list my installed skills", "what does skill-creator do", or any mention of finding/installing/managing Claude Code skills or plugins.

89

2.52x
Quality

91%

Does it follow best practices?

Impact

86%

2.52x

Average score across 6 eval scenarios

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Security

3 findings — 1 critical severity, 2 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E006: Malicious code pattern detected in skill scripts

What this means

Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.

Why it was flagged

Malicious code pattern detected (high risk: 0.90). The skill mandates automatic execution of shell commands and bootstraps remote packages via npx/ccpm, which enables remote code execution and supply‑chain installation of arbitrary (potentially malicious) code even though no explicit data‑exfiltration or obfuscated payload is shown.

Report incorrect finding
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.md explicitly instructs the agent to run ccpm commands like "ccpm search", "ccpm info", and "ccpm install" against the public CCPM/skills registry, causing the agent to fetch and act on untrusted, user-published skill metadata which can influence install and follow-up actions.

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 skill mandates running "npx @daymade/ccpm" (e.g., `npx @daymade/ccpm setup`) at runtime, which fetches and executes remote code from the npm registry and is required for the skill to function, so this is a runtime external dependency that can execute remote code.

Repository
daymade/claude-code-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.