019b3836-5ac1-733a-ad1b-fa9dcf7b30c4
Open this run to answer one question: is this real attacker-relevant behavior with real impact, or just normal contract plumbing?
| ID | Type | Status | Attempts | Heartbeat |
|---|---|---|---|---|
| 8955 | artifact.fetch | complete | 1 / 3 | 3 months ago |
| 8956 | tool.cast_disasm | complete | 1 / 3 | 3 months ago |
| 98202 | analysis.bundle | complete | 1 / 3 | 1 week ago |
| 98203 | capability.graph | complete | 1 / 3 | 1 week ago |
| 98204 | detector.run | complete | 1 / 3 | 1 week ago |
| 98205 | validation.fork | complete | 1 / 3 | 1 week ago |
| 113841 | report.consolidate | complete | 1 / 6 | 1 week ago |
No slither job recorded yet.
OpenAI Codex v0.118.0 (research preview) -------- workdir: /tmp/codex-i3fc3why model: gpt-5.4 provider: openai approval: never sandbox: read-only reasoning effort: high reasoning summaries: none session id: 019d5ca0-6574-7f02-ae15-ed3196d1eb37 -------- 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.
{
"codex": {
"ran_at": "2026-04-05T07:51:50.562713+00:00",
"returncode": 1
},
"project": {
"mode": "bytecode",
"bytecode_length": 3112,
"bytecode_truncated": false,
"capability_graph_present": true,
"analysis_artifact_present": true
},
"summary": null,
"no_findings": null,
"schema_version": 1
}
00000000: PUSH1 0x60 00000002: PUSH1 0x40 00000004: MSTORE 00000005: CALLDATASIZE 00000006: ISZERO 00000007: PUSH2 0x007f 0000000a: JUMPI 0000000b: PUSH1 0x00 0000000d: CALLDATALOAD 0000000e: PUSH29 0x0100000000000000000000000000000000000000000000000000000000 0000002c: SWAP1 0000002d: DIV 0000002e: DUP1 0000002f: PUSH4 0x3ccfd60b 00000034: EQ 00000035: PUSH2 0x0090 00000038: JUMPI 00000039: DUP1 0000003a: PUSH4 0x4ba6f28e 0000003f: EQ 00000040: PUSH2 0x009f 00000043: JUMPI 00000044: DUP1 00000045: PUSH4 0x4c738909 0000004a: EQ 0000004b: PUSH2 0x00c4 0000004e: JUMPI 0000004f: DUP1 00000050: PUSH4 0x9ee1bd0f 00000055: EQ 00000056: PUSH2 0x00e7 00000059: JUMPI 0000005a: DUP1 0000005b: PUSH4 0xa6f9dae1 00000060: EQ 00000061: PUSH2 0x0120 00000064: JUMPI 00000065: DUP1 00000066: PUSH4 0xdffeadd0 0000006b: EQ 0000006c: PUSH2 0x014e 0000006f: JUMPI 00000070: DUP1 00000071: PUSH4 0xf8b2cb4f 00000076: EQ 00000077: PUSH2 0x015d 0000007a: JUMPI 0000007b: PUSH2 0x007f 0000007e: JUMP 0000007f: JUMPDEST 00000080: PUSH2 0x008e 00000083: JUMPDEST 00000084: PUSH2 0x008b 00000087: PUSH2 0x0189 0000008a: JUMP 0000008b: JUMPDEST 0000008c: JUMPDEST 0000008d: JUMP 0000008e: JUMPDEST 0000008f: STOP 00000090: JUMPDEST 00000091: PUSH2 0x009d 00000094: PUSH1 0x04 00000096: DUP1 00000097: POP 00000098: POP 00000099: PUSH2 0x023d 0000009c: JUMP 0000009d: JUMPDEST 0000009e: STOP 0000009f: JUMPDEST 000000a0: PUSH2 0x00ac 000000a3: PUSH1 0x04 000000a5: DUP1 000000a6: POP 000000a7: POP 000000a8: PUSH2 0x02e5 000000ab: JUMP 000000ac: JUMPDEST 000000ad: PUSH1 0x40 000000af: MLOAD 000000b0: DUP1 000000b1: DUP3 000000b2: ISZERO 000000b3: ISZERO 000000b4: DUP2 000000b5: MSTORE 000000b6: PUSH1 0x20 000000b8: ADD 000000b9: SWAP2 000000ba: POP 000000bb: POP 000000bc: PUSH1 0x40 000000be: MLOAD 000000bf: DUP1 000000c0: SWAP2 000000c1: SUB 000000c2: SWAP1 000000c3: RETURN 000000c4: JUMPDEST 000000c5: PUSH2 0x00d1 000000c8: PUSH1 0x04 000000ca: DUP1 000000cb: POP 000000cc: POP 000000cd: PUSH2 0x045d 000000d0: JUMP 000000d1: JUMPDEST 000000d2: PUSH1 0x40 000000d4: MLOAD 000000d5: DUP1 000000d6: DUP3 000000d7: DUP2 000000d8: MSTORE 000000d9: PUSH1 0x20 000000db: ADD 000000dc: SWAP2 000000dd: POP 000000de: POP 000000df: PUSH1 0x40 000000e1: MLOAD 000000e2: DUP1 000000e3: SWAP2 000000e4: SUB 000000e5: SWAP1 000000e6: RETURN 000000e7: JUMPDEST 000000e8: PUSH2 0x00f4 000000eb: PUSH1 0x04 000000ed: DUP1 000000ee: POP 000000ef: POP 000000f0: PUSH2 0x04a4 000000f3: JUMP 000000f4: JUMPDEST 000000f5: PUSH1 0x40 000000f7: MLOAD 000000f8: DUP1 000000f9: DUP3 000000fa: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000010f: AND 00000110: DUP2 00000111: MSTORE 00000112: PUSH1 0x20 00000114: ADD 00000115: SWAP2 00000116: POP 00000117: POP 00000118: PUSH1 0x40 0000011a: MLOAD 0000011b: DUP1 0000011c: SWAP2 0000011d: SUB 0000011e: SWAP1 0000011f: RETURN 00000120: JUMPDEST 00000121: PUSH2 0x0136 00000124: PUSH1 0x04 00000126: DUP1 00000127: DUP1 00000128: CALLDATALOAD 00000129: SWAP1 0000012a: PUSH1 0x20 0000012c: ADD 0000012d: SWAP1 0000012e: SWAP2 0000012f: SWAP1 00000130: POP 00000131: POP 00000132: PUSH2 0x04d8 00000135: JUMP 00000136: JUMPDEST 00000137: PUSH1 0x40 00000139: MLOAD 0000013a: DUP1 0000013b: DUP3 0000013c: ISZERO 0000013d: ISZERO 0000013e: DUP2 0000013f: MSTORE 00000140: PUSH1 0x20 00000142: ADD 00000143: SWAP2 00000144: POP 00000145: POP 00000146: PUSH1 0x40 00000148: MLOAD 00000149: DUP1 0000014a: SWAP2 0000014b: SUB 0000014c: SWAP1 0000014d: RETURN 0000014e: JUMPDEST 0000014f: PUSH2 0x015b 00000152: PUSH1 0x04 00000154: DUP1 00000155: POP 00000156: POP 00000157: PUSH2 0x0189 0000015a: JUMP 0000015b: JUMPDEST 0000015c: STOP 0000015d: JUMPDEST 0000015e: PUSH2 0x0173 00000161: PUSH1 0x04 00000163: DUP1 00000164: DUP1 00000165: CALLDATALOAD 00000166: SWAP1 00000167: PUSH1 0x20 00000169: ADD 0000016a: SWAP1 0000016b: SWAP2 0000016c: SWAP1 0000016d: POP 0000016e: POP 0000016f: PUSH2 0x05ca 00000172: JUMP 00000173: JUMPDEST 00000174: PUSH1 0x40 00000176: MLOAD 00000177: DUP1 00000178: DUP3 00000179: DUP2 0000017a: MSTORE 0000017b: PUSH1 0x20 0000017d: ADD 0000017e: SWAP2 0000017f: POP 00000180: POP 00000181: PUSH1 0x40 00000183: MLOAD 00000184: DUP1 00000185: SWAP2 00000186: SUB 00000187: SWAP1 00000188: RETURN 00000189: JUMPDEST 0000018a: PUSH1 0x00 0000018c: PUSH1 0x00 0000018e: PUSH1 0xc8 00000190: CALLVALUE 00000191: DIV 00000192: SWAP2 00000193: POP 00000194: DUP2 00000195: PUSH1 0x02 00000197: PUSH1 0x00 00000199: POP 0000019a: PUSH1 0x00 0000019c: PUSH1 0x00 0000019e: PUSH1 0x00 000001a0: SWAP1 000001a1: SLOAD 000001a2: SWAP1 000001a3: PUSH2 0x0100 000001a6: EXP 000001a7: SWAP1 000001a8: DIV 000001a9: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000001be: AND 000001bf: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000001d4: AND 000001d5: DUP2 000001d6: MSTORE 000001d7: PUSH1 0x20 000001d9: ADD 000001da: SWAP1 000001db: DUP2 000001dc: MSTORE 000001dd: PUSH1 0x20 000001df: ADD 000001e0: PUSH1 0x00 000001e2: KECCAK256 000001e3: PUSH1 0x00 000001e5: DUP3 000001e6: DUP3 000001e7: DUP3 000001e8: POP 000001e9: SLOAD 000001ea: ADD 000001eb: SWAP3 000001ec: POP 000001ed: POP 000001ee: DUP2 000001ef: SWAP1 000001f0: SSTORE 000001f1: POP 000001f2: DUP2 000001f3: CALLVALUE 000001f4: SUB 000001f5: SWAP1 000001f6: POP 000001f7: DUP1 000001f8: PUSH1 0x01 000001fa: PUSH1 0x00 000001fc: POP 000001fd: PUSH1 0x00 000001ff: CALLER 00000200: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000215: AND 00000216: DUP2 00000217: MSTORE 00000218: PUSH1 0x20 0000021a: ADD 0000021b: SWAP1 0000021c: DUP2 0000021d: MSTORE 0000021e: PUSH1 0x20 00000220: ADD 00000221: PUSH1 0x00 00000223: KECCAK256 00000224: PUSH1 0x00 00000226: POP 00000227: PUSH1 0x00 00000229: ADD 0000022a: PUSH1 0x00 0000022c: DUP3 0000022d: DUP3 0000022e: DUP3 0000022f: POP 00000230: SLOAD 00000231: ADD 00000232: SWAP3 00000233: POP 00000234: POP 00000235: DUP2 00000236: SWAP1 00000237: SSTORE 00000238: POP 00000239: JUMPDEST 0000023a: POP 0000023b: POP 0000023c: JUMP 0000023d: JUMPDEST 0000023e: CALLER 0000023f: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000254: AND 00000255: PUSH3 0x0493e0 00000259: PUSH1 0x01 0000025b: PUSH1 0x00 0000025d: POP 0000025e: PUSH1 0x00 00000260: CALLER 00000261: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000276: AND 00000277: DUP2 00000278: MSTORE 00000279: PUSH1 0x20 0000027b: ADD 0000027c: SWAP1 0000027d: DUP2 0000027e: MSTORE 0000027f: PUSH1 0x20 00000281: ADD 00000282: PUSH1 0x00 00000284: KECCAK256 00000285: PUSH1 0x00 00000287: POP 00000288: PUSH1 0x00 0000028a: ADD 0000028b: PUSH1 0x00 0000028d: POP 0000028e: SLOAD 0000028f: PUSH1 0x40 00000291: MLOAD 00000292: DUP1 00000293: SWAP1 00000294: POP 00000295: PUSH1 0x00 00000297: PUSH1 0x40 00000299: MLOAD 0000029a: DUP1 0000029b: DUP4 0000029c: SUB 0000029d: DUP2 0000029e: DUP6 0000029f: DUP9 000002a0: DUP9 000002a1: CALL 000002a2: SWAP4 000002a3: POP 000002a4: POP 000002a5: POP 000002a6: POP 000002a7: POP 000002a8: PUSH1 0x00 000002aa: PUSH1 0x01 000002ac: PUSH1 0x00 000002ae: POP 000002af: PUSH1 0x00 000002b1: CALLER 000002b2: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000002c7: AND 000002c8: DUP2 000002c9: MSTORE 000002ca: PUSH1 0x20 000002cc: ADD 000002cd: SWAP1 000002ce: DUP2 000002cf: MSTORE 000002d0: PUSH1 0x20 000002d2: ADD 000002d3: PUSH1 0x00 000002d5: KECCAK256 000002d6: PUSH1 0x00 000002d8: POP 000002d9: PUSH1 0x00 000002db: ADD 000002dc: PUSH1 0x00 000002de: POP 000002df: DUP2 000002e0: SWAP1 000002e1: SSTORE 000002e2: POP 000002e3: JUMPDEST 000002e4: JUMP 000002e5: JUMPDEST 000002e6: PUSH1 0x00 000002e8: PUSH1 0x00 000002ea: PUSH1 0x00 000002ec: SWAP1 000002ed: SLOAD 000002ee: SWAP1 000002ef: PUSH2 0x0100 000002f2: EXP 000002f3: SWAP1 000002f4: DIV 000002f5: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000030a: AND 0000030b: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000320: AND 00000321: PUSH1 0x00 00000323: PUSH1 0x02 00000325: PUSH1 0x00 00000327: POP 00000328: PUSH1 0x00 0000032a: PUSH1 0x00 0000032c: PUSH1 0x00 0000032e: SWAP1 0000032f: SLOAD 00000330: SWAP1 00000331: PUSH2 0x0100 00000334: EXP 00000335: SWAP1 00000336: DIV 00000337: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000034c: AND 0000034d: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000362: AND 00000363: DUP2 00000364: MSTORE 00000365: PUSH1 0x20 00000367: ADD 00000368: SWAP1 00000369: DUP2 0000036a: MSTORE 0000036b: PUSH1 0x20 0000036d: ADD 0000036e: PUSH1 0x00 00000370: KECCAK256 00000371: PUSH1 0x00 00000373: POP 00000374: SLOAD 00000375: PUSH1 0x40 00000377: MLOAD 00000378: DUP1 00000379: SWAP1 0000037a: POP 0000037b: PUSH1 0x00 0000037d: PUSH1 0x40 0000037f: MLOAD 00000380: DUP1 00000381: DUP4 00000382: SUB 00000383: DUP2 00000384: DUP6 00000385: DUP9 00000386: DUP9 00000387: CALL 00000388: SWAP4 00000389: POP 0000038a: POP 0000038b: POP 0000038c: POP 0000038d: POP 0000038e: PUSH1 0x00 00000390: PUSH1 0x02 00000392: PUSH1 0x00 00000394: POP 00000395: PUSH1 0x00 00000397: PUSH1 0x00 00000399: PUSH1 0x00 0000039b: SWAP1 0000039c: SLOAD 0000039d: SWAP1 0000039e: PUSH2 0x0100 000003a1: EXP 000003a2: SWAP1 000003a3: DIV 000003a4: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000003b9: AND 000003ba: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000003cf: AND 000003d0: DUP2 000003d1: MSTORE 000003d2: PUSH1 0x20 000003d4: ADD 000003d5: SWAP1 000003d6: DUP2 000003d7: MSTORE 000003d8: PUSH1 0x20 000003da: ADD 000003db: PUSH1 0x00 000003dd: KECCAK256 000003de: PUSH1 0x00 000003e0: POP 000003e1: DUP2 000003e2: SWAP1 000003e3: SSTORE 000003e4: POP 000003e5: CALLER 000003e6: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000003fb: AND 000003fc: PUSH3 0x0493e0 00000400: PUSH1 0x0a 00000402: PUSH1 0x01 00000404: PUSH1 0x00 00000406: POP 00000407: PUSH1 0x00 00000409: CALLER 0000040a: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000041f: AND 00000420: DUP2 00000421: MSTORE 00000422: PUSH1 0x20 00000424: ADD 00000425: SWAP1 00000426: DUP2 00000427: MSTORE 00000428: PUSH1 0x20 0000042a: ADD 0000042b: PUSH1 0x00 0000042d: KECCAK256 0000042e: PUSH1 0x00 00000430: POP 00000431: PUSH1 0x00 00000433: ADD 00000434: PUSH1 0x00 00000436: POP 00000437: SLOAD 00000438: MUL 00000439: PUSH1 0x40 0000043b: MLOAD 0000043c: DUP1 0000043d: SWAP1 0000043e: POP 0000043f: PUSH1 0x00 00000441: PUSH1 0x40 00000443: MLOAD 00000444: DUP1 00000445: DUP4 00000446: SUB 00000447: DUP2 00000448: DUP6 00000449: DUP9 0000044a: DUP9 0000044b: CALL 0000044c: SWAP4 0000044d: POP 0000044e: POP 0000044f: POP 00000450: POP 00000451: POP 00000452: PUSH1 0x01 00000454: SWAP1 00000455: POP 00000456: PUSH2 0x045a 00000459: JUMP 0000045a: JUMPDEST 0000045b: SWAP1 0000045c: JUMP 0000045d: JUMPDEST 0000045e: PUSH1 0x00 00000460: PUSH1 0x01 00000462: PUSH1 0x00 00000464: POP 00000465: PUSH1 0x00 00000467: CALLER 00000468: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000047d: AND 0000047e: DUP2 0000047f: MSTORE 00000480: PUSH1 0x20 00000482: ADD 00000483: SWAP1 00000484: DUP2 00000485: MSTORE 00000486: PUSH1 0x20 00000488: ADD 00000489: PUSH1 0x00 0000048b: KECCAK256 0000048c: PUSH1 0x00 0000048e: POP 0000048f: PUSH1 0x00 00000491: ADD 00000492: PUSH1 0x00 00000494: POP 00000495: SLOAD 00000496: SWAP1 00000497: POP 00000498: DUP1 00000499: POP 0000049a: DUP1 0000049b: SWAP1 0000049c: POP 0000049d: PUSH2 0x04a1 000004a0: JUMP 000004a1: JUMPDEST 000004a2: SWAP1 000004a3: JUMP 000004a4: JUMPDEST 000004a5: PUSH1 0x00 000004a7: PUSH1 0x00 000004a9: PUSH1 0x00 000004ab: SWAP1 000004ac: SLOAD 000004ad: SWAP1 000004ae: PUSH2 0x0100 000004b1: EXP 000004b2: SWAP1 000004b3: DIV 000004b4: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000004c9: AND 000004ca: SWAP1 000004cb: POP 000004cc: DUP1 000004cd: POP 000004ce: DUP1 000004cf: SWAP1 000004d0: POP 000004d1: PUSH2 0x04d5 000004d4: JUMP 000004d5: JUMPDEST 000004d6: SWAP1 000004d7: JUMP 000004d8: JUMPDEST 000004d9: PUSH1 0x00 000004db: CALLER 000004dc: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000004f1: AND 000004f2: PUSH1 0x00 000004f4: PUSH1 0x00 000004f6: SWAP1 000004f7: SLOAD 000004f8: SWAP1 000004f9: PUSH2 0x0100 000004fc: EXP 000004fd: SWAP1 000004fe: DIV 000004ff: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000514: AND 00000515: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000052a: AND 0000052b: EQ 0000052c: ISZERO 0000052d: PUSH2 0x05c4 00000530: JUMPI 00000531: CALLER 00000532: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000547: AND 00000548: PUSH1 0x00 0000054a: PUSH1 0x00 0000054c: SWAP1 0000054d: SLOAD 0000054e: SWAP1 0000054f: PUSH2 0x0100 00000552: EXP 00000553: SWAP1 00000554: DIV 00000555: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000056a: AND 0000056b: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000580: AND 00000581: EQ 00000582: ISZERO 00000583: ISZERO 00000584: PUSH2 0x0590 00000587: JUMPI 00000588: PUSH1 0x00 0000058a: SWAP1 0000058b: POP 0000058c: PUSH2 0x05c5 0000058f: JUMP 00000590: JUMPDEST 00000591: DUP2 00000592: PUSH1 0x00 00000594: PUSH1 0x00 00000596: PUSH2 0x0100 00000599: EXP 0000059a: DUP2 0000059b: SLOAD 0000059c: DUP2 0000059d: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000005b2: MUL 000005b3: NOT 000005b4: AND 000005b5: SWAP1 000005b6: DUP4 000005b7: MUL 000005b8: OR 000005b9: SWAP1 000005ba: SSTORE 000005bb: POP 000005bc: PUSH1 0x01 000005be: SWAP1 000005bf: POP 000005c0: PUSH2 0x05c5 000005c3: JUMP 000005c4: JUMPDEST 000005c5: JUMPDEST 000005c6: SWAP2 000005c7: SWAP1 000005c8: POP 000005c9: JUMP 000005ca: JUMPDEST 000005cb: PUSH1 0x00 000005cd: PUSH1 0x01 000005cf: PUSH1 0x00 000005d1: POP 000005d2: PUSH1 0x00 000005d4: DUP4 000005d5: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000005ea: AND 000005eb: DUP2 000005ec: MSTORE 000005ed: PUSH1 0x20 000005ef: ADD 000005f0: SWAP1 000005f1: DUP2 000005f2: MSTORE 000005f3: PUSH1 0x20 000005f5: ADD 000005f6: PUSH1 0x00 000005f8: KECCAK256 000005f9: PUSH1 0x00 000005fb: POP 000005fc: PUSH1 0x00 000005fe: ADD 000005ff: PUSH1 0x00 00000601: POP 00000602: SLOAD 00000603: SWAP1 00000604: POP 00000605: DUP1 00000606: POP 00000607: DUP1 00000608: SWAP1 00000609: POP 0000060a: PUSH2 0x060e 0000060d: JUMP 0000060e: JUMPDEST 0000060f: SWAP2 00000610: SWAP1 00000611: POP 00000612: JUMP
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.
| Severity | Category | Tool | Title | Confidence | Validated | Confirmed | Details |
|---|---|---|---|---|---|---|---|
| high | other | detector | Untrusted CALL target/value reachable | 60 | yes | yes |
viewtrace_id: 0x4afc8e59d6c46c4375f1cc6effa7a4d8c6f77676761ba65bd2815dcea006f172
call_targets:
0x0000000000000000000000000000000000000001, 0xea78fd8cd15b361b70dd100d09ed8d6f526147e3
target_varies:
yes
classification:
target_varies
validation_json{
"sink": "CALL",
"errors": 0,
"status": "confirmed",
"attempts": 1,
"trace_id": "0x4afc8e59d6c46c4375f1cc6effa7a4d8c6f77676761ba65bd2815dcea006f172",
"confirmed": true,
"trace_mode": "callTracer",
"call_targets": [
"0x0000000000000000000000000000000000000001",
"0xea78fd8cd15b361b70dd100d09ed8d6f526147e3"
],
"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": "0x3ccfd60b",
"selector": "0x3ccfd60b",
"calldata_variants": [
"0x3ccfd60b",
"0x3ccfd60b0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x4ba6f28e",
"selector": "0x4ba6f28e",
"calldata_variants": [
"0x4ba6f28e",
"0x4ba6f28e0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x4c738909",
"selector": "0x4c738909",
"calldata_variants": [
"0x4c738909",
"0x4c7389090000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x9ee1bd0f",
"selector": "0x9ee1bd0f",
"calldata_variants": [
"0x9ee1bd0f",
"0x9ee1bd0f0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0xa6f9dae1",
"selector": "0xa6f9dae1",
"calldata_variants": [
"0xa6f9dae1",
"0xa6f9dae10000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0xdffeadd0",
"selector": "0xdffeadd0",
"calldata_variants": [
"0xdffeadd0",
"0xdffeadd00000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0xf8b2cb4f",
"selector": "0xf8b2cb4f",
"calldata_variants": [
"0xf8b2cb4f",
"0xf8b2cb4f0000000000000000000000000000000000000000000000000000000000000000"
]
}
]
}
evidence_json{
"examples": [
{
"pc": 673,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
},
{
"pc": 903,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "constant_zero",
"target_expression_category": "computed"
},
{
"pc": 1099,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
}
],
"call_count": 3,
"guards_detected": [],
"untrusted_call_count": 3
}
|
| high | other | detector | ETH value transfer possible | 55 | yes | yes |
viewtrace_id: 0x4afc8e59d6c46c4375f1cc6effa7a4d8c6f77676761ba65bd2815dcea006f172
call_targets:
0x0000000000000000000000000000000000000001, 0xea78fd8cd15b361b70dd100d09ed8d6f526147e3
target_varies:
yes
classification:
target_varies
validation_json{
"sink": "CALL",
"errors": 0,
"status": "confirmed",
"attempts": 1,
"trace_id": "0x4afc8e59d6c46c4375f1cc6effa7a4d8c6f77676761ba65bd2815dcea006f172",
"confirmed": true,
"trace_mode": "callTracer",
"call_targets": [
"0x0000000000000000000000000000000000000001",
"0xea78fd8cd15b361b70dd100d09ed8d6f526147e3"
],
"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": "0x3ccfd60b",
"selector": "0x3ccfd60b",
"calldata_variants": [
"0x3ccfd60b",
"0x3ccfd60b0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x4ba6f28e",
"selector": "0x4ba6f28e",
"calldata_variants": [
"0x4ba6f28e",
"0x4ba6f28e0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x4c738909",
"selector": "0x4c738909",
"calldata_variants": [
"0x4c738909",
"0x4c7389090000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x9ee1bd0f",
"selector": "0x9ee1bd0f",
"calldata_variants": [
"0x9ee1bd0f",
"0x9ee1bd0f0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0xa6f9dae1",
"selector": "0xa6f9dae1",
"calldata_variants": [
"0xa6f9dae1",
"0xa6f9dae10000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0xdffeadd0",
"selector": "0xdffeadd0",
"calldata_variants": [
"0xdffeadd0",
"0xdffeadd00000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0xf8b2cb4f",
"selector": "0xf8b2cb4f",
"calldata_variants": [
"0xf8b2cb4f",
"0xf8b2cb4f0000000000000000000000000000000000000000000000000000000000000000"
]
}
]
}
evidence_json{
"examples": [
{
"pc": 673,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
},
{
"pc": 1099,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
}
],
"eth_value_calls": 2,
"guards_detected": []
}
|