一键导入
proteus-chaining
Develop non-obvious Proteus exploit chains from primitives, side effects, state drift, and component coupling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Develop non-obvious Proteus exploit chains from primitives, side effects, state drift, and component coupling.
用 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.
Compress Proteus campaign or round state into a concise checkpoint with facts, killed paths, pivots, and next moves.
Map a codebase for Proteus research through architecture, dataflow, trust boundaries, invariants, and high-ROI branch material.
Design calibrated Proteus fuzzing and differential probes that learn input behavior instead of spraying generic payloads.
| name | proteus-chaining |
| description | Develop non-obvious Proteus exploit chains from primitives, side effects, state drift, and component coupling. |
| compatibility | opencode |
| metadata | {"source":"proteus"} |
Use this skill when a behavior is interesting but the impact path is not yet clear. Think like an independent human researcher: ask what this behavior touches, what it changes indirectly, what assumptions it invalidates, and what other component might interpret the same state differently.
Follow the Proteus base research contract. Do not start from a bug-class list. Start from primitives, side effects, invariants, and real attacker capability.
poc-exploit.web-intel.fuzzing.Required output:
{
"observedBehavior": "...",
"currentPrimitive": "...",
"influenceMap": [],
"nonObviousChainCandidates": [
{
"title": "...",
"whyNonObvious": "...",
"chainSteps": [],
"preconditions": [],
"sideEffectsUsed": [],
"componentsTouched": [],
"successCriteria": [],
"killConditions": [],
"roi": {
"probability": 0,
"impact": 0,
"effort": 0,
"novelty": 0
},
"nextProbe": "..."
}
],
"topBranches": [],
"branchesKilled": [],
"handoffs": [],
"memoryToRecord": [],
"contractSignature": {}
}
Do not promote a finding. Produce branches the coordinator can validate, refute, checkpoint, or hand to Cicada/Artificer.