Security flags foundOur static scan found signals worth reviewing before you trust this with an agent. See exactly what, per check, below.
Telemetry disclosureUndisclosed egress detected.Static checks found network calls the docs do not mention. Disclosed telemetry is common and fine, silent telemetry is the finding.
Security tierTier 3, Credentialed.Handles a real credential or real external access. What tiers mean Install-time hooks & dependenciesno flags
Code that runs when you install it, before you ever call a tool.
Runs code / shell commands3 findings
MEDIUMsrc/index.ts:8 — 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/index.ts:159 — 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.
MEDIUMsrc/index.ts:183 — 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 & credentials3 findings
INFOsrc/index.ts:66 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
INFOsrc/index.ts:76 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
INFOsrc/index.ts:208 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
Network calls out1 finding
MEDIUMsrc/index.ts:11 — Hardcoded external endpoint 'waystation.ai'. STATIC signal only: this flags a declared destination for human or dynamic-egress confirmation; it does NOT assert exfiltration.
Prompt-injection passthroughno flags
Whether it pipes untrusted external content back as agent instructions.
Permission scope breadth1 finding
INFOsrc/index.ts — HEURISTIC: broad capability surface in one file (filesystem, network, subprocess). A scope-breadth hint: the more distinct host capabilities a server touches, the more a buyer is granting. Confirm it matches the stated function.
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.