Skill community
Risk level
medium
40/100

Systematic Debugging

Systematic Debugging is a community-maintained skill from obra/superpowers. Anomity scores its risk at 40 out of 100 (medium).

filesystem:read

Analysis summary

Systematic Debugging is a community-maintained skill from obra/superpowers. Anomity scores its risk at 40 out of 100 (medium).

Systematic Debugging is a process skill from the Superpowers plugin that runs before the agent is allowed to propose any fix for a reported bug, test failure, or unexpected behavior. Rather than letting the agent jump to its first hypothesis, the skill walks through a deliberate sequence: reproduce the problem under controlled conditions, narrow the failing surface to the smallest input that still fails, capture the actual versus expected output, form a hypothesis, and only then change code.

The skill reads source files, test outputs, and any artifacts the user has shared to characterize the bug, but it does not write files or execute commands — it shapes the agent's reasoning rather than the code itself. It declares only a filesystem read capability, which produces a low risk signal and does not match any dangerous combination.

The value of the skill is in what it prevents: shipping a fix for the wrong cause, declaring a flaky test "fixed" without understanding why, and the long detours that happen when an agent commits to a hypothesis before it has actually reproduced the failure.

Why this entry scored 40 out of 100

This profile starts at the catalog's neutral base of 50. Because the entry is community-maintained, trust adjusts the score by -10. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 40, placing it in the medium band.

See the full scoring formula →

Findings

  • Established community project Trust offset
    Contribution to score: -10

Capabilities

Every capability the entry declares, with the security implication of each.

  • filesystem:read Filesystem read
    Can read files on the host system. Used for context, indexing, or analysis.