TW
Tripwire
Find contracts. Test them. Review real vulns.

Analysis Run

019b477e-a6e3-73e9-8b9e-a5afc36f2e3f

complete
Chain ID
1
Address
Block Number
Created
Mon, Dec 22, 2025 7:17 PM
Review Summary

What survived the funnel

Open this run to answer one question: is this real attacker-relevant behavior with real impact, or just normal contract plumbing?

Confirmed
2
Validated
2
Source
Bytecode only
Review Backing
Not yet
Best current signal
Untrusted CALL target/value reachable
crit 0 high 2 direct contract
Review Checklist
1. Read the findings table first. Ignore raw jobs until the result looks real.
2. Confirm attacker control, not just the existence of a sink.
3. Confirm money or privilege impact.
4. Keep it if the behavior is real. Kill it if this is normal proxy, admin, or upgrade plumbing.

Processing Jobs

Status & attempts
ID Type Status Attempts Heartbeat
20161 artifact.fetch complete 1 / 3 3 months ago
20162 tool.cast_disasm complete 1 / 3 3 months ago
88809 analysis.bundle complete 1 / 3 1 week ago
88810 capability.graph complete 1 / 3 1 week ago
88811 detector.run complete 1 / 3 1 week ago
88812 validation.fork complete 1 / 3 1 week ago
113748 report.consolidate complete 1 / 6 1 week ago

Artifact

Runtime bytecode: available
Creation TX:
Deployer:
Proxy: no
Implementation:
Verified Source: no

Slither

tool.slither

No slither job recorded yet.

Codex

report.consolidate
Job Status
complete
Attempts
1 / 6
Findings
0
No findings?
View stderr
OpenAI Codex v0.118.0 (research preview)
--------
workdir: /tmp/codex-hpmx7jhc
model: gpt-5.4
provider: openai
approval: never
sandbox: read-only
reasoning effort: high
reasoning summaries: none
session id: 019d5c9d-6027-73d2-a2ef-6591641a078e
--------
user
You are a security auditor. You ONLY have runtime bytecode + analysis artifacts.
You MUST read `BYTECODE_BUNDLE.json` before concluding; it contains the bytecode summary,
evidence bundle, callsites, storage slots, and detector findings.

Special cases when reasoning from bytecode (be explicit about uncertainty):
- Selector inference is best-effort; missing selectors are common.
- Fallback/receive paths may be the only entrypoints.
- CALL vs DELEGATECALL semantics differ; DELEGATECALL executes in caller storage.
- Proxy patterns (EIP-1967, minimal proxies, beacon) change which storage is authoritative.
- Storage slots are raw; mappings/arrays appear via keccak patterns, names are unknown.
- Guard detection is heuristic; absence of guards does NOT mean unguarded.
- Returndata checking is unknown unless explicitly shown in evidence.
- Precompiles (0x1..0x9) and common ERC20 transfer selectors may appear; do not over-claim.

Output MUST be valid JSON matching the provided schema.
- If you find nothing meaningful: set no_findings=true and findings=[].
- Otherwise: set no_findings=false and include findings with severity/category/title.
- Locations can be pc references like "pc:0x123" or selectors like "selector:0xa9059cbb".

Focus on: reentrancy, access control, upgradeability/proxy issues, signature validation,
accounting/invariant breaks, dangerous delegatecall, and untrusted external calls.
Be conservative: if evidence is weak, mark severity low/medium and explain why.
warning: Codex could not find system bubblewrap on PATH. Please install bubblewrap with your package manager. Codex will use the vendored bubblewrap in the meantime.
ERROR: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Apr 8th, 2026 9:11 AM.
ERROR: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Apr 8th, 2026 9:11 AM.
Metadata
{
    "codex": {
        "ran_at": "2026-04-05T07:48:32.643660+00:00",
        "returncode": 1
    },
    "project": {
        "mode": "bytecode",
        "bytecode_length": 1748,
        "bytecode_truncated": false,
        "capability_graph_present": true,
        "analysis_artifact_present": true
    },
    "summary": null,
    "no_findings": null,
    "schema_version": 1
}

Opcode Heuristics

tool.cast_disasm
Delegatecall
0
Selfdestruct
0
CREATE2
0
CALL-family (heavy)
2
EXT*/BALANCE
0
Total opcodes
463
Flags
No heuristic flags raised.
View cast disassembly output
00000000: PUSH1 0x60
00000002: PUSH1 0x40
00000004: MSTORE
00000005: PUSH1 0x00
00000007: CALLDATALOAD
00000008: PUSH29 0x0100000000000000000000000000000000000000000000000000000000
00000026: SWAP1
00000027: DIV
00000028: DUP1
00000029: PUSH4 0x0ceea305
0000002e: EQ
0000002f: PUSH2 0x0044
00000032: JUMPI
00000033: DUP1
00000034: PUSH4 0xffc16d05
00000039: EQ
0000003a: PUSH2 0x0070
0000003d: JUMPI
0000003e: PUSH2 0x0042
00000041: JUMP
00000042: JUMPDEST
00000043: STOP
00000044: JUMPDEST
00000045: PUSH2 0x005a
00000048: PUSH1 0x04
0000004a: DUP1
0000004b: DUP1
0000004c: CALLDATALOAD
0000004d: SWAP1
0000004e: PUSH1 0x20
00000050: ADD
00000051: SWAP1
00000052: SWAP2
00000053: SWAP1
00000054: POP
00000055: POP
00000056: PUSH2 0x009c
00000059: JUMP
0000005a: JUMPDEST
0000005b: PUSH1 0x40
0000005d: MLOAD
0000005e: DUP1
0000005f: DUP3
00000060: DUP2
00000061: MSTORE
00000062: PUSH1 0x20
00000064: ADD
00000065: SWAP2
00000066: POP
00000067: POP
00000068: PUSH1 0x40
0000006a: MLOAD
0000006b: DUP1
0000006c: SWAP2
0000006d: SUB
0000006e: SWAP1
0000006f: RETURN
00000070: JUMPDEST
00000071: PUSH2 0x0086
00000074: PUSH1 0x04
00000076: DUP1
00000077: DUP1
00000078: CALLDATALOAD
00000079: SWAP1
0000007a: PUSH1 0x20
0000007c: ADD
0000007d: SWAP1
0000007e: SWAP2
0000007f: SWAP1
00000080: POP
00000081: POP
00000082: PUSH2 0x019b
00000085: JUMP
00000086: JUMPDEST
00000087: PUSH1 0x40
00000089: MLOAD
0000008a: DUP1
0000008b: DUP3
0000008c: DUP2
0000008d: MSTORE
0000008e: PUSH1 0x20
00000090: ADD
00000091: SWAP2
00000092: POP
00000093: POP
00000094: PUSH1 0x40
00000096: MLOAD
00000097: DUP1
00000098: SWAP2
00000099: SUB
0000009a: SWAP1
0000009b: RETURN
0000009c: JUMPDEST
0000009d: PUSH1 0x00
0000009f: TIMESTAMP
000000a0: DUP3
000000a1: GT
000000a2: ISZERO
000000a3: PUSH2 0x0159
000000a6: JUMPI
000000a7: CALLVALUE
000000a8: PUSH1 0x00
000000aa: PUSH1 0x00
000000ac: POP
000000ad: PUSH1 0x00
000000af: CALLER
000000b0: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000000c5: AND
000000c6: DUP2
000000c7: MSTORE
000000c8: PUSH1 0x20
000000ca: ADD
000000cb: SWAP1
000000cc: DUP2
000000cd: MSTORE
000000ce: PUSH1 0x20
000000d0: ADD
000000d1: PUSH1 0x00
000000d3: KECCAK256
000000d4: PUSH1 0x00
000000d6: POP
000000d7: PUSH1 0x00
000000d9: DUP5
000000da: DUP2
000000db: MSTORE
000000dc: PUSH1 0x20
000000de: ADD
000000df: SWAP1
000000e0: DUP2
000000e1: MSTORE
000000e2: PUSH1 0x20
000000e4: ADD
000000e5: PUSH1 0x00
000000e7: KECCAK256
000000e8: PUSH1 0x00
000000ea: DUP3
000000eb: DUP3
000000ec: DUP3
000000ed: POP
000000ee: SLOAD
000000ef: ADD
000000f0: SWAP3
000000f1: POP
000000f2: POP
000000f3: DUP2
000000f4: SWAP1
000000f5: SSTORE
000000f6: POP
000000f7: CALLER
000000f8: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000010d: AND
0000010e: PUSH32 0xd4665e3049283582ba6f9eba07a5b3e12dab49e02da99e8927a47af5d134bea5
0000012f: DUP4
00000130: CALLVALUE
00000131: PUSH1 0x40
00000133: MLOAD
00000134: DUP1
00000135: DUP4
00000136: DUP2
00000137: MSTORE
00000138: PUSH1 0x20
0000013a: ADD
0000013b: DUP3
0000013c: DUP2
0000013d: MSTORE
0000013e: PUSH1 0x20
00000140: ADD
00000141: SWAP3
00000142: POP
00000143: POP
00000144: POP
00000145: PUSH1 0x40
00000147: MLOAD
00000148: DUP1
00000149: SWAP2
0000014a: SUB
0000014b: SWAP1
0000014c: LOG2
0000014d: PUSH1 0x01
0000014f: SWAP1
00000150: POP
00000151: PUSH2 0x0196
00000154: JUMP
00000155: PUSH2 0x0195
00000158: JUMP
00000159: JUMPDEST
0000015a: CALLER
0000015b: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000170: AND
00000171: PUSH1 0x00
00000173: CALLVALUE
00000174: PUSH1 0x40
00000176: MLOAD
00000177: DUP1
00000178: SWAP1
00000179: POP
0000017a: PUSH1 0x00
0000017c: PUSH1 0x40
0000017e: MLOAD
0000017f: DUP1
00000180: DUP4
00000181: SUB
00000182: DUP2
00000183: DUP6
00000184: DUP9
00000185: DUP9
00000186: CALL
00000187: SWAP4
00000188: POP
00000189: POP
0000018a: POP
0000018b: POP
0000018c: POP
0000018d: PUSH1 0x00
0000018f: SWAP1
00000190: POP
00000191: PUSH2 0x0196
00000194: JUMP
00000195: JUMPDEST
00000196: JUMPDEST
00000197: SWAP2
00000198: SWAP1
00000199: POP
0000019a: JUMP
0000019b: JUMPDEST
0000019c: PUSH1 0x00
0000019e: DUP2
0000019f: TIMESTAMP
000001a0: LT
000001a1: ISZERO
000001a2: DUP1
000001a3: ISZERO
000001a4: PUSH2 0x01f0
000001a7: JUMPI
000001a8: POP
000001a9: PUSH1 0x00
000001ab: PUSH1 0x00
000001ad: PUSH1 0x00
000001af: POP
000001b0: PUSH1 0x00
000001b2: CALLER
000001b3: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000001c8: AND
000001c9: DUP2
000001ca: MSTORE
000001cb: PUSH1 0x20
000001cd: ADD
000001ce: SWAP1
000001cf: DUP2
000001d0: MSTORE
000001d1: PUSH1 0x20
000001d3: ADD
000001d4: PUSH1 0x00
000001d6: KECCAK256
000001d7: PUSH1 0x00
000001d9: POP
000001da: PUSH1 0x00
000001dc: DUP5
000001dd: DUP2
000001de: MSTORE
000001df: PUSH1 0x20
000001e1: ADD
000001e2: SWAP1
000001e3: DUP2
000001e4: MSTORE
000001e5: PUSH1 0x20
000001e7: ADD
000001e8: PUSH1 0x00
000001ea: KECCAK256
000001eb: PUSH1 0x00
000001ed: POP
000001ee: SLOAD
000001ef: GT
000001f0: JUMPDEST
000001f1: ISZERO
000001f2: PUSH2 0x035a
000001f5: JUMPI
000001f6: CALLER
000001f7: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000020c: AND
0000020d: PUSH1 0x00
0000020f: PUSH1 0x00
00000211: PUSH1 0x00
00000213: POP
00000214: PUSH1 0x00
00000216: CALLER
00000217: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000022c: AND
0000022d: DUP2
0000022e: MSTORE
0000022f: PUSH1 0x20
00000231: ADD
00000232: SWAP1
00000233: DUP2
00000234: MSTORE
00000235: PUSH1 0x20
00000237: ADD
00000238: PUSH1 0x00
0000023a: KECCAK256
0000023b: PUSH1 0x00
0000023d: POP
0000023e: PUSH1 0x00
00000240: DUP6
00000241: DUP2
00000242: MSTORE
00000243: PUSH1 0x20
00000245: ADD
00000246: SWAP1
00000247: DUP2
00000248: MSTORE
00000249: PUSH1 0x20
0000024b: ADD
0000024c: PUSH1 0x00
0000024e: KECCAK256
0000024f: PUSH1 0x00
00000251: POP
00000252: SLOAD
00000253: PUSH1 0x40
00000255: MLOAD
00000256: DUP1
00000257: SWAP1
00000258: POP
00000259: PUSH1 0x00
0000025b: PUSH1 0x40
0000025d: MLOAD
0000025e: DUP1
0000025f: DUP4
00000260: SUB
00000261: DUP2
00000262: DUP6
00000263: DUP9
00000264: DUP9
00000265: CALL
00000266: SWAP4
00000267: POP
00000268: POP
00000269: POP
0000026a: POP
0000026b: POP
0000026c: PUSH1 0x00
0000026e: PUSH1 0x00
00000270: PUSH1 0x00
00000272: POP
00000273: PUSH1 0x00
00000275: CALLER
00000276: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000028b: AND
0000028c: DUP2
0000028d: MSTORE
0000028e: PUSH1 0x20
00000290: ADD
00000291: SWAP1
00000292: DUP2
00000293: MSTORE
00000294: PUSH1 0x20
00000296: ADD
00000297: PUSH1 0x00
00000299: KECCAK256
0000029a: PUSH1 0x00
0000029c: POP
0000029d: PUSH1 0x00
0000029f: DUP5
000002a0: DUP2
000002a1: MSTORE
000002a2: PUSH1 0x20
000002a4: ADD
000002a5: SWAP1
000002a6: DUP2
000002a7: MSTORE
000002a8: PUSH1 0x20
000002aa: ADD
000002ab: PUSH1 0x00
000002ad: KECCAK256
000002ae: PUSH1 0x00
000002b0: POP
000002b1: DUP2
000002b2: SWAP1
000002b3: SSTORE
000002b4: POP
000002b5: CALLER
000002b6: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000002cb: AND
000002cc: PUSH32 0xadec52fcd1408589179b85e44b434374db078b4eaf793e7d1a1bb0ae4ecfeee5
000002ed: DUP4
000002ee: PUSH1 0x00
000002f0: PUSH1 0x00
000002f2: POP
000002f3: PUSH1 0x00
000002f5: CALLER
000002f6: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000030b: AND
0000030c: DUP2
0000030d: MSTORE
0000030e: PUSH1 0x20
00000310: ADD
00000311: SWAP1
00000312: DUP2
00000313: MSTORE
00000314: PUSH1 0x20
00000316: ADD
00000317: PUSH1 0x00
00000319: KECCAK256
0000031a: PUSH1 0x00
0000031c: POP
0000031d: PUSH1 0x00
0000031f: DUP7
00000320: DUP2
00000321: MSTORE
00000322: PUSH1 0x20
00000324: ADD
00000325: SWAP1
00000326: DUP2
00000327: MSTORE
00000328: PUSH1 0x20
0000032a: ADD
0000032b: PUSH1 0x00
0000032d: KECCAK256
0000032e: PUSH1 0x00
00000330: POP
00000331: SLOAD
00000332: PUSH1 0x40
00000334: MLOAD
00000335: DUP1
00000336: DUP4
00000337: DUP2
00000338: MSTORE
00000339: PUSH1 0x20
0000033b: ADD
0000033c: DUP3
0000033d: DUP2
0000033e: MSTORE
0000033f: PUSH1 0x20
00000341: ADD
00000342: SWAP3
00000343: POP
00000344: POP
00000345: POP
00000346: PUSH1 0x40
00000348: MLOAD
00000349: DUP1
0000034a: SWAP2
0000034b: SUB
0000034c: SWAP1
0000034d: LOG2
0000034e: PUSH1 0x01
00000350: SWAP1
00000351: POP
00000352: PUSH2 0x0364
00000355: JUMP
00000356: PUSH2 0x0363
00000359: JUMP
0000035a: JUMPDEST
0000035b: PUSH1 0x00
0000035d: SWAP1
0000035e: POP
0000035f: PUSH2 0x0364
00000362: JUMP
00000363: JUMPDEST
00000364: JUMPDEST
00000365: SWAP2
00000366: SWAP1
00000367: POP
00000368: JUMP

Findings

validated = confirmed for call sinks; sink observed for others
Severity Category Tool Title Confidence Validated Confirmed Details
high other detector Untrusted CALL target/value reachable 60 yes yes
view
trace_id: 0x0db658b42832bbec80c1d47849e21fdf5b92afe4c69c66f12aaebc554939cea2
call_targets: 0x0000000000000000000000000000000000000001, 0xdb30622d51e8d6221f0b1cbde57d4734387d7ca1
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0x0db658b42832bbec80c1d47849e21fdf5b92afe4c69c66f12aaebc554939cea2",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x0000000000000000000000000000000000000001",
        "0xdb30622d51e8d6221f0b1cbde57d4734387d7ca1"
    ],
    "matched_probe": null,
    "target_varies": true,
    "classification": "target_varies"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x0ceea305",
            "selector": "0x0ceea305",
            "calldata_variants": [
                "0x0ceea305",
                "0x0ceea3050000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xffc16d05",
            "selector": "0xffc16d05",
            "calldata_variants": [
                "0xffc16d05",
                "0xffc16d050000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 390,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 613,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "call_count": 2,
    "guards_detected": [],
    "untrusted_call_count": 2
}
high other detector ETH value transfer possible 55 yes yes
view
trace_id: 0x0db658b42832bbec80c1d47849e21fdf5b92afe4c69c66f12aaebc554939cea2
call_targets: 0x0000000000000000000000000000000000000001, 0xdb30622d51e8d6221f0b1cbde57d4734387d7ca1
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0x0db658b42832bbec80c1d47849e21fdf5b92afe4c69c66f12aaebc554939cea2",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x0000000000000000000000000000000000000001",
        "0xdb30622d51e8d6221f0b1cbde57d4734387d7ca1"
    ],
    "matched_probe": null,
    "target_varies": true,
    "classification": "target_varies"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x0ceea305",
            "selector": "0x0ceea305",
            "calldata_variants": [
                "0x0ceea305",
                "0x0ceea3050000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xffc16d05",
            "selector": "0xffc16d05",
            "calldata_variants": [
                "0xffc16d05",
                "0xffc16d050000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 390,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 613,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "eth_value_calls": 2,
    "guards_detected": []
}