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
91%
Does it follow best practices?
Impact
86%
2.52xAverage score across 6 eval scenarios
Critical
Do not install without reviewing
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.
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.
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.
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.
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.
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.
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.
392d34c
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.