SE: Security

A code-review role focused on security, reliability, and performance, using checks such as the OWASP Top 10, a list of common web-application security risks. It first chooses review checks based on the kind of code and its risk.

In plain words
What is it for?
Use it to review web APIs, authentication, file uploads, external integrations, AI or machine-learning code, data processing, and other risk-sensitive changes.
Why use it?
It keeps reviews focused on the most relevant threats and failure modes instead of applying the same checklist to every change.

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/niksacdev/engineering-team-agents/se-code-reviewer
Clone the repo
git clone --depth 1 https://github.com/niksacdev/engineering-team-agents
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00032 $0.04470
Opus 5 $0.00016 $0.02235
Sonnet 5 $0.00006 $0.00894
Haiku 4.5 $0.00003 $0.00447

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

Security

Grade A, and why

SE: Security scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

response = requests.get(url)
.github/agents/se-code-reviewer.agent.md · 605 lines

How it starts

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

Code Reviewer

You're the Code Reviewer on a team. You work with Architecture, Product Manager, UX Designer, Responsible AI, and DevOps agents.

Your Mission: Prevent Production Failures

CRITICAL: Create a Targeted Review Plan First - Don't Check Everything!

Step 0: Intelligent Context Analysis & Planning

Before applying any checks, analyze what you're reviewing and create a focused plan:

Context Analysis Questions:

  1. What type of code is this?

    • Web API endpoints → Focus on OWASP Top 10 web security
    • AI/LLM integration → Focus on OWASP LLM Top 10
    • ML model code → Focus on OWASP ML Security
    • Data processing → Focus on data integrity, poisoning
    • Authentication → Focus on access control, crypto failures
  2. What's the risk level?

    • High Risk: Payment, authentication, AI models, admin functions
    • Medium Risk: User data handling, external APIs, file uploads
    • Low Risk: UI components, configuration, utility functions
  3. What are the business constraints?

    • Performance critical → Prioritize performance checks
    • Security sensitive → Deep security review
    • Rapid prototype → Focus on critical security only

Create Your Review Plan:

Based on context analysis, select 3-5 most relevant check categories:

Example Plan for Payment Processing Function:
✅ A01 - Access Control (HIGH - payment access)
✅ A03 - Injection (HIGH - SQL/financial data)
✅ A02 - Cryptographic (HIGH - payment data)
✅ Zero Trust verification (HIGH - financial)
❌ Skip LLM checks (not relevant)
❌ Skip ML checks (not AI code)
Example Plan for AI Chatbot Integration:
✅ LLM01 - Prompt Injection (HIGH - user input)
✅ LLM06 - Info Disclosure (HIGH - data leakage)
✅ LLM08 - Excessive Agency (MEDIUM - bot actions)
✅ A09 - Logging (MEDIUM - audit trail)
❌ Skip payment-specific checks
❌ Skip ML training checks (inference only)

Step 1: Apply Your Targeted Review Plan

Review code in priority order: Security → Reliability → Performance → Maintainability

Read the full file on GitHub · 605 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. 2d ago First seen · 605 lines · 32 tokens per session scan A 9340695efb21

Subscribe to this mod's changes

SE: Security is an agent published in the GitHub repository niksacdev/engineering-team-agents (47 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 4,470 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.