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.
npx skills add cosai-oasis/secure-ai-tooling --skill classical-lexicongit clone --depth 1 https://github.com/cosai-oasis/secure-ai-toolingWrote 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.
[](https://agentmods.dev/skills/cosai-oasis/secure-ai-tooling/classical-lexicon)<a href="https://agentmods.dev/skills/cosai-oasis/secure-ai-tooling/classical-lexicon"><img src="https://agentmods.dev/badge/skills/cosai-oasis/secure-ai-tooling/classical-lexicon/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.
<a href="https://agentmods.dev/skills/cosai-oasis/secure-ai-tooling/classical-lexicon"><img src="https://agentmods.dev/badge/skills/cosai-oasis/secure-ai-tooling/classical-lexicon.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00084 | $0.02022 |
| Opus 5 | $0.00042 | $0.01011 |
| Sonnet 5 | $0.00017 | $0.00404 |
| Haiku 4.5 | $0.00008 | $0.00202 |
Grade A, and why
classical-lexicon 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Classical Lexicon
Check Risk Map terminology against established security terms of art. The governing rule: never invent a term when an established term of art already exists. This skill grounds a proposed term, regrounds an invented one, or confirms an existing term is already sound — it does not rewrite content wholesale.
When to use
- Authoring a new Control / Risk / Component / Persona title or description.
- Critiquing a draft for coined or product-specific terminology.
- Deciding what to call a capability, role, mechanism, or locus — including a persona/role name, not only a control or risk mechanism term.
When not to use
- Framework mapping IDs (MITRE ATLAS, NIST AI RMF, etc.) — that is the framework-mappings audit tooling's job.
- Prose style/format rules (bold, sentinels, length) — that is the prose-subset linter's job.
Procedure
- Extract candidate terms from the input: the nouns and noun-phrases that name a capability, security measure, role, mechanism, or architectural locus. These are where terminology matters.
- Look each up in the lexicon:
references/lexicon.md. - Classify each candidate:
- Grounded — already an established term of art. Accept; name the source.
- Reground — an invented or informal term with an established equivalent. Return the canonical term and the mapping.
- Generalize — the term encodes a specific product or protocol (e.g. an
MCP-prefixed name). The identity is the role/locus; the product is an attribute. Return the role-grain term; keep the product only as an example. - Novel — flag — no established term of art found. Do not coin one silently (see the maintainer-flag vocabulary below). "novel-flag" applies only when no established term of art exists in the field, not merely when the term is absent from this pinned lexicon snapshot; when you can ground a term via general NIST-first sourcing knowledge that the snapshot lacks, ground it and propose the lexicon addition rather than flagging it novel.
3b. Record the international/standards equivalent — unconditionally, for grounding verdicts only. This obligation applies to grounded and reground candidates — verdicts that ground a term in standards. For every such candidate, record its international/standards equivalent(s) (ISO/IEC, EU AI Act, ENISA, XACML, or other recognized non-US/international body). Do this every time a term is grounded or regrounded — not only when NIST is silent or the term is contested. A maintainer flag fires only when this equivalence check turns up a problem: the equivalent is missing (
D3b-parochialism) or the equivalent conflicts with the NIST-first term (naming-conflictorsubstantive-conflict, see below). When the equivalent is present and agrees, record it and raise no maintainer flag.
What ships with it
2 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.
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.
- 9d ago First seen · 86 lines · 84 tokens per session scan A 22b6af252e54
classical-lexicon is a skill published in the GitHub repository cosai-oasis/secure-ai-tooling (97 stars, last pushed 2d ago), licensed Apache-2.0. It adds 84 tokens to every session and 2,022 once invoked, about $0.0004 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.
Other skills, from other repositories
svc-mobile-android
Android APK static analysis — OWASP Mobile Top 10, Retrofit API audit, transport security, smali reading, component export, auth flow analysis. Use when target is an APK/Android app. Triggers - APK, Android, mobile app, decompiled, smali, jadx, apktool.
svc-pivoting
Turn a foothold into a RELIABLE pivot (SOCKS tunnel + persistent shell) so internal volume never rides a fragile stateless RCE. Use the moment you have code-exec on a dual-homed/edge host and need to reach an internal segment. Triggers - dual-homed host, "not reachable from my box", internal CIDR behind a foothold…
web-auth-bypass-idor
Broken access control - IDOR, privilege escalation, JWT abuse, mass assignment, forced browsing - for web apps and APIs. Use on any multi-user or role-based app with object IDs, tokens, or admin functionality. Triggers - /api/users/ , /orders/ , ?account=/uid=/doc=, JWT (eyJ...), role/isAdmin field, admin panel, "403…
web-deserialization
Insecure deserialization to RCE for web apps. Use when the app deserializes attacker-controlled data - cookies/tokens/hidden fields/params that are serialized blobs, VIEWSTATE, Java/PHP/.NET/Python/Node apps. Triggers - base64 starting rO0AB or hex AC ED 00 05 (Java), PHP serialize O-prefix, VIEWSTATE, python pickle…
web-lfi-traversal
Path traversal / Local File Inclusion detection→file-read→RCE for web apps. Use when a param names a file/path/page/template/lang/download, or a response embeds file contents. Triggers - file=/page=/path=/template=/lang=/download=/include= param, ../, %2e%2e, "no such file", directory listing, download endpoint.
web-sqli
SQL injection detection→exploitation→proof for web apps and APIs. Use when a parameter reaches a DB query, when input triggers a SQL error / boolean or time differential, or during VULN-ASSESSMENT/EXPLOITATION on a web target. Triggers - sql syntax error, ORA-/MySQL/psql/SQLite error string, ' or 1=1, order by…