一键导入
proteus-codebase-research
Map a codebase for Proteus research through architecture, dataflow, trust boundaries, invariants, and high-ROI branch material.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Map a codebase for Proteus research through architecture, dataflow, trust boundaries, invariants, and high-ROI branch material.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Coordinate disciplined, continuous, professional vulnerability research with Proteus memory, campaigns, bounded delegation, validation gates, realistic exploitability, anti-slop controls, and report-grade decision discipline.
Operate as a secondary OpenCode-backed Proteus Chimera agent with coordinator-controlled scope, communication, snapshots, labs, and permissions.
Coordinate Proteus continuous vulnerability research with memory, campaigns, delegation, validation gates, and report-grade discipline.
Develop non-obvious Proteus exploit chains from primitives, side effects, state drift, and component coupling.
Compress Proteus campaign or round state into a concise checkpoint with facts, killed paths, pivots, and next moves.
Design calibrated Proteus fuzzing and differential probes that learn input behavior instead of spraying generic payloads.
| name | proteus-codebase-research |
| description | Map a codebase for Proteus research through architecture, dataflow, trust boundaries, invariants, and high-ROI branch material. |
| compatibility | opencode |
| metadata | {"source":"proteus"} |
Use this skill to build the factual map that makes creative research possible. The goal is not to read every file. The goal is to learn the system well enough to choose high-ROI offensive branches and avoid obvious, known, or exhausted paths.
Follow the Proteus base research contract. Treat every fact as future map material: record it, link it, and use it to steer the next move.
chaining when a behavior has side effects but no direct impact.fuzzing when an input model, parser, state machine, or adapter boundary
needs calibrated reaction learning.web-intel when expected behavior, public-known status, timeline, or
duplicate risk is unclear.poc-exploit only after evidence justifies realistic validation.Required output:
{
"surfaceMap": [],
"selectedHighRoiSurfaces": [],
"trustBoundaries": [],
"attackerControlledInputs": [],
"dataflows": [],
"stateTransitions": [],
"invariants": [],
"sideEffects": [],
"recentRiskAreas": [],
"knownOrLowRoiPathsAvoided": [],
"candidateBranches": [
{
"title": "...",
"primitive": "...",
"whyThisIsHighRoi": "...",
"files": [],
"nextProbe": "...",
"killConditions": []
}
],
"handoffs": [],
"memoryToRecord": [],
"contractSignature": {}
}