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 commandsno flags
Whether the server can execute commands on your machine.
Secrets & credentials3 findings
INFOsrc/main.ts:19 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
INFOsrc/main.ts:20 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
INFOsrc/main.ts:21 — Reads a secret-shaped environment variable. Ordinary for a credentialed server; recorded for completeness.
Network calls outno flags
Hardcoded endpoints it reaches beyond what it documents.
Prompt-injection passthrough1 finding
INFOsrc/tools/invites.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.