cvss-scorer

cvss-scorer is a skill for Claude Code, Codex from Rifteo/skills. It costs 96 tokens per session (2,304 once invoked), scanned A, original, MIT.

A calculator for rating how severe a specific software vulnerability is using CVSS v3.1, a common security scoring system. It produces the score and the written vector that explains the rating.

In plain words
What is it for?
Use it to score vulnerabilities in bug bounty reports, penetration-test findings, and other security documentation.
Why use it?
It removes guesswork and inconsistent severity ratings when documenting security findings. It asks for clarification only when missing details could materially change the result.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to score vulnerabilities in bug bounty reports, penetration-test findings, and other security documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rifteo/skills/cvss-scorer
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.

Any agent
npx skills add Rifteo/skills --skill cvss-scorer
Clone the repo
git clone --depth 1 https://github.com/Rifteo/skills

Made for: Claude Code, Codex.

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 cvss-scorer

README.md
[![agentmods](https://agentmods.dev/badge/skills/rifteo/skills/cvss-scorer/github.svg)](https://agentmods.dev/skills/rifteo/skills/cvss-scorer)
Your own site
<a href="https://agentmods.dev/skills/rifteo/skills/cvss-scorer"><img src="https://agentmods.dev/badge/skills/rifteo/skills/cvss-scorer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cvss-scorer

Your own site · 80×15
<a href="https://agentmods.dev/skills/rifteo/skills/cvss-scorer"><img src="https://agentmods.dev/badge/skills/rifteo/skills/cvss-scorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,304 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00096 $0.02304
Opus 5 $0.00048 $0.01152
Sonnet 5 $0.00019 $0.00461
Haiku 4.5 $0.00010 $0.00230

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

Security

Grade A, and why

cvss-scorer 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 11d 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.

cvss-scorer/SKILL.md · 167 lines

How it starts

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

CVSS Scorer

Produce an exact CVSS v3.1 vector and score from a vulnerability description. Be decisive. Be accurate. Be short.


When NOT to use

Do NOT produce a CVSS vector — respond normally — when:

  • The user is asking what CVSS is or how it works (answer the theory question directly)
  • The user wants a full risk assessment beyond CVSS — likelihood, business impact, SLAs (use risk-assessor instead)
  • The user is asking how to fix a vulnerability (use remediation-planner instead)
  • No specific vulnerability has been described — a score requires a concrete finding, not a hypothetical

Core Behavior

  • Infer aggressively from context. Most metrics can be determined from a good description. Do it.
  • Pick the best score when you have enough. Do not flood with scenarios for every metric. Only surface ambiguity when it would change the severity bucket (e.g. Medium vs High) or meaningfully changes the score (≥1.0 difference).
  • Ask once, ask sharp. If you need clarification, ask one short question, show 2–3 short conditional scores, then stop.
  • No metric-by-metric explanations. Only explain a metric if it's non-obvious or the auditor asks. Never explain what AV, AC, PR, etc. mean unless asked.
  • No formula display. The auditor does not need to see the math.
  • Do not assume AV:N by default. Infer it. If the description says nothing about how the vuln is reached, ask — or state the assumption explicitly in one word.

Metric Inference

Attack Vector (AV)

  • Web app, API, internet/intranet-reachable → N
  • Same LAN / WiFi / Bluetooth required → A
  • Local OS session required → L
  • Physical device access required → P
  • If not mentioned and not obvious → state "assumed AV:N (web app)" and flag it

Attack Complexity (AC)

  • IDOR with numeric/sequential ID → L
  • IDOR with UUID/GUID → H
  • Race condition → H
  • MitM required → H
  • Everything else standard → L

Privileges Required (PR)

  • Pre-auth / unauthenticated → N
  • Any valid account → L
  • Admin / elevated → H
  • If unclear → ask (this is the most common ambiguity and always matters)

Read the full file on GitHub · 167 lines

Files

What ships with it

1 file 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. 11d ago First seen · 167 lines · 96 tokens per session scan A f34b3c503fcd

Subscribe to this mod's changes

cvss-scorer is a skill published in the GitHub repository Rifteo/skills (36 stars, last pushed 7d ago), licensed MIT. It adds 96 tokens to every session and 2,304 once invoked, about $0.0005 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

happiness-skill

A Chinese-language guide to happiness based on reducing unmet wants, focusing on the present, and treating happiness as a trainable skill.

kangarooking/cangjie-skill · 136 tokens

docx-comment-reply

Reply to comments (批注) in Word .docx/.doc files: extract comment context, draft replies, write threaded replies back, and validate OOXML.

foryourhealth111-pixel/Vibe-Skills · 39 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

pcbway

PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with…

aklofas/kicad-happy · 119 tokens

explaining-machine-learning-models

Explain trained machine learning models through feature attribution, local explanations, and behavior summaries. Use as an explicit/manual helper once a model already exists, not for training ownership, leakage auditing, or general ML strategy selection.

foryourhealth111-pixel/Vibe-Skills · 49 tokens

influence-psychology

Apply the seven principles of ethical persuasion (reciprocity, commitment, social proof, authority, liking, scarcity, unity) to product design, copy, and sales. Use when the user mentions "social proof", "persuasive copy", "why users dont convert", "ethical persuasion", "reciprocity", "scarcity tactics", "commitment…

wondelai/skills · 156 tokens