saferskills 0.2.0

Every AI capability, independently scanned — install Skills & MCP servers with a verified SaferSkills trust score.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Shared leaf modules: config + local state, the error model, the HTTP client,
//! the install registry, the Proof-of-Work solver, and telemetry.

pub mod agent_name;
pub mod baseline;
pub mod config;
pub mod crash_report;
pub mod error;
pub mod http;
pub mod pow;
pub mod registry;
pub mod scan_cache;
pub mod telemetry;