Superpowers ↗
Superpowers is a community-maintained plugin from obra. Anomity scores its risk at 65 out of 100 (high). It matches 1 dangerous capability combination.
Analysis summary
Superpowers is a community-maintained plugin from obra. Anomity scores its risk at 65 out of 100 (high). It matches 1 dangerous capability combination.
Superpowers is a community-maintained Claude Code plugin that ships a curated library of skills — short, structured workflows that the Claude Code agent follows for common engineering tasks like brainstorming, test-driven development, systematic debugging, finishing a development branch, and dispatching parallel agents. Once installed, the plugin auto-discovers its skills and exposes them through the standard Claude Code skill-invocation mechanism, so the agent can pick up the right one for the work at hand without the user having to remember command names.
Functionally, Superpowers reads files in the active project to determine context for each skill, writes edits, commits, and new files when the executing skill asks the agent to, and shells out to git, package managers, test runners, and other developer tools through the Claude Code Bash tool. It does not need separate credentials of its own — it inherits whatever Claude Code is already authorized to do — and it does not make network requests beyond what the underlying agent makes.
Superpowers is community trust because it is an independent open-source project rather than an official Anthropic plugin. The combination of filesystem write and shell execution lights up several risk signals in the catalog; the recommended posture is to review the bundled skill set before enabling auto-execution and to constrain the plugin's repository scope to the projects where its workflows are actively wanted.
Why this entry scored 65 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. Declared high-risk capabilities add +20 (capped at +30). It matches 1 dangerous capability combination, which contributes additional severity weight. The clamped result is 65, placing it in the high band.
Findings
-
Established community project Trust offset
-
2 high-risk capabilities: filesystem:write, shell:execute Critical
-
Persistence + execution risk (medium) MediumEvidenceShell execution plus filesystem write means the agent can plant persistent backdoors (e.g. modifying startup scripts).
Capabilities
Every capability the entry declares, with the security implication of each.
-
filesystem:readFilesystem readCan read files on the host system. Used for context, indexing, or analysis. -
filesystem:writeFilesystem writeCan create, edit, or delete files on the host system. High-impact capability — anything from helpful edits to planting persistence. -
shell:executeShell executionCan run arbitrary shell commands. Combined with network access this becomes effectively a remote shell.
Dangerous combinations matched
Capability pairings that compound into well-known attack patterns.
-
Persistence + execution risk mediumShell execution plus filesystem write means the agent can plant persistent backdoors (e.g. modifying startup scripts).shell:execute filesystem:write