Back to skill
Skillv1.0.0

ClawScan security

A precision tool designed for distilling high-fidelity professional concepts and relationships from complex information. It automatically organizes knowledge into a 3-layer architecture (Core, Primary, Detail) and ensures semantic consistency through recursive entity tracking. This skill enables any AI to act as a structured knowledge engine, generating consistent, graph-ready data for interactive learning. · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMar 11, 2026, 3:05 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill's instructions, requirements, and scope are internally consistent with its stated purpose (structured multi-layer knowledge extraction) and it does not request extra permissions, installs, or credentials.
Guidance
This skill appears coherent and low-risk: it only prescribes how the agent should extract and structure knowledge into JSON and does not request credentials or install software. Before using, avoid submitting sensitive secrets or private credentials as part of the text you want analyzed (the skill processes whatever you provide). If you plan to use this to build a growing knowledge graph across sessions, verify how your agent/platform stores and protects that graph data (the skill itself does not specify storage or export behavior). Finally, confirm whether you are comfortable with the agent invoking the skill autonomously (default platform behavior) when it decides the skill is relevant.

Review Dimensions

Purpose & Capability
okName/description claim a multi-layer knowledge extraction tool and the skill is instruction-only that defines exactly that behavior (entity/relation JSON schema, 3-layer architecture). There are no unrelated requirements (no env vars, no binaries, no installs).
Instruction Scope
okSKILL.md stays on-purpose: it instructs the agent to parse the user's query and prior context, check a provided existing_terms list if present, build the Core/Primary/Detail hierarchy, and emit JSON. It does not instruct reading files, contacting external endpoints, or accessing unrelated system state.
Install Mechanism
okNo install spec and no code files — lowest-risk execution model. The skill is pure instructions that run in-memory as part of the agent's reasoning.
Credentials
okThe skill requests no environment variables, credentials, or config paths. The documented runtime behavior only references supplied context (user query, optional existing_terms) which is proportional to the stated functionality.
Persistence & Privilege
okFlags show always:false and user-invocable:true. The skill can be invoked autonomously by the agent (platform default), which is normal; it does not request persistent system presence or modify other skills.