aidens-security-kit 0.1.0

Path safety helpers and canonical tool side-effect classification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "aidens-security-kit"
version = "0.1.0"
edition = "2021"
rust-version = "1.76"
license = "MIT OR Apache-2.0"
description = "Path safety helpers and canonical tool side-effect classification"


[dependencies]
llm-tool-runtime = { version = "0.1.0", path = "../../../llm-tool-runtime" }
attestation-exchange = { version = "0.1.0", path = "../../../attestation-exchange" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"