ワンクリックで
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 職業分類に基づく
| 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.
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.