Claude-skill-registry claude-security-review

Security-focused review for Hyperlane protocol code. Use for Solidity contracts, Rust agents, and infrastructure changes.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/claude-security-review" ~/.claude/skills/majiayu000-claude-skill-registry-claude-security-review && rm -rf "$T"
manifest: skills/data/claude-security-review/SKILL.md
source content

Security Review Skill

Use this skill for security-focused code review of Hyperlane protocol code.

When to Use

  • Reviewing Solidity smart contracts
  • Reviewing Rust agent code
  • Checking cross-chain security concerns
  • Infrastructure or config changes

Instructions

Read and apply the security guidelines from

.github/prompts/security-scan.md
to review the code changes.

Report findings with severity ratings (Critical/High/Medium/Low/Informational) and suggested fixes.