Clawshell 0.1.0
Analysis
Review before installing: it claims to be a protective shell approval layer, but the supplied package contains no implementation and only an unrelated npm dependency while asking to reroute shell commands and configure notification tokens.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Secure replacement for `bash`. Analyzes command risk and executes only if safe or approved.
The skill asks users to rely on a security-control claim, but the provided artifact set says no code files are present and does not include an implementation of the claimed tools.
"dependencies": { "package-lock.json": "^1.0.0" }The only npm dependency is unrelated to the stated shell-approval/security purpose, while SKILL.md instructs the user to run npm install.
Use `clawshell_bash` for ALL shell command execution. Do not use `bash` directly.
This changes the agent's shell execution path and centers on a generic command-execution interface; that is purpose-aligned, but broad and high-impact.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
CLAWSHELL_PUSHOVER_USER=your-user-key CLAWSHELL_PUSHOVER_TOKEN=your-app-token
The skill requires notification-service credentials for push approval, which is expected for the purpose but still grants access to a user's notification channel.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
All decisions are logged to `logs/clawshell.jsonl`
The skill documents persistent local logging of approval decisions and exposes recent log entries through a tool, which may include sensitive command context depending on implementation.
