serving-the-api
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides examples of running
crawlberg serveand usingcurlto interact with the resulting local API. These are standard operational commands for the tool's intended purpose. - [REMOTE_CODE_EXECUTION]: The documentation mentions
cargo install crawlberg-cli --features api. This is a standard installation instruction for a Rust-based CLI tool and points to the official package registry via the cargo build system. - [DATA_EXPOSURE]: The skill explicitly warns that the server has no built-in authentication and recommends binding to
127.0.0.1to prevent unauthorized access on public interfaces. This demonstrates good security documentation practices.
Audit Metadata