ble-temperature-sensor
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's installation process (SKILL.md) utilizes
npxto download and execute an installer from the npmjs.com registry (@mvanhorn/printing-press-library). This is a standard procedure for installing the required CLI tool maintained by the author. - [COMMAND_EXECUTION]: The MCP server component (
internal/mcp/tools.go) mirrors the CLI's command structure and executes theble-temperature-sensor-pp-clibinary to perform device operations. It uses a structured walker to map Cobra commands to agent-accessible tools. - [SAFE]: The skill incorporates a safety framework (
internal/cliutil/verifyenv.go) that uses environment variables likePRINTING_PRESS_VERIFYto prevent side effects (such as actual hardware actuation) during testing or verification cycles.
Audit Metadata