Security Research (Team-Mode Vulnerability Audit)
Runs 3 vulnerability hunters and 2 PoC engineers in parallel so only findings with a proven, reproducible attack path survive.
Security & ReviewAdvanced★ 69,202⑂ 5,700AI score 8/10Last updated: Sep 19, 2026
What it does
- Runs a parallel security audit of a repo, PR, diff range, or release candidate using Team Mode.
- Spins up 5 specialized members: attack-surface mapper, auth/authorization/data-isolation hunter, runtime & supply-chain hunter, and two PoC engineers who build and independently falsify proofs.
- Uses CWE, OWASP WSTG/ASVS and CVSS v4.0 as the scoring frame, enforcing the rule that no severity is assigned without an attack path.
- Outputs a verdict (PASS / PASS WITH FINDINGS / BLOCK), a findings table with CWE, exploitability, PoC and minimal fix, plus downgraded candidates and residual risk.
- Forbids destructive exploits against real services; uses local fixtures, dry runs, or static proof instead.
Who it's for
- opencode users running oh-my-openagent with
team_modeenabled. - Teams doing pre-release security checks or threat-model validation.
- Reviewers who want exploitability-driven reports instead of generic hardening advice.
Example uses
- Invoke
/security-researchwith no target → it audits the current branch diff against the merge base. - "Audit the upload and archive-extraction code in this PR" → hunters flag path traversal / command injection candidates, PoC engineers reproduce them with local fixtures.
- Full-repo pre-release audit → auth and tenant-isolation issues tabulated with CWE and fixes, while unreproducible candidates are listed with rejection rationale.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/HEAD/.agents/skills/security-research/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .agents/skills/security-research folder from the GitHub repo code-yeongyu/oh-my-openagent into my ~/.claude/skills/security-research/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/code-yeongyu/oh-my-openagent.git /tmp/oh-my-openagent && mkdir -p ~/.claude/skills && cp -r /tmp/oh-my-openagent/.agents/skills/security-research ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/code-yeongyu/oh-my-openagent.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r oh-my-openagent/.agents/skills/security-research ~/.claude/skills/ - Important: this skill requires
team_*tools. Setteam_mode.enabled: truein your oh-my-openagent config and restart opencode, otherwise the skill stops immediately. - Restart your agent and ask for a "security review" or run
security-researchto confirm it triggers.
View source on GitHub ↗License: NOASSERTION