Sample Report — Real Audit Data

See What You Get

This is a real audit report from a 3-contract token system (476 lines of Solidity). Independent analysis, adversarial falsification, and execution verification reduced raw findings to 8 confirmed.

8
Confirmed Findings
2
High Severity
5
Disproved (Falsification)
476
Lines Analyzed

Sample Findings

HA-001LOWSingle pass

Owner can burn user tokens without approval (by design)

The agentBurn function allows the owner to burn any holder's tokens without ERC-20 allowance. Both passes flagged it, but execution verification could not reproduce an exploit — the function is intentionally designed for platform-managed burns with daily rate limits. Falsification downgraded from HIGH to LOW: documented design choice, not an attacker-exploitable vulnerability.

HA-002HIGHSingle pass

Cross-token burn coupling

If one token hits its burn floor, the other token's scheduled burns also stall due to atomic transaction failure.

HA-003MEDIUMBoth passes

Access control role divergence

Admin roles don't auto-transfer with ownership change. Both passes identified this as an operational risk.

HA-004MEDIUMSingle pass

30-day interval drift

Burn schedule uses 30-day intervals (not calendar months), completing ~25 days early over 5 years.

HA-005MEDIUMSingle pass

Allowance exhaustion risk

5-year burn schedule requires pre-approved allowances. If allowance runs out, burns stall silently.

HA-006LOWBoth passes

Year index fragility

Array index safe with current constants but would fail if parameters are modified without array update. Both passes flagged.

HA-007LOWBoth passes

No emergency stop on burn schedule

Once started, scheduled burns cannot be paused. Halt requires revoking permissions across multiple contracts. Both passes flagged.

HA-008INFOSingle pass

Missing initial event emission

Constructor sets a parameter without emitting the update event, making off-chain tracking harder.

The full report includes more

Each finding comes with detailed description, impact analysis, code location, fix recommendation with code snippets, and proof-of-concept where applicable. Plus the full correction log showing how each finding was cross-verified.

Get Your Own Report — $99