snek
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
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.
