New Benchmark: How Frontier LLMs Perform as Security Guardrails #20
akarlaraytu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone 👋
I just published the results of a systematic benchmark I ran:
Testing GPT-4.1, GPT-4o, Claude Sonnet 4, and Gemini 2.0 Flash as policy enforcement layers against 22 adversarial attack scenarios.
The short version:
The 3 universal bypasses:
CSL-Core was included as the deterministic baseline and held across all 22 scenarios at ~0.84ms per decision (vs 400-900ms for LLMs). The article goes into the architectural reasons why, and where each approach makes sense.
Full write-up with charts, heatmaps, and detailed analysis:
I Benchmarked 4 Frontier LLMs as Security Guardrails. None of Them Passed.
Benchmark code is fully open source:
https://github.com/Chimera-Protocol/csl-core/tree/main/benchmarks
Would love to hear your thoughts, especially if you've run into similar issues using LLMs for access control or policy enforcement in production. And if you want to run the benchmark against other models or with different policy domains, PRs are welcome.
All reactions