Highlights
Code Injection: 1 prior fix. Scrutinize any change in this area.
(.github/workflows/test-deploy-fork.yml): most-fixed (1 issue). Treat as high-risk during review.
2 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.
Privilege Escalation: The RPC proxy endpoint could allow unauthorized access to administrative backend APIs if methods (like those prefixed with 'alchemy_') are not strictly validated before forwarding.
Code Injection: Direct string interpolation of untrusted pull request outputs within GitHub Actions run scripts allows attackers to inject malicious code into the workflow environment.
Information Disclosure: Leaking sensitive keys like the Subgraph API key to the client side compromises the project's data boundaries; these keys must be kept strictly server-side behind dedicated proxy routes.