Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeurerkellner committed Jan 21, 2025
1 parent 395f90b commit 0ddaa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ For more information, visit the [explorer repository](https://github.com/invaria

A trace scanner for LLM-based AI agents.

Go To [Use Cases](#use-cases) | [Documentation](#documentation) | [Development](docs/DEVELOPMENT.md#development) | [Paper](https://invariantlabs.ai/blog/icml2024-agents-formal-security)
Go To [Use Cases](#use-cases) | [Documentation](#analyzer-documentation) | [Paper](https://invariantlabs.ai/blog/icml2024-agents-formal-security)


The Invariant Analyzer is a static analysis based scanning tool that enables developers to find bugs and quirks in AI agents. It enables you to detect vulnerabilities, bugs, and security threats in your agent, helping you to fix security and reliability issues quickly. The analyzer scans an agent's execution traces to identify bugs (e.g., looping behavior) and threats (e.g., data leaks, prompt injections, and unsafe code execution).
Expand Down

0 comments on commit 0ddaa26

Please sign in to comment.