Security flags foundOur static scan found signals worth reviewing before you trust this with an agent. See exactly what, per check, below.
Telemetry disclosureNone detected.No undisclosed network egress turned up in static checks. That is not proof the tool sends nothing once it runs.
Security tierTier 2, Networked.Reaches the live web, but needs no secrets. What tiers mean Install-time hooks & dependencies1 finding
INFOpackage.json — npm 'prepare' lifecycle hook: install hook runs a build at install (recognized toolchain), standard for a compiled package. Recorded for completeness, not a flag.
Runs code / shell commands2 findings
MEDIUMsrc/test-client.ts:3 — Code-execution surface: a node child_process call site. The server can run commands on the host; review what it executes and whether any input reaches it.
MEDIUMsrc/test-client.ts:21 — Code-execution surface: a exec/spawn call site. The server can run commands on the host; review what it executes and whether any input reaches it.
Secrets & credentialsno flags
How it reads, logs, or transmits keys and tokens. Scam/wallet-drainer patterns land here.
Network calls outno flags
Hardcoded endpoints it reaches beyond what it documents.
Prompt-injection passthrough1 finding
INFOsrc/index.ts — HEURISTIC: this file both fetches external content and returns content as tool output, with no obvious sanitization. External text returned into tool output can carry instructions an agent obeys (prompt-injection passthrough). Confirm manually; this is a hint, not proof.
Permission scope breadthno flags
How much access it asks for versus what its job needs.
How to read this: these are static checks over the source at a point in time. They catch the patterns above, not everything. Absence of a flag is not absence of danger, and a tool that runs cleanly can still behave differently once installed. We do not call any tool simply "safe". Runtime-behavior checks are the next layer we are adding.