Skill community code-review
Risk level
medium
50/100

Check

Check is a community-maintained skill from tw93. Anomity scores its risk at 50 out of 100 (medium).

filesystem:read shell:execute

Analysis summary

Check is a community-maintained skill from tw93. Anomity scores its risk at 50 out of 100 (medium).

Reviews code diffs, pull requests, and overall release readiness — pulling the change under review and reporting what looks risky before it ships.

It reads the repository and runs git and build commands, so it declares filesystem read and shell execution. Review skills are among the highest-value low-risk uses of an agent, because the output is advisory: a wrong finding costs a minute of human attention, where a wrong edit costs a debugging session. Keep it advisory — resist the version that fixes what it finds.

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: shell:execute 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.
  • shell:execute Shell execution
    Can run arbitrary shell commands. Combined with network access this becomes effectively a remote shell.