yorishiro-proxy: Skill for Claude Code

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

security-review is a skill for Claude Code from usk6666/yorishiro-proxy. It costs 9 tokens per session (322 once invoked), scanned A, original, Apache-2.0.

A checklist and workflow for reviewing the security of Go code that handles TLS, network connections, certificates, and MCP or API requests. TLS is the encryption system used to protect network traffic.

In plain words
What is it for?
Reviewing selected packages or a full project, checking certificates and cipher settings, testing for race conditions and goroutine leaks, and classifying findings by severity.
Why use it?
It helps find unsafe settings, leaks, weak input checks, authentication problems, and concurrency bugs before they become security issues.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is usk6666/yorishiro-proxy's own configuration. It tells Claude Code how to work on yorishiro-proxy 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 yorishiro-proxy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to usk6666/yorishiro-proxy. 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/usk6666/yorishiro-proxy/main/.claude/skills/security-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/usk6666/yorishiro-proxy

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/usk6666/yorishiro-proxy/security-review"><img src="https://agentmods.dev/badge/skills/usk6666/yorishiro-proxy/security-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 322 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.00009 $0.00322
Opus 5 $0.00005 $0.00161
Sonnet 5 $0.00002 $0.00064
Haiku 4.5 $0.00001 $0.00032

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

Security

Grade A, and why

security-review 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 10d 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/security-review/SKILL.md · 51 lines

What it actually says

/security-review

A skill for conducting security reviews on yorishiro-proxy code.

Argument Patterns

  • /security-review — Full review
  • /security-review ./internal/cert/... — Review specified packages only

Checklist

TLS / Certificates

  • CA private key protection (file permissions, memory handling)
  • Certificate expiration settings are appropriate
  • TLS version restriction (TLS 1.2 or higher)
  • Only safe cipher suites are used
  • Certificate verification bypass is intentional and controlled

Network

  • Default bind address is safe (localhost vs 0.0.0.0)
  • Connection timeout settings
  • Resource limits (max connections, buffer sizes)
  • Resilience against malformed packets

Go-Specific

  • Race condition risks (go test -race check)
  • Goroutine leaks
  • Correct defer usage (e.g., inside loops)
  • Absence of unsafe package usage
  • Input validation (header injection, etc.)

MCP / API

  • MCP tool input validation
  • Authentication and authorization mechanisms
  • Error messages do not contain sensitive information

Steps

  1. Read the source code of the target packages
  2. Review against the checklist
  3. Report findings classified by severity (Critical / High / Medium / Low)
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. 10d ago First seen · 51 lines · 9 tokens per session scan A 3380ee2bd92c

Subscribe to this mod's changes

security-review is a skill published in the GitHub repository usk6666/yorishiro-proxy (16 stars, last pushed 3d ago), licensed Apache-2.0. It adds 9 tokens to every session and 322 once invoked, about $0.0000 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

screenshots

Advanced UI analysis and interaction through pixel-level reasoning to solve complex interaction problems, locate hard-to-find elements, verify visual states, and debug layout/rendering issues. Use as needed after UI Mapper inspection when advanced reasoning or non-standard views are required.

xAmirHamza77/ReverseOps-Skill · 52 tokens

ida-reverse

IDA Pro reverse engineering assistance skill. Be sure to use this skill whenever the user mentions reverse engineering, decompilation, analyzing binary/PE/ELF/APK/DLL/SO files, cracking, finding passwords, vulnerability analysis, malware analysis, or firmware analysis, or needs to analyze exe/dll/so/elf/macho/sys…

xAmirHamza77/ReverseOps-Skill · 180 tokens

ReverseOps-router

Routes reverse engineering, exploitation, penetration testing, malware, mobile, firmware, browser automation, documentation, and security tasks to the appropriate specialist skill. Use when a task spans modules or the correct ReverseOps entrypoint is unclear.

xAmirHamza77/ReverseOps-Skill · 49 tokens

apk-reverse

Use when performing Android APK reverse engineering in a CLI environment. Applies to APK unpacking, Java decompilation, smali modification, repackaging, and Frida dynamic hooking, with on-demand switching to so/native analysis. Prefer locally installed jadx, apktool, frida, adb, ida-reverse, radare2.

xAmirHamza77/ReverseOps-Skill · 71 tokens

binary-diff

Cross-version symbol migration and binary diffing. Use this when you have symbols/reverse engineering results from an old version and need to quickly migrate them to a new version. Applicable scenarios: kernel missing PDB with derivation from old-version symbols, batch-migrating function names after a program update…

xAmirHamza77/ReverseOps-Skill · 129 tokens

firmware-pentest

Firmware / IoT pentest chain. Start from a .bin / .img blob and close the full loop: reverse → extract → emulate → exploit. Methodology follows the OWASP FSTM nine stages; the toolchain centers on binwalk v3, unblob, EMBA, Firmadyne, and AFL++. Use cases: router/camera/smart-home firmware audits, firmware update…

xAmirHamza77/ReverseOps-Skill · 167 tokens