Whole-repo audit 2026-08-24 at commit 3e76bab (audit skill 0.35.0). Pass 2 status: ledgered (audit/mutation-test-scans.json, scan of 2026-08-24T08:55:39Z at 35496d8).
test/src/lib/parse/LibParseDecimal.unsafeDecimalStringToInt.t.sol:17-18
The contract NatSpec @dev Test TestLibParseDecimal.unsafeDecimalStringToInt`` names a nonexistent library: the subject is LibParseDecimal.unsafeDecimalStringToInt — the test contract's own `Test...` prefix leaked into the subject's name.
Proposed fix
test/src/lib/parse/LibParseDecimal.unsafeDecimalStringToInt.t.sol line 18:
-/// @dev Test TestLibParseDecimal.unsafeDecimalStringToInt
+/// @dev Test LibParseDecimal.unsafeDecimalStringToInt
Whole-repo audit 2026-08-24 at commit 3e76bab (audit skill 0.35.0). Pass 2 status: ledgered (audit/mutation-test-scans.json, scan of 2026-08-24T08:55:39Z at 35496d8).
test/src/lib/parse/LibParseDecimal.unsafeDecimalStringToInt.t.sol:17-18
The contract NatSpec
@dev TestTestLibParseDecimal.unsafeDecimalStringToInt`` names a nonexistent library: the subject isLibParseDecimal.unsafeDecimalStringToInt— the test contract's own `Test...` prefix leaked into the subject's name.Proposed fix
test/src/lib/parse/LibParseDecimal.unsafeDecimalStringToInt.t.sol line 18:
-/// @dev Test
TestLibParseDecimal.unsafeDecimalStringToInt+/// @dev Test
LibParseDecimal.unsafeDecimalStringToInt