Plugin community
Risk level
medium
50/100

Code Simplifier

Code Simplifier is a community-maintained plugin from community. Anomity scores its risk at 50 out of 100 (medium).

filesystem:read filesystem:write

Analysis summary

Code Simplifier is a community-maintained plugin from community. Anomity scores its risk at 50 out of 100 (medium).

Code Simplifier is a community-maintained Claude Code plugin focused on post-implementation code quality. Once the agent finishes a feature or fix, the plugin's review skill walks the changed files looking for opportunities to reuse existing utilities, eliminate dead branches, collapse near-duplicate code paths, and tighten error handling — then either suggests the cleanups for review or applies them in place depending on the user's preference.

Functionally, the plugin reads files across the active project to identify reusable utilities and dead code, and writes edits back when the user accepts a cleanup. It does not request shell execution, outbound network access, or credentials, and it inherits any project conventions the agent is already aware of rather than enforcing its own opinions.

The plugin is community trust because it is published by an independent maintainer rather than by Anthropic. The active risk signals come from filesystem read and write — the minimum surface for any plugin that edits source — and do not match any dangerous combination in the catalog. The residual concern is the standard one for code-modification plugins: review the diff before merging, especially when the plugin runs autonomously after a feature implementation.

Why this entry scored 50 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 +10 (capped at +30). It matches no dangerous capability combinations. The clamped result is 50, placing it in the medium band.

See the full scoring formula →

Findings

  • Established community project Trust offset
    Contribution to score: -10
  • 1 high-risk capability: filesystem:write High
    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.
  • filesystem:write Filesystem write
    Can create, edit, or delete files on the host system. High-impact capability — anything from helpful edits to planting persistence.