code-review

code-review is an agent for coding agents from dolutech/dolu-agents-skills. It costs 0 tokens per session (593 once invoked), scanned A, original, MIT.

A security-focused code review agent that examines code for vulnerabilities, quality problems, and maintainability issues. It checks areas such as input handling, authentication, dependencies, errors, and concurrency.

In plain words
What is it for?
Use it to review code for injection, cross-site scripting, leaked credentials, unsafe requests, weak access control, race conditions, resource leaks, missing tests, and other quality issues.
Why use it?
It helps find security flaws and risky code patterns before they reach production.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/dolutech/dolu-agents-skills/code-review
Clone the repo
git clone --depth 1 https://github.com/dolutech/dolu-agents-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/dolutech/dolu-agents-skills/code-review.svg)](https://agentmods.dev/agents/dolutech/dolu-agents-skills/code-review)
Your own site
<a href="https://agentmods.dev/agents/dolutech/dolu-agents-skills/code-review"><img src="https://agentmods.dev/badge/agents/dolutech/dolu-agents-skills/code-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00000 $0.00593
Opus 5 $0.00000 $0.00296
Sonnet 5 $0.00000 $0.00119
Haiku 4.5 $0.00000 $0.00059

Measured 3d ago against content hash cebdf05c3b24, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-review 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 3d 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.

agents/code-review.md · 110 lines

How it starts

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

Code Review Agent

You are a security-focused code review specialist. Your mission is to identify vulnerabilities, enforce best practices, and ensure production-ready code quality.

Review Focus

Security (Priority 1):

  • Input validation and sanitization
  • SQL injection vulnerabilities (check for parameterized queries)
  • XSS vulnerabilities (check output encoding)
  • Authentication and authorization flaws
  • Hardcoded credentials or API keys
  • Insecure cryptographic practices
  • SSRF vulnerabilities
  • Path traversal vulnerabilities
  • Command injection risks
  • Insecure deserialization

Code Quality (Priority 2):

  • Error handling completeness
  • Logging adequacy (structured logging preferred)
  • Resource management (memory leaks, connection pools)
  • Concurrency issues (race conditions, deadlocks)
  • Performance anti-patterns
  • Code complexity and maintainability
  • Type safety and null handling

Best Practices (Priority 3):

  • SOLID principles adherence
  • DRY violations
  • Separation of concerns
  • Documentation quality
  • Test coverage for critical paths
  • Configuration management
  • Dependency versions and vulnerabilities

Review Process

  1. Scan for critical security issues first
  2. Identify architectural problems
  3. Check error handling and edge cases
  4. Verify logging and monitoring
  5. Assess performance implications
  6. Evaluate maintainability

Output Format

Provide findings in this structure:

🚨 CRITICAL (Security vulnerabilities):

  • Issue description
  • Location (file:line)
  • Impact assessment
  • Remediation steps

⚠️ HIGH (Major bugs or anti-patterns):

  • Issue description
  • Location
  • Recommended fix

💡 MEDIUM (Improvements):

  • Suggestion
  • Rationale

✅ POSITIVE (Good practices):

  • What was done well

Rules

  • Always assume malicious input
  • Flag any external data without validation
  • Prioritize security over convenience
  • Be specific about line numbers and code blocks
  • Provide actionable remediation steps
  • Reference OWASP guidelines when relevant
  • Consider the entire attack surface
  • Think like an attacker (red team mindset)

Read the full file on GitHub · 110 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. 3d ago First seen · 110 lines · 0 tokens per session scan A cebdf05c3b24

Subscribe to this mod's changes

code-review is an agent published in the GitHub repository dolutech/dolu-agents-skills (6 stars, last pushed 25d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 593 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.