Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ We are evaluating to make this the default, you can provide feedback here in [#1
- [Science](#science)
- [Search](#search)
- [Security](#security)
- [Security Analysis](#security-analysis)
- [Serialization](#serialization)
- [Server](#server)
- [Template Engine](#template-engine)
Expand Down Expand Up @@ -1144,6 +1145,12 @@ _Libraries that handle security, authentication, authorization or session manage
- [Topaz](https://www.topaz.sh) - Fine-grained authorization for applications with support for RBAC, ABAC, and ReBAC.
- [MOSS](https://central.sonatype.com/artifact/com.mosscomputing/moss-sdk) - Cryptographic signing for AI agents using ML-DSA-44 post-quantum signatures, creating audit trails for attribution and compliance.

### Security Analysis

_Tools that scan source or bytecode to find security vulnerabilities._

- [OpenTaint](https://github.com/seqra/opentaint) - An open-source taint-analysis engine that lets AI agents turn security-review findings into reusable taint rules and dependency summaries. Because the engine reuses these rules instead of repeating that expensive work, later scans become fast, deterministic, precise, and thorough.

### Serialization

_Libraries that handle serialization with high efficiency._
Expand Down