Find Skills (Robin's Fork)
Analysis
This instruction-only skill is aligned with helping users find skills, but it can guide the agent to install third-party skills globally, so users should approve and verify installs.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
npx skills add <owner/repo@skill> -g -y ... The `-g` flag installs globally (user-level) and `-y` skips confirmation prompts.
This is purpose-aligned for a skill installer, but it gives the agent a direct path to change the user's installed skill set globally and bypass the CLI's confirmation prompts after the user indicates they want to proceed.
`npx skills add <package>` - Install a skill from GitHub or other sources
The intended workflow installs third-party skills from external sources. That is expected for this skill's purpose, but package identity and maintainer trust matter.
