019b3844-ad6b-7363-95ea-eccdc9d460cd
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 |
|---|---|---|---|---|
| 17603 | artifact.fetch | complete | 1 / 3 | 3 months ago |
| 17604 | tool.cast_disasm | complete | 1 / 3 | 3 months ago |
| 86860 | analysis.bundle | complete | 1 / 3 | 1 week ago |
| 86861 | capability.graph | complete | 1 / 3 | 1 week ago |
| 86862 | detector.run | complete | 1 / 3 | 1 week ago |
| 86863 | validation.fork | complete | 1 / 3 | 1 week ago |
No slither job recorded yet.
No codex job recorded yet.
00000000: CALLDATASIZE 00000001: PUSH1 0x30 00000003: JUMPI 00000004: CALLVALUE 00000005: RETURNDATASIZE 00000006: MSTORE 00000007: ADDRESS 00000008: PUSH32 0x830d2d700a97af574b186c80d40429385d24241565b08a7c559ba283a964d9b1 00000029: PUSH1 0x20 0000002b: RETURNDATASIZE 0000002c: LOG2 0000002d: RETURNDATASIZE 0000002e: RETURNDATASIZE 0000002f: RETURN 00000030: JUMPDEST 00000031: RETURNDATASIZE 00000032: RETURNDATASIZE 00000033: RETURNDATASIZE 00000034: RETURNDATASIZE 00000035: CALLDATASIZE 00000036: RETURNDATASIZE 00000037: RETURNDATASIZE 00000038: CALLDATACOPY 00000039: CALLDATASIZE 0000003a: RETURNDATASIZE 0000003b: PUSH20 0xd94c0ce4f8eefa4ebf44bf6665688edeef213b33 00000050: GAS 00000051: DELEGATECALL 00000052: RETURNDATASIZE 00000053: RETURNDATASIZE 00000054: SWAP4 00000055: DUP1 00000056: RETURNDATACOPY 00000057: PUSH1 0x5b 00000059: JUMPI 0000005a: REVERT 0000005b: JUMPDEST 0000005c: RETURN
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 |
|---|---|---|---|---|---|---|---|
| critical | upgradeability | detector | Untrusted DELEGATECALL target reachable | 70 | no | no |
viewvalidation_json{
"sink": "DELEGATECALL",
"errors": 10,
"status": "unknown",
"attempts": 11,
"confirmed": false,
"trace_mode": "callTracer",
"call_targets": null,
"matched_probe": null,
"target_varies": null,
"classification": "no_sink"
}
witness_json{
"notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
"constraints": [],
"entrypoints": [
{
"calldata": "0x",
"selector": "fallback",
"calldata_variants": [
"0x"
]
}
]
}
evidence_json{
"examples": [
{
"pc": 81,
"opcode": "DELEGATECALL",
"returndata_checked": null,
"value_expression_category": "n/a",
"target_expression_category": "computed"
}
],
"guards_detected": [],
"delegatecall_count": 1,
"untrusted_delegatecall_count": 1
}
|