sandspy 0.1.1

Real-time security monitor for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
// sandspy::monitor — Core monitoring modules

pub mod clipboard;
pub mod command;
pub mod environment;
pub mod filesystem;
pub mod memory;
pub mod network;
pub mod process;