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

Analysis Run

019b3836-22fa-7261-a23d-d704c811a1a9

complete
Chain ID
1
Address
Block Number
Created
Fri, Dec 19, 2025 8:03 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
387 artifact.fetch complete 1 / 3 3 months ago
388 tool.cast_disasm complete 1 / 3 3 months ago
96190 analysis.bundle complete 1 / 3 1 week ago
96191 capability.graph complete 1 / 3 1 week ago
96192 detector.run complete 1 / 3 1 week ago
96193 validation.fork complete 1 / 3 1 week ago
113795 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-8jdtp8nq
model: gpt-5.4
provider: openai
approval: never
sandbox: read-only
reasoning effort: high
reasoning summaries: none
session id: 019d5c9e-d7b1-7510-99fa-c9cb9764aaf3
--------
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:50:08.649480+00:00",
        "returncode": 1
    },
    "project": {
        "mode": "bytecode",
        "bytecode_length": 1704,
        "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)
7
EXT*/BALANCE
0
Total opcodes
550
Flags
No heuristic flags raised.
View cast disassembly output
00000000: PUSH1 0x00
00000002: PUSH2 0x027f
00000005: MSTORE8
00000006: PUSH29 0x0100000000000000000000000000000000000000000000000000000000
00000024: PUSH1 0x00
00000026: CALLDATALOAD
00000027: DIV
00000028: PUSH4 0x9305414a
0000002d: DUP2
0000002e: EQ
0000002f: ISZERO
00000030: PUSH2 0x014c
00000033: JUMPI
00000034: CALLDATASIZE
00000035: MSIZE
00000036: SWAP1
00000037: MSIZE
00000038: ADD
00000039: PUSH1 0x00
0000003b: SWAP1
0000003c: MSTORE
0000003d: CALLDATASIZE
0000003e: PUSH1 0x04
00000040: DUP3
00000041: CALLDATACOPY
00000042: PUSH1 0x04
00000044: CALLDATALOAD
00000045: PUSH1 0x20
00000047: DUP3
00000048: ADD
00000049: ADD
0000004a: PUSH1 0x60
0000004c: MSTORE
0000004d: PUSH1 0x24
0000004f: CALLDATALOAD
00000050: PUSH1 0x80
00000052: MSTORE
00000053: POP
00000054: PUSH1 0x40
00000056: PUSH1 0x40
00000058: MSIZE
00000059: SWAP1
0000005a: MSIZE
0000005b: ADD
0000005c: PUSH1 0x00
0000005e: SWAP1
0000005f: MSTORE
00000060: PUSH1 0x00
00000062: DUP2
00000063: MSTORE
00000064: PUSH1 0x80
00000066: MLOAD
00000067: DUP2
00000068: PUSH1 0x20
0000006a: ADD
0000006b: MSTORE
0000006c: DUP1
0000006d: SWAP1
0000006e: POP
0000006f: KECCAK256
00000070: SLOAD
00000071: ISZERO
00000072: PUSH2 0x014b
00000075: JUMPI
00000076: PUSH1 0x40
00000078: PUSH1 0x1c
0000007a: PUSH1 0xe0
0000007c: MSIZE
0000007d: SWAP1
0000007e: MSIZE
0000007f: ADD
00000080: PUSH1 0x00
00000082: SWAP1
00000083: MSTORE
00000084: ADD
00000085: PUSH1 0x60
00000087: MLOAD
00000088: PUSH1 0x20
0000008a: PUSH1 0x1f
0000008c: PUSH1 0x20
0000008e: DUP4
0000008f: SUB
00000090: MLOAD
00000091: ADD
00000092: DIV
00000093: PUSH1 0x20
00000095: MUL
00000096: PUSH1 0x20
00000098: ADD
00000099: DUP4
0000009a: DUP4
0000009b: MSTORE
0000009c: PUSH1 0x20
0000009e: DUP3
0000009f: SUB
000000a0: PUSH1 0x40
000000a2: DUP5
000000a3: ADD
000000a4: MSTORE
000000a5: DUP1
000000a6: PUSH1 0x80
000000a8: DUP5
000000a9: ADD
000000aa: MSTORE
000000ab: DUP1
000000ac: DUP5
000000ad: ADD
000000ae: SWAP4
000000af: POP
000000b0: POP
000000b1: POP
000000b2: PUSH1 0x40
000000b4: PUSH1 0x40
000000b6: MSIZE
000000b7: SWAP1
000000b8: MSIZE
000000b9: ADD
000000ba: PUSH1 0x00
000000bc: SWAP1
000000bd: MSTORE
000000be: PUSH1 0x00
000000c0: DUP2
000000c1: MSTORE
000000c2: PUSH1 0x80
000000c4: MLOAD
000000c5: DUP2
000000c6: PUSH1 0x20
000000c8: ADD
000000c9: MSTORE
000000ca: DUP1
000000cb: SWAP1
000000cc: POP
000000cd: KECCAK256
000000ce: SLOAD
000000cf: PUSH1 0x20
000000d1: DUP3
000000d2: ADD
000000d3: MSTORE
000000d4: DUP2
000000d5: PUSH1 0x04
000000d7: ADD
000000d8: MSIZE
000000d9: SWAP1
000000da: MSIZE
000000db: ADD
000000dc: PUSH1 0x00
000000de: SWAP1
000000df: MSTORE
000000e0: PUSH1 0x40
000000e2: DUP2
000000e3: PUSH1 0x40
000000e5: DUP5
000000e6: PUSH1 0x00
000000e8: PUSH1 0x04
000000ea: PUSH1 0x18
000000ec: CALL
000000ed: PUSH2 0x00f2
000000f0: JUMPI
000000f1: INVALID
000000f2: JUMPDEST
000000f3: PUSH1 0x40
000000f5: DUP2
000000f6: ADD
000000f7: SWAP3
000000f8: POP
000000f9: PUSH1 0x80
000000fb: DUP3
000000fc: ADD
000000fd: MLOAD
000000fe: DUP1
000000ff: DUP1
00000100: DUP6
00000101: DUP3
00000102: PUSH1 0x40
00000104: DUP8
00000105: ADD
00000106: MLOAD
00000107: PUSH1 0x00
00000109: PUSH1 0x04
0000010b: PUSH1 0x0a
0000010d: DUP8
0000010e: SDIV
0000010f: PUSH1 0x12
00000111: ADD
00000112: CALL
00000113: PUSH2 0x0118
00000116: JUMPI
00000117: INVALID
00000118: JUMPDEST
00000119: POP
0000011a: DUP1
0000011b: DUP5
0000011c: ADD
0000011d: SWAP4
0000011e: POP
0000011f: POP
00000120: DUP1
00000121: DUP4
00000122: SUB
00000123: PUSH32 0xf7eba460ce397de720ba4749bd9c125fec27d45ef68e15fffe706e8c211a7f5c
00000144: DUP2
00000145: DUP4
00000146: LOG1
00000147: POP
00000148: POP
00000149: POP
0000014a: POP
0000014b: JUMPDEST
0000014c: JUMPDEST
0000014d: PUSH4 0x4ae00041
00000152: DUP2
00000153: EQ
00000154: ISZERO
00000155: PUSH2 0x0351
00000158: JUMPI
00000159: CALLDATASIZE
0000015a: MSIZE
0000015b: SWAP1
0000015c: MSIZE
0000015d: ADD
0000015e: PUSH1 0x00
00000160: SWAP1
00000161: MSTORE
00000162: CALLDATASIZE
00000163: PUSH1 0x04
00000165: DUP3
00000166: CALLDATACOPY
00000167: PUSH1 0x04
00000169: CALLDATALOAD
0000016a: PUSH2 0x01a0
0000016d: MSTORE
0000016e: PUSH1 0x24
00000170: CALLDATALOAD
00000171: PUSH1 0x20
00000173: DUP3
00000174: ADD
00000175: ADD
00000176: PUSH2 0x01c0
00000179: MSTORE
0000017a: PUSH1 0x44
0000017c: CALLDATALOAD
0000017d: PUSH2 0x01e0
00000180: MSTORE
00000181: POP
00000182: PUSH1 0x40
00000184: PUSH1 0x1c
00000186: PUSH1 0xe0
00000188: MSIZE
00000189: SWAP1
0000018a: MSIZE
0000018b: ADD
0000018c: PUSH1 0x00
0000018e: SWAP1
0000018f: MSTORE
00000190: ADD
00000191: PUSH1 0x23
00000193: MSIZE
00000194: SWAP1
00000195: MSIZE
00000196: ADD
00000197: PUSH1 0x00
00000199: SWAP1
0000019a: MSTORE
0000019b: PUSH1 0x03
0000019d: DUP2
0000019e: MSTORE
0000019f: PUSH32 0x636f770000000000000000000000000000000000000000000000000000000000
000001c0: PUSH1 0x20
000001c2: DUP3
000001c3: ADD
000001c4: MSTORE
000001c5: PUSH1 0x20
000001c7: DUP2
000001c8: ADD
000001c9: SWAP1
000001ca: POP
000001cb: PUSH1 0x20
000001cd: PUSH1 0x1f
000001cf: PUSH1 0x20
000001d1: DUP4
000001d2: SUB
000001d3: MLOAD
000001d4: ADD
000001d5: DIV
000001d6: PUSH1 0x20
000001d8: MUL
000001d9: PUSH1 0x20
000001db: ADD
000001dc: DUP4
000001dd: DUP4
000001de: MSTORE
000001df: PUSH1 0x20
000001e1: DUP3
000001e2: SUB
000001e3: PUSH1 0x40
000001e5: DUP5
000001e6: ADD
000001e7: MSTORE
000001e8: DUP1
000001e9: PUSH1 0x80
000001eb: DUP5
000001ec: ADD
000001ed: MSTORE
000001ee: DUP1
000001ef: DUP5
000001f0: ADD
000001f1: SWAP4
000001f2: POP
000001f3: POP
000001f4: POP
000001f5: PUSH1 0x00
000001f7: PUSH1 0x20
000001f9: DUP3
000001fa: ADD
000001fb: MSTORE
000001fc: DUP2
000001fd: PUSH1 0x04
000001ff: ADD
00000200: MSIZE
00000201: SWAP1
00000202: MSIZE
00000203: ADD
00000204: PUSH1 0x00
00000206: SWAP1
00000207: MSTORE
00000208: PUSH1 0x40
0000020a: DUP2
0000020b: PUSH1 0x40
0000020d: DUP5
0000020e: PUSH1 0x00
00000210: PUSH1 0x04
00000212: PUSH1 0x18
00000214: CALL
00000215: PUSH2 0x021a
00000218: JUMPI
00000219: INVALID
0000021a: JUMPDEST
0000021b: PUSH1 0x40
0000021d: DUP2
0000021e: ADD
0000021f: SWAP3
00000220: POP
00000221: PUSH1 0x80
00000223: DUP3
00000224: ADD
00000225: MLOAD
00000226: DUP1
00000227: DUP1
00000228: DUP6
00000229: DUP3
0000022a: PUSH1 0x40
0000022c: DUP8
0000022d: ADD
0000022e: MLOAD
0000022f: PUSH1 0x00
00000231: PUSH1 0x04
00000233: PUSH1 0x0a
00000235: DUP8
00000236: SDIV
00000237: PUSH1 0x12
00000239: ADD
0000023a: CALL
0000023b: PUSH2 0x0240
0000023e: JUMPI
0000023f: INVALID
00000240: JUMPDEST
00000241: POP
00000242: DUP1
00000243: DUP5
00000244: ADD
00000245: SWAP4
00000246: POP
00000247: POP
00000248: DUP1
00000249: DUP4
0000024a: SUB
0000024b: PUSH32 0xf7eba460ce397de720ba4749bd9c125fec27d45ef68e15fffe706e8c211a7f5c
0000026c: DUP2
0000026d: DUP4
0000026e: LOG1
0000026f: POP
00000270: POP
00000271: POP
00000272: POP
00000273: PUSH1 0x20
00000275: PUSH1 0x1c
00000277: PUSH1 0x8c
00000279: MSIZE
0000027a: SWAP1
0000027b: MSIZE
0000027c: ADD
0000027d: PUSH1 0x00
0000027f: SWAP1
00000280: MSTORE
00000281: ADD
00000282: PUSH4 0x693ec85e
00000287: PUSH1 0x1c
00000289: DUP3
0000028a: SUB
0000028b: MSTORE
0000028c: PUSH2 0x01c0
0000028f: MLOAD
00000290: PUSH1 0x20
00000292: PUSH1 0x1f
00000294: PUSH1 0x20
00000296: DUP4
00000297: SUB
00000298: MLOAD
00000299: ADD
0000029a: DIV
0000029b: PUSH1 0x20
0000029d: MUL
0000029e: PUSH1 0x20
000002a0: ADD
000002a1: DUP4
000002a2: PUSH1 0x04
000002a4: DUP5
000002a5: ADD
000002a6: MSTORE
000002a7: PUSH1 0x20
000002a9: DUP3
000002aa: SUB
000002ab: PUSH1 0x24
000002ad: DUP5
000002ae: ADD
000002af: MSTORE
000002b0: DUP1
000002b1: PUSH1 0x48
000002b3: DUP5
000002b4: ADD
000002b5: MSTORE
000002b6: DUP1
000002b7: DUP5
000002b8: ADD
000002b9: SWAP4
000002ba: POP
000002bb: POP
000002bc: POP
000002bd: DUP2
000002be: PUSH1 0x04
000002c0: ADD
000002c1: MSIZE
000002c2: SWAP1
000002c3: MSIZE
000002c4: ADD
000002c5: PUSH1 0x00
000002c7: SWAP1
000002c8: MSTORE
000002c9: PUSH1 0x24
000002cb: DUP2
000002cc: PUSH1 0x24
000002ce: DUP5
000002cf: PUSH1 0x00
000002d1: PUSH1 0x04
000002d3: PUSH1 0x15
000002d5: CALL
000002d6: PUSH2 0x02db
000002d9: JUMPI
000002da: INVALID
000002db: JUMPDEST
000002dc: PUSH1 0x24
000002de: DUP2
000002df: ADD
000002e0: SWAP3
000002e1: POP
000002e2: PUSH1 0x48
000002e4: DUP3
000002e5: ADD
000002e6: MLOAD
000002e7: DUP1
000002e8: DUP1
000002e9: DUP6
000002ea: DUP3
000002eb: PUSH1 0x24
000002ed: DUP8
000002ee: ADD
000002ef: MLOAD
000002f0: PUSH1 0x00
000002f2: PUSH1 0x04
000002f4: PUSH1 0x0a
000002f6: DUP8
000002f7: SDIV
000002f8: PUSH1 0x12
000002fa: ADD
000002fb: CALL
000002fc: PUSH2 0x0301
000002ff: JUMPI
00000300: INVALID
00000301: JUMPDEST
00000302: POP
00000303: DUP1
00000304: DUP5
00000305: ADD
00000306: SWAP4
00000307: POP
00000308: POP
00000309: DUP1
0000030a: DUP4
0000030b: SUB
0000030c: PUSH1 0x20
0000030e: PUSH2 0x0240
00000311: DUP3
00000312: DUP5
00000313: CALLVALUE
00000314: PUSH2 0x01a0
00000317: MLOAD
00000318: PUSH2 0x2355
0000031b: GAS
0000031c: SUB
0000031d: CALL
0000031e: POP
0000031f: PUSH2 0x0240
00000322: MLOAD
00000323: SWAP1
00000324: POP
00000325: SWAP1
00000326: POP
00000327: SWAP1
00000328: POP
00000329: SWAP1
0000032a: POP
0000032b: PUSH2 0x0220
0000032e: MSTORE
0000032f: PUSH2 0x01e0
00000332: MLOAD
00000333: PUSH1 0x40
00000335: PUSH1 0x40
00000337: MSIZE
00000338: SWAP1
00000339: MSIZE
0000033a: ADD
0000033b: PUSH1 0x00
0000033d: SWAP1
0000033e: MSTORE
0000033f: PUSH1 0x00
00000341: DUP2
00000342: MSTORE
00000343: PUSH2 0x0220
00000346: MLOAD
00000347: DUP2
00000348: PUSH1 0x20
0000034a: ADD
0000034b: MSTORE
0000034c: DUP1
0000034d: SWAP1
0000034e: POP
0000034f: KECCAK256
00000350: SSTORE
00000351: JUMPDEST
00000352: POP
View stderr
Warning: This is a nightly build of Foundry. It is recommended to use the latest stable version. To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment.

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: 0xbc961f13924da36c379e153345ed702407f47293f03cf32b1f45253fde52049b
call_targets: 0x0000000000000000000000000000000000000004, 0x6acc9a6876739e9190d06463196e27b6d37405c6
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0xbc961f13924da36c379e153345ed702407f47293f03cf32b1f45253fde52049b",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x0000000000000000000000000000000000000004",
        "0x6acc9a6876739e9190d06463196e27b6d37405c6"
    ],
    "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": "0x9305414a",
            "selector": "0x9305414a",
            "calldata_variants": [
                "0x9305414a",
                "0x9305414a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x4ae00041",
            "selector": "0x4ae00041",
            "calldata_variants": [
                "0x4ae00041",
                "0x4ae000410000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 236,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "constant",
            "target_expression_category": "computed"
        },
        {
            "pc": 274,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 532,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "constant",
            "target_expression_category": "computed"
        }
    ],
    "call_count": 7,
    "guards_detected": [],
    "untrusted_call_count": 7
}
high other detector ETH value transfer possible 55 yes yes
view
trace_id: 0xbc961f13924da36c379e153345ed702407f47293f03cf32b1f45253fde52049b
call_targets: 0x0000000000000000000000000000000000000004, 0x6acc9a6876739e9190d06463196e27b6d37405c6
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0xbc961f13924da36c379e153345ed702407f47293f03cf32b1f45253fde52049b",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x0000000000000000000000000000000000000004",
        "0x6acc9a6876739e9190d06463196e27b6d37405c6"
    ],
    "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": "0x9305414a",
            "selector": "0x9305414a",
            "calldata_variants": [
                "0x9305414a",
                "0x9305414a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x4ae00041",
            "selector": "0x4ae00041",
            "calldata_variants": [
                "0x4ae00041",
                "0x4ae000410000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 236,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "constant",
            "target_expression_category": "computed"
        },
        {
            "pc": 274,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 532,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "constant",
            "target_expression_category": "computed"
        }
    ],
    "eth_value_calls": 7,
    "guards_detected": []
}