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 npx to 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 the ble-temperature-sensor-pp-cli binary 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 like PRINTING_PRESS_VERIFY to prevent side effects (such as actual hardware actuation) during testing or verification cycles.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 2, 2026, 04:52 AM
Security Audit — agent-trust-hub — ble-temperature-sensor