find-skills-wzr-999

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill’s purpose is clear, but it documents a workflow that can install third-party agent skills globally while skipping confirmation prompts.

Before using this skill to install anything, ask the agent to show the exact skill package, source link, and expected effects. Prefer running the install yourself or asking the agent not to use `-y`, so you can review any prompts.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

A user who agrees to proceed could have a third-party skill installed persistently without seeing CLI confirmation prompts that might otherwise help review the change.

Why it was flagged

This makes a global, no-confirmation install command the documented agent-performed install path. Installing skills changes the user’s agent environment, and skipped prompts reduce the chance for review.

Skill content
If the user wants to proceed, you can install the skill for them: `npx skills add <owner/repo@skill> -g -y` ... The `-g` flag installs globally (user-level) and `-y` skips confirmation prompts.
Recommendation

Require explicit confirmation for the exact package, avoid `-y` by default, prefer scoped/non-global installs where possible, and show the skill source and expected effects before installing.

What this means

Installed skills may come from third-party sources and could affect future agent behavior.

Why it was flagged

The skill relies on external repositories or package sources for installed skills. This is expected for a skill-discovery tool, but users should still verify provenance before installation.

Skill content
`npx skills add <package>` - Install a skill from GitHub or other sources
Recommendation

Review the skill’s homepage/source, publisher, and instructions before installing, especially when the source is unfamiliar.