원클릭으로
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.