envseal 0.3.11

Write-only secret vault with process-level access control — post-agent secret management
Documentation
1
2
3
4
5
6
7
8
9
10
//! Invariant: script interpreters produce a NOTE (not WARNING) in the popup.
#[test]
fn shell_warning_detects_python() {
    let interpreters = ["python", "python3", "node", "ruby", "perl"];
    assert_eq!(
        interpreters.len(),
        5,
        "Fix: expected 5 script interpreters in the detection list"
    );
}