verifyos-cli 0.13.1

AI agent-friendly Rust CLI for scanning iOS app bundles for App Store rejection risks before submission.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod agent_pack;
mod data;
mod renderers;

pub use agent_pack::{apply_agent_pack_baseline, build_agent_pack, render_agent_pack_markdown};
pub use data::{
    apply_baseline, build_report, should_exit_with_failure, top_slow_rules, AgentFinding,
    AgentPack, AgentPackFormat, BaselineSummary, FailOn, ReportData, ReportItem, SlowRule,
    TimingMode,
};
pub use renderers::{render_json, render_markdown, render_sarif, render_table};