Back to skill
Skillv1.0.3

ClawScan security

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

Scanner verdict

BenignMar 19, 2026, 3:08 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
This is a routing/overview skill that only helps pick among Neta sub-skills; its declared requirements and instructions are consistent with that purpose.
Guidance
This skill is a lightweight router that tells the agent which Neta sub-skill to use; it itself doesn't require credentials or install anything. Before installing or running the suggested 'npx skills add' commands, inspect each referenced sub-skill (neta-space, neta-creative, neta-community, neta-suggest, neta-character, neta-elementum) because those sub-skills may introduce network activity, require API keys, or add install steps. If you plan to run the 'npx' commands, verify the package source and review the sub-skill SKILL.md files and any install scripts for requested env vars or downloads.

Review Dimensions

Purpose & Capability
okName/description match the instructions: the SKILL.md is a capability index and router that points to focused sub-skills. It does not request unrelated credentials or binaries.
Instruction Scope
okSKILL.md contains only classification/routing guidance and example 'npx skills add' commands to install sub-skills. It does not instruct the agent to read host files, access environment variables, or exfiltrate data.
Install Mechanism
okThis is an instruction-only skill with no install spec. The suggested install approach for sub-skills uses 'npx skills add' (a reasonable, conventional developer flow); the skill itself does not download or execute code.
Credentials
okNo environment variables, credentials, or config paths are requested. That is proportionate for a routing/index skill.
Persistence & Privilege
okNo elevated persistence is requested (always:false). The skill is user-invocable and does not modify other skills or system-wide settings.