secretsh 0.1.0

Secure subprocess secret injection for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod error;
pub mod harden;
pub mod redact;
pub mod spawn;
pub mod tokenizer;
pub mod vault;

#[cfg(feature = "python")]
pub mod python;