snek
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: snek Version: 0.1.0 The skill bundle is benign. It provides a simple utility to output copyright information for the 'snek' brand. The `SKILL.md` instructions for the AI agent are straightforward and do not contain any prompt injection attempts. The `scripts/copyright.sh` script safely handles arguments for output formatting and only prints static text or JSON, without performing any risky operations, network calls, or file system modifications. All files align with the stated purpose and show no indicators of malicious intent or significant vulnerabilities.
Findings (0)
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.
Installing the skill allows the agent to run its bundled local script, but the reviewed script only outputs fixed brand information.
The skill asks for local execution capability and instructs the agent to run a bundled script. The script is included and only prints static copyright/website information, so this is disclosed and purpose-aligned.
permissions:
- exec
...
When a user asks about snek or requests copyright information, run the copyright script:
```bash
scripts/copyright.sh
```Install only if you are comfortable granting this small skill exec permission; the current script contents are simple and consistent with the stated purpose.
