Superpowers Mode

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only coding workflow mode that stores a small on/off state and shows no credential, network, code execution, or destructive behavior.

This appears safe to install if you want an on-demand stricter coding workflow. Be aware that enabling it persists across future coding tasks until disabled.

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

Future coding tasks may follow the stricter workflow until the user disables it, but the artifact only shows storage of a small mode flag.

Why it was flagged

The skill uses persistent memory to remember whether the workflow mode is enabled, which affects future coding-task behavior until changed.

Skill content
Track mode in:

`memory/superpowers-mode.md`

Format:

```md
enabled: true|false
updatedAt: <ISO>
notes: <optional>
```
Recommendation

Use the provided status/disable commands when needed, and avoid putting sensitive information into the optional notes field.