agent-shield 1.0.1

Security scanner for AI agent extensions — offline-first, multi-framework, SARIF output
Documentation
1
2
3
4
5
6
7
8
#[cfg(unix)]
#[derive(Debug, Default)]
pub(super) struct DiscoveryBudget {
    pub(super) directories: usize,
    pub(super) candidate_files: usize,
    pub(super) opened_configs: usize,
    pub(super) bytes: usize,
}