openclaw-scan 0.1.1

Security scanner for agentic AI framework installations (OpenClaw, Claude Code, and compatible)
Documentation
1
2
3
4
5
6
7
8
//! openclaw-scan library — re-exports for integration tests.

pub mod cli;
pub mod finding;
pub mod output;
pub mod paths;
pub mod report;
pub mod scanner;