Back to skill
Skillv0.2.1

ClawScan security

Arc Security Mcp · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

SuspiciousFeb 17, 2026, 2:58 PM
Verdict
suspicious
Confidence
medium
Model
gpt-5-mini
Summary
The skill is coherent with a remote security-intelligence service, but it requires the agent to send skill code and possibly sensitive data to an unverified external endpoint (arcself.com) with no provenance or data-handling promises, which is a potentially risky mismatch for many users.
Guidance
This skill delegates analysis to a remote service (https://arcself.com) but provides no provenance or data-handling guarantees. Before installing: (1) confirm the vendor and review an official homepage or privacy/security policy; (2) do not send production or secret-containing skill source — test with non-sensitive samples first; (3) prefer solutions that can run locally if you need to analyze private code; (4) ask how submitted data is stored, who can access it, and how long it is retained; (5) monitor and limit network access for the agent if possible. If you cannot verify the service or are handling sensitive code/credentials, treat this skill as unsafe to use.

Review Dimensions

Purpose & Capability
noteThe name/description match the listed capabilities (skill safety checks, static analysis, intent analysis). Functionality is plausible for a remote MCP service. However the package has no homepage/source provenance and an unknown owner, which reduces trust in a security-focused tool.
Instruction Scope
concernSKILL.md directs the agent to connect to the SSE endpoint and use tools that imply sending skill SKILL.md/source for analysis. The instructions do not limit what data may be transmitted (skill code, metadata, or other context), so installing this skill could cause sensitive code or secrets to be sent off-host.
Install Mechanism
okInstruction-only skill with no install spec or code files — nothing is written to disk by the package itself, which lowers installation risk.
Credentials
concernThe skill requests no environment variables or credentials, which is expected, but its runtime behavior (remote analysis) can still exfiltrate sensitive data. Because there is no explicit data-usage/privacy policy in the SKILL.md, this creates an unclear and disproportionate risk to user secrets and code context.
Persistence & Privilege
okalways is false and there is no install hook. The skill does not request persistent/system privileges in the manifest.