Skip to content

[AUD-022] [INFO] Test contract @dev names nonexistent TestLibParseDecimal library #92

Description

@thedavidmeister

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

Metadata

Metadata

Labels

auditAudit findinginfoAudit findingpass3Audit finding

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions