ironcontext-core
The pure-Rust security & optimization engine that powers IronContext — the "Snyk for AI Agents."
Library crate. Parses MCP manifests, runs the May 2026 CVE pattern pack
(CC-001 … CC-010), produces a Reasoning-Impact Score (RIS) per tool, and
optionally prunes verbose descriptions through a pluggable
DescriptionOptimizer trait. Offline, no async runtime, no LLM SDK in the
dependency tree.
use ;
let bytes = read?;
let manifest = from_slice?;
let report = build_security;
println!;
println!;
See the workspace README and docs/API.md in the repository for the full
API surface and the CLI / Python / GitHub-Action wrappers built on top of
this crate.
License: Apache-2.0