Add Sunglasses to Agentic security#45
Open
azrollin wants to merge 1 commit into
Open
Conversation
Owner
|
Nihao, which recall results on your benchmark ? |
Author
|
Hi! Recall is 97.4% (with 78.7% precision) at v0.3.5, published at https://sunglasses.dev/benchmark The setup: 38 labeled real agent-input attacks as positives, and 73 real READMEs from famous repos (react, kubernetes, numpy, ollama) as the negative corpus, so precision is measured against real-world false positives, not synthetic text. No LLM judge, deterministic, and the benchmark imports the engine from the local package, so it measures exactly what ships on PyPI. You can reproduce it yourself: To be fully transparent: it is our own dataset, which is why we publish the reproduce command so anyone can verify the numbers independently. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I am the author of Sunglasses, adding it to the Agentic security table in your format.
It is an open source (MIT) runtime trust scanner for AI agents: 1,089 patterns across 65 attack categories covering prompt injection, tool poisoning, and MCP attacks, plus a mechanism layer that catches attack shapes rather than only known strings. No LLM calls, runs offline. Ships as a pip package, a GitHub Action, and a free web scanner at sunglasses.dev/scan, with a precision/recall benchmark published at sunglasses.dev/benchmark.
Happy to adjust wording or placement.