By bnb-chain
Evaluates BNB Chain bug bounty reports for validity and assigns a priority (P) rating
bnb-bounty-reviewer is a review skill for triaging BNB Chain bug bounty reports against local BNB repositories such as bsc, bsc-genesis-contract, greenfield-contracts, greenfield-cosmos-sdk, opbnb, and related projects.
This repository is structured so the same skill can be used by both Claude and Codex:
skills/bnb-bounty-reviewer/..
├── .claude-plugin/ # Claude plugin metadata
├── evals/ # Skill evaluation cases
└── skills/
└── bnb-bounty-reviewer/
└── SKILL.md # Actual skill content
If your agent supports skill installation from GitHub, this is the easiest option.
Ask Codex:
Install the skill from GitHub repo MatusKysel/bnb-bounty-reviewer using path skills/bnb-bounty-reviewer.
Codex should install the nested skill into:
~/.codex/skills/bnb-bounty-reviewer
Just Execute this:
claude plugin marketplace add MatusKysel/bnb-bounty-reviewer
Claude should place the repository at:
~/.claude/skills/bnb-bounty-reviewer
Claude expects the full repository layout, including .claude-plugin/.
git clone [email protected]:MatusKysel/bnb-bounty-reviewer.git ~/.claude/skills/bnb-bounty-reviewer
Or with HTTPS:
git clone https://github.com/MatusKysel/bnb-bounty-reviewer.git ~/.claude/skills/bnb-bounty-reviewer
Codex only needs the actual skill directory.
Option 1: install through Codex from GitHub using:
repo: MatusKysel/bnb-bounty-reviewer
path: skills/bnb-bounty-reviewer
Option 2: copy it manually:
mkdir -p ~/.codex/skills
cp -R skills/bnb-bounty-reviewer ~/.codex/skills/bnb-bounty-reviewer
If you are running that command from outside this repository, copy the nested directory from this repo:
bnb-bounty-reviewer/skills/bnb-bounty-reviewer -> ~/.codex/skills/bnb-bounty-reviewer
If installed as a git checkout:
git -C ~/.claude/skills/bnb-bounty-reviewer pull --ff-only origin main
If installed via git or copy, update by replacing the installed skill directory with the latest version of:
skills/bnb-bounty-reviewer/
If your Codex environment supports GitHub skill install prompts, you can ask it to reinstall/update from the same repo and path.
skills/bnb-bounty-reviewer/SKILL.md.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bnb-chain/bnb-bounty-reviewer --plugin bnb-bounty-reviewerHackenProof bug bounty triage workflow for consistent report handling
Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.
Crypto wallet security auditor for reviewing wallet implementations, key management, signing flows, and common vulnerability patterns.
Claude Code skills and agents for authorized security testing, bug bounty hunting, and pentesting workflows
Double-check layer for the Official Codex plugin — wraps every Codex interaction with Claude's independent critical evaluation. Review, adversarial, rescue, verify, research.
Security research toolkit for discovering and remediating vulnerabilities