netsnek

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to be a small, disclosed Netsnek identity/copyright helper whose included script only prints static brand information.

Safe to install based on the provided artifacts if you want a Netsnek copyright/identity helper. It does request permission to run its included Bash script, but the reviewed script only prints static copyright information.

Findings (1)

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.

What this means

The skill can run its included Bash script when invoked; the reviewed script only prints Netsnek copyright and website information.

Why it was flagged

The skill asks the agent to execute a bundled shell script, which is code execution, but it is disclosed and directly tied to the stated copyright-information purpose.

Skill content
permissions:
      - exec
...
When a user asks about netsnek or requests copyright information, run the copyright script:

```bash
scripts/copyright.sh
```
Recommendation

This is low risk as reviewed, but users should re-check future updates before allowing executable skill code.