Security context

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

trpc-group/trpc-agent-go
main @ acf252f
65
Fixes
0
CVEs
HIGH
Peak severity
21.6%
Coverage
Highlights
Denial of Service: 33 prior fixes. Scrutinize any change in this area.
graph/executor.go: most-fixed (7 issues). Treat as high-risk during review.
19 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.

Denial of Service: Concurrent read/write access to shared execution states during graph serialization and routing leads to frequent Go runtime map panics, causing service crashes under high-concurrency workloads.
Sandbox Escape: Host environment isolation constraints (CleanEnv) can be bypassed if model-provided environment variables (such as LD_PRELOAD) are successfully evaluated during execution, hijacking the underlying runtime context.
Auth Bypass: Guest-provided scripts can breakout of the expected sandbox environment to invoke restricted host tools unless restricted by a rigid execution gateway schema validator and a host tool allowlist.