Clawpilot

Security checks across malware telemetry and agentic risk

Overview

Clawpilot appears to be a local skill-recommendation advisor that does not install skills automatically; its notable risks are limited to advisory trust, incomplete provenance, and a test script that can run the Python handler.

This skill looks coherent and proportionate for a recommendation advisor. Before installing, remember that it does not actually vet or install other skills for you: review any recommended skill separately, be cautious with legal/medical/mental-health recommendations, and only run the included test script if you intentionally want to execute the local handler.

VirusTotal

64/64 vendors flagged this skill as clean.

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Users have less external context for who maintains the skill or where to verify updates.

Why it was flagged

The package does not provide an upstream source or homepage for independent provenance checks, although the supplied artifacts are self-contained and show no remote install behavior.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the publisher and review the included files before installing, especially because this skill advises on other skill installations.

#
ASI05: Unexpected Code Execution
Low
What this means

Running the test script will execute local Python code from the skill package.

Why it was flagged

The test harness can execute the local Python handler. The command target is fixed, arguments are passed without shell expansion, and the artifact presents it as a manual test utility.

Skill content
const proc = spawn("python3", args);
Recommendation

Do not run test.js unless you intend to run the local test harness; normal use should rely on the reviewed handler behavior.

#
ASI09: Human-Agent Trust Exploitation
Low
What this means

A user might rely too heavily on the advisor's static risk labels when choosing skills for legal, health, or financial-impact tasks.

Why it was flagged

The skill gives risk labels and installation recommendations for potentially sensitive domains. This is purpose-aligned and it includes disclaimers, but users may over-trust static recommendations.

Skill content
Risk labels | Assigns low, medium, high, or pending risk labels ... High | May affect legal rights, financial safety, or health decisions
Recommendation

Treat its recommendations as a starting point, read each recommended skill's own review, and consult qualified professionals for high-risk domains.