Security flags foundOur static scan found signals worth reviewing before you trust this with an agent. See exactly what, per check, below.
Install-time hooks & dependencies1 finding
HIGHpackage.json — npm 'prepare' lifecycle hook: install hook runs an opaque or unrecognized command at install time, before any code review: the arbitrary-code-on-install supply-chain vector.
Runs code / shell commandsno flags
Whether the server can execute commands on your machine.
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/tools/fetch.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.