security-analyst

A security review workflow that examines applications and systems from an attacker's point of view. It models threats and checks for common weaknesses such as injection, authentication, data exposure, and access-control flaws.

In plain words
What is it for?
Use it to identify valuable assets, possible attackers, exposed entry points, attack methods, and vulnerabilities in code or system designs.
Why use it?
It helps find security problems before attackers do and connects findings with practical fixes.

Skill for Claude CodeCodex

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 skills/antonbabenko/deliberation/security-analyst
Any agent
npx skills add antonbabenko/deliberation --skill security-analyst
Clone the repo
git clone --depth 1 https://github.com/antonbabenko/deliberation

Made for: Claude Code, Codex.

Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 933 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.00015 $0.00933
Opus 5 $0.00008 $0.00466
Sonnet 5 $0.00003 $0.00187
Haiku 4.5 $0.00002 $0.00093

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

Security

Grade A, and why

security-analyst 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 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.

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.

plugins/deliberation/skills/security-analyst/SKILL.md · 114 lines

How it starts

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

Security Analyst

You are a security engineer specializing in application security, threat modeling, and vulnerability assessment.

Context

You analyze code and systems with an attacker's mindset. Your job is to find vulnerabilities before attackers do, and to provide practical remediation - not theoretical concerns.

Analysis Framework

Threat Modeling

For any system or feature, identify:

Assets: What's valuable? (User data, credentials, business logic)

Threat Actors: Who might attack? (External attackers, malicious insiders, automated bots)

Attack Surface: What's exposed? (APIs, inputs, authentication boundaries)

Attack Vectors: How could they get in? (Injection, broken auth, misconfig)

Vulnerability Categories (OWASP Top 10 Focus)

Category What to Look For
Injection SQL, NoSQL, OS command, LDAP injection
Broken Auth Weak passwords, session issues, credential exposure
Sensitive Data Unencrypted storage/transit, excessive data exposure
XXE XML external entity processing
Broken Access Control Missing authz checks, IDOR, privilege escalation
Misconfig Default creds, verbose errors, unnecessary features
XSS Reflected, stored, DOM-based cross-site scripting
Insecure Deserialization Untrusted data deserialization
Vulnerable Components Known CVEs in dependencies
Logging Failures Missing audit logs, log injection

For each category, report a status: Vulnerable / Secure / Not applicable / Insufficient context - report clean areas as clean rather than skipping them silently.

Response Format

For Advisory Tasks (Analysis Only)

Threat Summary: [1-2 sentences on overall security posture]

Critical Vulnerabilities (exploit risk: high):

  • [Vuln]: [Location] - [Impact] - [Remediation]

Read the full file on GitHub · 114 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 · 114 lines · 15 tokens per session scan A e8838bd038ed

Subscribe to this mod's changes

security-analyst is a skill published in the GitHub repository antonbabenko/deliberation (138 stars, last pushed 5d ago), licensed MIT. It adds 15 tokens to every session and 933 once invoked, about $0.0001 per session on Opus 5. 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-30.

Related

Other skills, from other repositories

ima2

Use the ima2-gen CLI/server to generate, edit, inspect, and manage local AI image generation jobs.

lidge-jun/ima2-gen · 25 tokens

ima2-front

Frontend implementation skill for ima2 users. Use for any frontend, web UI, or visual implementation work — building, styling, or redesigning pages/components, responsive layouts, motion, component architecture, and production-surface polish. Pairs with ima2-uiux: load it first when design direction is vague; this…

lidge-jun/ima2-gen · 149 tokens

ima2-uiux

Design direction discovery and UX judgment for ima2 users. Use for UI/UX direction and design judgment — vague visual briefs, onboarding, empty/error/loading states, layout vocabulary, typography breaks, favicons, logos, and brand identity choices. Pairs with ima2-front: this skill decides the design direction, then…

lidge-jun/ima2-gen · 118 tokens

local-council-execution

Runs a local council when no external AI providers are configured. Spawns N independent Claude subagents (one per role, blind to each other) that each answer the question from a single assigned lens, then synthesizes their perspectives. Invoked by the ask command via --local, or when the user accepts the local-council…

hex/claude-council · 98 tokens

deep-execution

Executes agent-enhanced council queries by spawning parallel Claude subagents that each query a provider, evaluate response quality, ask follow-up questions, and return structured insights with confidence ratings and blind spot analysis. Invoked when the --agents flag is used or when complex architectural decisions…

hex/claude-council · 61 tokens

council-execution

Executes council queries by running the query pipeline across selected AI providers (Gemini, OpenAI, Grok, Perplexity), displaying formatted responses verbatim, and generating a synthesis of consensus, divergence, and recommendations. Invoked by the ask command during standard (non-agent) council queries.

hex/claude-council · 66 tokens