Skip to main content

telos_agent/tools/command_security/
mod.rs

1//! Static command analysis used by tool permission decisions.
2
3pub mod bash;
4pub mod powershell;