agent-shield 0.8.0

Security scanner for AI agent extensions — offline-first, multi-framework, SARIF output
Documentation
1
2
3
4
5
6
7
//! DSSE envelope and in-toto attestation for scan results.
//!
//! Produces a cryptographically signed attestation of scan findings,
//! following the DSSE (Dead Simple Signing Envelope) and in-toto
//! Statement v1 specifications.

pub mod envelope;