ble-temperature-sensor
Warn
Audited by Snyk on Aug 17, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The MCP server (
cmd/ble-temperature-sensor-pp-mcp/main.go→internal/mcp/tools.go/internal/mcp/cobratree/walker.go) registers tools that execute shell-out commands on the same CLI, so outsider-provided free-text from an agent could be turned into CLI arguments and then into JSON tool outputs that the LLM consumes.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). SKILL.md instructs to run "npx -y @mvanhorn/printing-press-library install ble-temperature-sensor --cli-only" (SKILL.md:6-8), which fetches and executes remote package code as part of setup and is required before invoking the skill.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata