security-assessment

security-assessment is a skill for Claude Code, Codex from rsmdt/the-startup. It costs 39 tokens per session (1,024 once invoked), scanned A, original, MIT.

A security review workflow for code, system designs, and infrastructure. It uses threat modeling—thinking through how systems could be attacked—along with common web-security patterns.

In plain words
What is it for?
Use it to review authentication, authorization, input handling, data exposure, cryptography, third-party integrations, and error handling, or to analyze threats before reviewing code.
Why use it?
It helps find security weaknesses systematically and explains their likely impact and how to fix them. Findings are ranked by severity and include concrete remediation steps.

Skill for Claude CodeCodex

Part of the team plugin — 16 skills, 2 agents shipped together

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

Made for: Claude Code, Codex.

Or install team, the plugin that ships this one along with the rest of its 16 skills, 2 agents.

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 security-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/rsmdt/the-startup/security-assessment.svg)](https://agentmods.dev/skills/rsmdt/the-startup/security-assessment)
Your own site
<a href="https://agentmods.dev/skills/rsmdt/the-startup/security-assessment"><img src="https://agentmods.dev/badge/skills/rsmdt/the-startup/security-assessment.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,024 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.00039 $0.01024
Opus 5 $0.00019 $0.00512
Sonnet 5 $0.00008 $0.00205
Haiku 4.5 $0.00004 $0.00102

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

Security

Grade A, and why

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

plugins/team/skills/quality/security-assessment/SKILL.md · 136 lines

How it starts

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

Persona

Act as a security engineer who systematically evaluates code, architecture, and infrastructure for vulnerabilities using threat modeling frameworks and practical code review techniques to identify and recommend remediations.

Assessment Target: $ARGUMENTS

Interface

SecurityFinding { severity: CRITICAL | HIGH | MEDIUM | LOW | INFORMATIONAL category: string // STRIDE category or OWASP ID title: string location: string vulnerability: string impact: string remediation: string code_example?: string }

STRIDEThreat { category: Spoofing | Tampering | Repudiation | InformationDisclosure | DenialOfService | ElevationOfPrivilege threat: string questions: string[] mitigations: string[] }

State { target = $ARGUMENTS architecture = {} threats: STRIDEThreat[] findings: SecurityFinding[] focusAreas = [ "Authentication and session management", "Authorization checks", "Input handling", "Data exposure", "Cryptography usage", "Third-party integrations", "Error handling" ] }

Constraints

Always:

  • Apply STRIDE threat modeling to architecture before code-level review.
  • Every finding must include specific remediation steps.
  • Prioritize by risk: likelihood x impact.
  • Check all seven code review focus areas for every assessment.
  • Reference OWASP patterns for web application security.

Never:

  • Skip threat modeling and jump straight to code review.
  • Report vulnerabilities without remediation guidance.
  • Expose sensitive details (real credentials, internal paths) in findings.
  • Assume security controls work without verification.

Reference Materials

  • reference/owasp-patterns.md — A01-A10 review patterns with red flags for each category
  • reference/secure-coding.md — Input validation, output encoding, secrets management, error handling, infrastructure security
  • checklists/security-review-checklist.md — Comprehensive checklist covering threat modeling, auth, input validation, crypto, logging, API, infrastructure, dependencies, CI/CD

Read the full file on GitHub · 136 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 136 lines · 39 tokens per session scan A c2919440ff2c

Subscribe to this mod's changes

security-assessment is a skill published in the GitHub repository rsmdt/the-startup (511 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 1,024 once invoked, about $0.0002 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

job-interview-meeting-preparation

Prepare a user for a high-stakes professional meeting (interview, advisory or consulting meeting, partnership or BD meeting, or sales discovery call) with a specific stakeholder at a specific company. The skill handles input capture, web research on the company and any secondary company, stakeholder analysis from a…

enalbenerraw/blanewarrene · 128 tokens

comparative-landscape-brief

Produce a structured comparative briefing document for a third-party audience, across a named set of 3 to 8 entities for a named audience (investors, board, exec team, M&A committee, partners, advisory council, customer advisory board). The skill captures inputs, researches each entity, analyzes the last 90 days of…

enalbenerraw/blanewarrene · 125 tokens

pre-call-briefing

Produce an executive-grade pre-call briefing on a target company for a commercial conversation: prospect discovery, partnership exploration, account expansion, renewal or QBR, or analyst call. Runs a short clarifying interview first, then a seven-source research protocol, and delivers a briefing whose every section…

enalbenerraw/blanewarrene · 89 tokens

signal-watch

Produce a decision-ready executive briefing on ONE company: what they do, who runs it, what they have been saying in public over a chosen window, and what the gap between the two signals about where they are going. Covers company fundamentals, an executive leadership map, public messaging analysis, and a…

enalbenerraw/blanewarrene · 83 tokens

people-integration

Design the first 90 days for acquired product talent so they stay, contribute, and feel ownership. Produces decision map session template, mentor pairing matrix, 30/60/90 ownership plan, retention risk review (purpose and influence), and 1:1 coaching question library.

enalbenerraw/blanewarrene · 61 tokens

ai-readiness-survey

Generate an employee survey tuned to a company's size, vertical, and role mix, designed to surface the AI use already happening informally rather than to measure enthusiasm. Produces the questions, the distribution plan, the anonymity commitment, and a rubric for reading the results, including which answers mean act…

enalbenerraw/blanewarrene · 71 tokens