anonsec-mcp-server: Skill for Claude Code

.github/skills/code-review/SKILL.md

code-review-skill is a skill for Claude Code from VRIL-LABS/anonsec-mcp-server. It costs 154 tokens per session (2,962 once invoked), scanned A, a copy of code-review-skill, MIT.

A set of code-review guidelines covering many programming languages and web frameworks.

In plain words
What is it for?
Use it to review pull requests, assess architecture and performance, create review checklists, and give specific feedback to developers.
Why use it?
It gives reviewers a consistent way to find bugs, security problems, design issues, and maintenance concerns without turning reviews into personal criticism.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is VRIL-LABS/anonsec-mcp-server's own configuration. It tells Claude Code how to work on anonsec-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything anonsec-mcp-server configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is For large diffs, pipe the diff through [`scripts/pr-analyzer.py`](scripts/pr-analyzer.py) (`git diff main...HEAD | python scripts/pr-analyzer.py`) to triage com.

Reuse

Borrowing it

Nothing to install: this file belongs to VRIL-LABS/anonsec-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/VRIL-LABS/anonsec-mcp-server/master/.github/skills/code-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/VRIL-LABS/anonsec-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for code-review-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/vril-labs/anonsec-mcp-server/code-review.svg)](https://agentmods.dev/skills/vril-labs/anonsec-mcp-server/code-review)
Your own site
<a href="https://agentmods.dev/skills/vril-labs/anonsec-mcp-server/code-review"><img src="https://agentmods.dev/badge/skills/vril-labs/anonsec-mcp-server/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 154 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,962 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00154 $0.02962
Opus 5 $0.00077 $0.01481
Sonnet 5 $0.00031 $0.00592
Haiku 4.5 $0.00015 $0.00296

Measured 5d ago against content hash 0e5db6e9374c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

code-review-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to code-review-skill — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/skills/code-review/SKILL.md · 232 lines

How it starts

The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Code Review Skill

Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.

When to Use This Skill

  • Reviewing pull requests and code changes
  • Establishing code review standards for teams
  • Mentoring junior developers through reviews
  • Conducting architecture reviews
  • Creating review checklists and guidelines
  • Improving team collaboration
  • Reducing code review cycle time
  • Maintaining code quality standards

Core Principles

1. The Review Mindset

Goals of Code Review:

  • Catch bugs and edge cases
  • Ensure code maintainability
  • Share knowledge across team
  • Enforce coding standards
  • Improve design and architecture
  • Build team culture

Not the Goals:

  • Show off knowledge
  • Nitpick formatting (use linters)
  • Block progress unnecessarily
  • Rewrite to your preference

2. Effective Feedback

Good Feedback is:

  • Specific and actionable
  • Educational, not judgmental
  • Focused on the code, not the person
  • Balanced (praise good work too)
  • Prioritized (critical vs nice-to-have)
❌ Bad: "This is wrong."
✅ Good: "This could cause a race condition when multiple users
         access simultaneously. Consider using a mutex here."

❌ Bad: "Why didn't you use X pattern?"
✅ Good: "Have you considered the Repository pattern? It would
         make this easier to test. Here's an example: [link]"

❌ Bad: "Rename this variable."
✅ Good: "[nit] Consider `userCount` instead of `uc` for
         clarity. Not blocking if you prefer to keep it."

3. Review Scope

What to Review:

  • Logic correctness and edge cases
  • Security vulnerabilities
  • Performance implications
  • Test coverage and quality
  • Error handling
  • Documentation and comments
  • API design and naming
  • Architectural fit

What Not to Review Manually:

  • Code formatting (use Prettier, Black, etc.)
  • Import organization
  • Linting violations
  • Simple typos

Review Process

Phase 1: Context Gathering (2-3 minutes)

Read the full file on GitHub · 232 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 232 lines · 154 tokens per session scan A 0e5db6e9374c

Subscribe to this mod's changes

code-review-skill is a skill published in the GitHub repository VRIL-LABS/anonsec-mcp-server (1 stars, last pushed 3d ago), licensed MIT. It adds 154 tokens to every session and 2,962 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to code-review-skill, differing in 3 lines, and is treated as a copy.