bobbycode: Skill for Claude Code

.claude/skills/bobby-security/SKILL.md

security-audit is a skill for Claude Code from ccevans/bobbycode. It costs 59 tokens per session (1,640 once invoked), scanned A, original, MIT.

A security-review skill that examines changed code using the OWASP Top 10 and STRIDE threat-modeling methods. These are structured ways to look for common vulnerabilities and attack paths.

In plain words
What is it for?
Use it to review changed files, trace user input through the application, and document concrete exploit scenarios.
Why use it?
It helps identify security weaknesses such as injection, cross-site scripting, request forgery, or authentication bypass before release.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: reads .claude/ paths.

This is ccevans/bobbycode's own configuration. It tells Claude Code how to work on bobbycode itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bobbycode configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ccevans/bobbycode. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ccevans/bobbycode/main/.claude/skills/bobby-security/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ccevans/bobbycode

Made for: Claude Code.

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-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-security/github.svg)](https://agentmods.dev/skills/ccevans/bobbycode/bobby-security)
Your own site
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-security"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-security/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 security-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/ccevans/bobbycode/bobby-security"><img src="https://agentmods.dev/badge/skills/ccevans/bobbycode/bobby-security.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,640 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.
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.00059 $0.01640
Opus 5 $0.00030 $0.00820
Sonnet 5 $0.00012 $0.00328
Haiku 4.5 $0.00006 $0.00164

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

Security

Grade A, and why

security-audit 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 6d 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.

.claude/skills/bobby-security/SKILL.md · 154 lines

How it starts

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

Bobby Security Skill

Security audit using OWASP Top 10 and STRIDE threat modeling. Reviews changed code for vulnerabilities with concrete exploit scenarios.

Before Starting

  1. Check learnings — Read .claude/skills/bobby-security/learnings.md + .claude/skills/bobby-security/learnings.local.md
  2. Run git log --oneline -10 to understand what changed
  3. Read the ticket's ticket.md and plan.md for context

Investigation First

<investigation_rules> Before forming any security opinion:

  • Read every file that was changed: git diff --name-only
  • For each changed file, understand the data flow: where does user input enter, how is it processed, where does it exit?
  • Read adjacent files that handle auth, validation, or data access if the changed code interacts with them
  • Do not flag issues in code that was not changed by this ticket unless it's a critical vulnerability the change exposed </investigation_rules>

OWASP Top 10 Checklist

For each changed file, check:

Injection (A03:2021)

  • SQL queries use parameterized queries / prepared statements (never string concatenation)
  • Shell commands use argument arrays, not string interpolation
  • LDAP, XPath, NoSQL queries are parameterized
  • ORM queries don't use raw SQL with user input

Broken Access Control (A01:2021)

  • API endpoints verify user authorization (not just authentication)
  • Direct object references (IDs in URLs) are validated against the user's permissions
  • Server-side access control cannot be bypassed by manipulating client-side state
  • Admin functions are protected by role checks

Cryptographic Failures (A02:2021)

  • Passwords are hashed with bcrypt/scrypt/argon2 (never MD5/SHA1)
  • Sensitive data is not logged or exposed in error messages
  • API keys and secrets are not hardcoded
  • HTTPS is used for all external communication

Security Misconfiguration (A05:2021)

  • Error pages don't expose stack traces or internal details
  • Default credentials are not present
  • CORS is configured restrictively (not *)
  • Security headers are present (CSP, HSTS, X-Frame-Options)

Read the full file on GitHub · 154 lines

Files

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.

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. 6d ago First seen · 154 lines · 59 tokens per session scan A ff3cacffcb2a

Subscribe to this mod's changes

security-audit is a skill published in the GitHub repository ccevans/bobbycode (6 stars, last pushed 3d ago), licensed MIT. It adds 59 tokens to every session and 1,640 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

ez-workflow

Use when about to run git branching, commit, push, or PR operations in a repo managed by ez-stack. Provides the complete command reference and agent-specific usage patterns.

rohoswagger/ez-stack · 38 tokens

app-store-screenshots

Use when building App Store or Google Play screenshot pages, generating exportable marketing screenshots for iOS and/or Android apps, or creating programmatic screenshot generators with Next.js. Triggers on app store, play store, screenshots, marketing assets, html-to-image, phone mockup, android screenshots, feature…

fatihkan/badi · 68 tokens

expo-app-config

Choosing between app.json vs app.config.ts vs app.config.js, environment variables, variants, extra fields, plugin chain, and slug/scheme/bundle/version discipline. Triggers on app.json, app.config.ts, app.config.js, expo config, environment variable, .env, eas secret, variant, extra field, slug, scheme, bundle…

fatihkan/badi · 86 tokens

expo-modules

Writing Swift/Kotlin native modules with the Expo Modules API, requireNativeModule, async functions, view modules, and the event-emitter pattern. Triggers on expo modules, native module, swift, kotlin, requireNativeModule, expo-module-scripts, expo.modules.json, view module, event emitter, native function, async…

fatihkan/badi · 77 tokens

expo-config-plugin

Writing Expo config plugins, withInfoPlist, withAndroidManifest, withDangerousMod, mod compose, plugin testing, and registration in app.config.ts. Triggers on config plugin, with-plugin, withInfoPlist, withAndroidManifest, withDangerousMod, withEntitlementsPlist, withGradleProperties, mod, native config, expo plugin…

fatihkan/badi · 85 tokens

expo-eas-update

Publishing OTA updates with EAS Update, channels, runtime versions, branch management, and rollback strategy. Triggers on eas update, ota, over-the-air, runtime version, channel, branch, rollback, embedded update, asset selection, expo-updates, hot update, partial release, release cohort.

fatihkan/badi · 65 tokens