Security context

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

aave/interface
main @ e0dd271
3
Fixes
1
CVEs
HIGH
Peak severity
100.0%
Coverage
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.