npx claudepluginhub bnb-chain/bnb-bounty-reviewerEvaluates 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 git@github.com: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.