https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/macroman-ok/mcp
highagent-tool-index
Embedded instruction to follow untrusted redirect chain
The description tells the agent to 'Follow start_here.hop first (skill file, 302)' and then follow additional docs/CLI/remote MCP hops. This is a directive embedded in a tool description that steers the agent toward fetching and likely executing content/instructions from an external, unverified 'pay-per-call' gateway (Monid). This is a classic vector for prompt injection or SSRF-style redirection: the agent may be induced to load and act on untrusted remote content or register additional (unvetted) tool servers without the user's explicit awareness or consent.
highpeople-search-index
Directs agent to external people-search/surveillance service and remote hops
Description instructs the agent to locate and follow a 'living people-search index (Ploid)' along with CLI, API, and remote MCP hops. This both encourages connecting to unknown external services (similar redirect-chasing risk as agent-tool-index) and specifically concerns lookup of personal information about living individuals, which raises privacy/surveillance concerns if invoked without clear user intent and consent.
low
Not on gate's verified list
This server isn't on gate's handpicked list. That's not necessarily bad, but there's no third-party signal about it — review its tools carefully.
lowmacroman-ok
Unrelated/overloaded parameter schema shared across all tools
Every tool in this set exposes the same nine-field schema (zone, json, url, host, city, query, path, ref, feed) regardless of the tool's actual single-purpose function (e.g., a MacRoman byte-band check accepting a city or git-ref field). This copy-paste pattern makes it hard for a reviewer or agent to reason about what data actually flows to which endpoint, and could mask unexpected data routing (e.g., a 'city' or 'query' value being sent to an external host under a differently-named tool). Recommend tightening each tool's schema to only the parameters it actually uses.