Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

provablehq/sdk
mainnet @ d41a938
8
Fixes
0
CVEs
HIGH
Peak severity
71.4%
Coverage
Highlights
Input Validation: 2 prior fixes. Scrutinize any change in this area.
sdk/src/keys/keystore/file.ts: most-fixed (2 issues). Treat as high-risk during review.
3 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Path Traversal: Attackers can bypass keystore directory constraints using user-controlled locators, potentially overwriting or reading sensitive cryptographic keys outside the designated directory structure.
Auth Bypass: Generating a native transaction from execution without evaluation can result in an authorization bypass where unauthorized executions are successfully committed.
Cookie Security: Capturing session affinity cookies from initial request origins and forwarding them blindly during HTTP redirects can leak sensitive credentials to untrusted, third-party origins.