Add June 18 audit artifacts, bytecode coverage fixes, and shared package pin update#336
Closed
KillariDev wants to merge 1 commit into
Closed
Add June 18 audit artifacts, bytecode coverage fixes, and shared package pin update#336KillariDev wants to merge 1 commit into
KillariDev wants to merge 1 commit into
Conversation
- add complete audit report bundle for 2026-06-18 (findings, PoCs, QA, fuzz, invariants) - document C-01 remediation status and keep C-02 open in machine-readable findings - update package metadata and lockfile to register the local @zoltar/shared workspace dependency
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
audits/, including machine-readable findings JSON, PoC instructions/results, invariant checklist, fuzz/invariant sweep results, remediation verification, and QA report.AGENTS.mdto clarify immutable imported contract handling and reinforces review workflow expectations.solidity/ts/tests/erc1155.test.ts,multicall3.test.ts,peripherals.test.ts,AnvilWindowEthereum.ts).package.jsonandbun.lock) to add a pinned local@zoltar/sharedworkspace reference.c420a3ac, while C-02 (own-fork excess parent REP stranded in migration proxy) remains open and documented for follow-up.Testing
bun run tsc— passed.bun run test— passed (1313pass,1skip,0fail,3614expect calls, 1314 total tests).bun run format— passed, no fixes applied.bun run check— passed.bun run knip— passed.bun run test:auction-fuzz— passed (2pass,0fail).bun test --timeout 300000 solidity/ts/tests/peripherals.test.ts -t "audit PoC C-0"— passed.bun test --timeout 300000 solidity/ts/tests/peripherals.test.ts -t "audit accounting sweep"— passed.