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 agentmods add skills/opagani/cassini-workshop/security-webnpx skills add opagani/cassini-workshop --skill security-webgit clone --depth 1 https://github.com/opagani/cassini-workshopWrote 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/opagani/cassini-workshop/security-web)<a href="https://agentmods.dev/skills/opagani/cassini-workshop/security-web"><img src="https://agentmods.dev/badge/skills/opagani/cassini-workshop/security-web.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00207 | $0.03019 |
| Opus 5 | $0.00103 | $0.01510 |
| Sonnet 5 | $0.00041 | $0.00604 |
| Haiku 4.5 | $0.00021 | $0.00302 |
Grade A, and why
security-web 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 3d 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.
This is a copy
100% identical to security-web — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Web Application Security Review
Treat every byte that crossed a network boundary as hostile until proven
otherwise, and prove it on the server. The client is an untrusted rendering
surface you do not control. Frameworks add convenience (Server Actions,
Nitro routes, Bun.serve, Hono middleware) that hides the trust boundary
— this skill's job is to make the reviewer see the boundary the framework
obscured.
🎯 Why: Design for Change
The goal of writing software is to be able to change it safely. Secure-by-default config (CSP, cookie flags, parameterized queries, authz-at-the-edge) means the next feature ships without re-litigating the threat model. Every insecure default you accept becomes a foothold the next change has to step around.
This skill is for security review and secure implementation. For general
TypeScript correctness use typescript-best-practices; for schema-level
integrity use postgres-dba. This skill never assumes another layer will
catch it.
How to use this skill (review workflow)
- Map the attack surface first. Identify every trust boundary: HTTP
handlers, Server Actions, form posts, websocket frames, file uploads,
outbound fetches,
postMessage,process.envreaching the client, third-party script tags. A vuln you didn't enumerate is a vuln you didn't find. - Triage each input against the decision guide below; open the matching
references/*.mdfor the exploit, the vulnerable pattern, the fix, and the false-positive caveat. - Apply the framework reference (
references/nextjs.md,nuxt.md,bun.md,hono.md) — the generic finding almost always has a framework-specific trap or a framework-specific fix. - Report findings in the standard format (
templates/finding.md): severity, location (file:line), a concrete exploit walkthrough, and the minimal fix. No exploit path stated → it is an observation, not a finding; say which. - Recommend the secure default, not a bespoke patch. The
templates/configs (CSP, security headers, cookies, CORS) are the target state; a one-off escape is a stopgap.
What ships with it
12 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.
- .DS_Store 6.0 KB
- references/backend.md 13 KB
- references/bun.md 4.1 KB
- references/frontend.md 8.9 KB
- references/hono.md 4.4 KB
- references/nextjs.md 4.2 KB
- references/nuxt.md 3.6 KB
- templates/cors.md 1.8 KB
- templates/finding.md 1.9 KB
- templates/input-validation.ts 2.1 KB runs code
- templates/review-checklist.md 2.4 KB
- templates/security-headers.md 3.4 KB
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.
- 3d ago First seen · 208 lines · 207 tokens per session scan A e9026350da7e
security-web is a skill published in the GitHub repository opagani/cassini-workshop (0 stars, last pushed 2mo ago), licensed MIT. It adds 207 tokens to every session and 3,019 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to security-web, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
misakanet-failure-memory
Search and record failure-recovery lessons from real engineering sessions; submit and verify debugging lessons across the MisakaNet network.
add-provider
Add a new storage or service provider to the core package. Use when implementing a new backend for StorageService (e.g., a new database) or a new service provider (e.g., a new LLM backend).
add-export
Add a new subpath export to the @cyanheads/mcp-ts-core package. Use when creating a new public API surface that consumers import from a dedicated subpath (e.g., @cyanheads/mcp-ts-core/newutil).
hono-cloudflare
Hono on Cloudflare Workers - bindings, KV, D1, R2, Durable Objects, and edge deployment patterns.
changelog-writer
This skill should be used when the user asks to "add a changelog entry", "write changelog", "audit changelog", "review changelog", "check changelog entries", or is editing docs-mintlify/changelog.mdx. Enforces a consistent, reader-facing voice and cuts implementation trivia.
add-media
This skill should be used when the user asks to "add a movie", "add a vinyl", "add to my collection", "add physical media", "add a Blu-ray", "add a CD", or "bought these records". It handles both movies (via TMDb/Trakt) and music (via Discogs).