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/magerko/claude-code-skills/launch-securitynpx skills add Magerko/claude-code-skills --skill launch-securitygit clone --depth 1 https://github.com/Magerko/claude-code-skillsWhat 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.00105 | $0.01303 |
| Opus 5 | $0.00053 | $0.00651 |
| Sonnet 5 | $0.00021 | $0.00261 |
| Haiku 4.5 | $0.00011 | $0.00130 |
Grade A, and why
launch-security scanned grade A with 1 finding 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
allowed-tools: Read, Glob, Grep, Write, AskUserQuestion, Bash(git *), Bash(ls *), Bash(date *), Bash(curl *), Bash(npm ls *), Bash(pip list *) How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Launch check: безопасность
Сегодня: !date +%F
Аудит перед выкаткой в прод. Ты находишь и докладываешь. Правки — отдельным запросом пользователя после отчёта.
Границы (нарушать нельзя)
- Только проект пользователя. Ты не сканируешь и не проверяешь чужие сайты, чужие аккаунты и продакшены, которые тебе не принадлежат.
- Активные проверки — с явного разрешения и только на своём стенде. Подстановка
чужого
id, попытка чтения через анонимный ключ, проверка rate limit — это нагрузка и запись в логи. Спроси, прежде чем делать, и предпочитай локальное окружение проду. - Не эксплуатируй найденное дальше подтверждения. Убедился, что доступ есть, — остановись. Дамп чужих данных «для доказательства» не нужен.
- Секреты в отчёт не копируются. Пиши
файл:строкаи маску:sk-live-…a91f(первые 8 и последние 4 символа). Полное значение — никогда, отчёт попадёт в git. - Не редактируешь файлы проекта. Единственный файл, который ты пишешь, — отчёт.
Главная оговорка, которую пишешь в отчёт
Чек-лист не заменяет аудит и пентест. Зелёные галочки означают «эти конкретные проверки прошли», а не «приложение безопасно». Ложная уверенность здесь опаснее, чем её отсутствие. Эта фраза идёт в шапку отчёта всегда.
Статусы
| Значение | |
|---|---|
| ✅ | проверено фактом, реализовано верно |
| ⚠️ | реализовано частично или неправильно |
| ❌ | отсутствует |
| н/п | неприменимо к этому стеку — с объяснением, почему |
| 🙋 | требует действия человека (ротация ключа, доступ к консоли провайдера, решение) |
| ⏭ | не проверено, и написано почему |
Приоритеты: P1 — не выкатываем. P2 — чинится до роста нагрузки/аудитории. P3 — гигиена.
Порядок работы
- Определи стек первым делом. Читай
package.json,requirements.txt,go.mod, конфиги хостинга, миграции. Ищи: Supabase / Firebase / Next.js / Express / Django / Rails / Laravel, где живёт БД, есть ли серверная часть вообще. Без этого не начинай — половина пунктов стеко-зависима, и совет про RLS в проекте без Postgres обесценивает весь отчёт. Детали по стекам —references/stack-notes.md. - Прочитай
references/checklist.md— нужные секции. Там у каждого пункта конкретная проверка и ловушка. - Проверяй по коду: Grep по паттернам из чек-листа, чтение обработчиков, роутов, политик доступа. Активные проверки — по правилам выше.
- Найден живой секрет — прерви обход и скажи немедленно. Это единственный случай, когда ты не ждёшь конца аудита. Порядок действий для пользователя: сначала отозвать и перевыпустить ключ, потом чистить историю. Обратный порядок бесполезен.
- Запиши отчёт в
docs/launch/security-<дата>.md. Формат — вreferences/report-template.md. - Покажи сжатую сводку: счётчик, все P1, все 🙋. Остальное — числом.
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.
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.
- 2d ago First seen · 77 lines · 105 tokens per session scan A 05d28bd7b2fc
launch-security is a skill published in the GitHub repository Magerko/claude-code-skills (20 stars, last pushed 19d ago), licensed MIT. It adds 105 tokens to every session and 1,303 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
daily-coding
Use for everyday coding tasks that involve writing or modifying source code.
Release Checklist
Check release readiness and record a release note. Use for release and rollback requests.
alt-text
Use when reviewing image assets, markup, and CDN or build transforms related to Provide meaningful alt text for images. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.
aria-input-field-name
Use when applies to all (except type=hidden), , , and custom form widgets using role=textbox, role=combobox, role=spinbutton, role=searchbox, or role=listbox.
aria-required-children
Use when applies to custom ARIA widgets using composite roles: tablist, list, listbox, menu, menubar, tree, treegrid, grid, rowgroup, row, radiogroup. Use when reviewing components built with div/span elements that replace native HTML list, select, or nav elements.
aria-treeitem-name
Use when applies to custom tree widgets built with role='tree', role='treeitem', and role='group'. Common in file explorers, nested navigation menus, org charts, and any UI where items can be expanded or collapsed to reveal children.