Back to skill
Skillv1.0.0

ClawScan security

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

Scanner verdict

BenignMar 15, 2026, 3:26 AM
Verdict
Benign
Confidence
high
Model
gpt-5-mini
Summary
This is an instruction-only conversational helper whose requested behavior, resources, and scope align with its stated purpose and it doesn't ask for credentials or install anything.
Guidance
This skill is internally consistent and lightweight, but review how it will be used in your agent: it infers emotion and missing context from user messages (which is expected for a conversational assistant). Confirm you are comfortable with the agent autonomously invoking this skill in conversation (the platform default). If you need stricter behavior, test prompts like “just give me the answer — no suggestions” to ensure the gate is respected, and try both beginner and advanced queries to verify it only appends next steps when appropriate.

Review Dimensions

Purpose & Capability
okName/description (produce targeted answers + optional next-step suggestions) match the SKILL.md instructions. No unrelated binaries, env vars, or installs are required.
Instruction Scope
okRuntime instructions stay within dialogue management: infer intent/emotion, answer, and optionally append prioritized next-step suggestions. They do not instruct reading system files, accessing external endpoints, or exfiltrating data.
Install Mechanism
okNo install spec or code files are provided (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
okThe skill declares no environment variables, credentials, or config paths; requested capabilities (emotion/intent inference, follow-up suggestions) are consistent with that.
Persistence & Privilege
okalways is false and the skill is user-invocable; autonomous invocation (disable-model-invocation=false) is the platform default and reasonable here. The skill does not request persistent system-wide privileges.