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
8
//! Egress policy module for runtime network enforcement.
//!
//! Defines the schema for `agentshield.egress.toml` policy files,
//! which control outbound network access from wrapped agent processes.

pub mod policy;
#[cfg(feature = "runtime")]
pub mod proxy;