Back to skill
Skillv1.0.0

ClawScan security

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

Scanner verdict

BenignMay 1, 2026, 8:37 AM
Verdict
Benign
Confidence
high
Model
gpt-5.5
Summary
This is a simple echo test skill whose code matches its stated purpose and does not request sensitive access.
Guidance
This skill appears safe for testing parameter passing. It simply returns the name value you provide, so avoid entering anything sensitive if you do not want it echoed back in the result.

Review Dimensions

Purpose & Capability
okThe skill is described as a parameter-passing echo test, and the code reads a JSON name parameter and returns a greeting.
Instruction Scope
okThe instructions are limited to testing or demonstrating skill invocation with a single string input.
Install Mechanism
okThere is no install spec, no required binaries, no required environment variables, and requirements.txt contains no package dependencies.
Credentials
okThe code only reads stdin and writes a JSON response; there is no evidence of file access, network access, shell commands, or external services.
Persistence & Privilege
okThe artifacts show no credentials, privileged account use, persistence, background behavior, or mutation authority.