highagent-tool-index
Embedded directive instructing the agent to follow an untrusted redirect chain
The description contains an imperative instruction aimed at the AI ('Follow start_here.hop first (skill file, 302)') rather than a description of the tool's own behavior. This is a classic prompt-injection pattern: it tells the agent to autonomously chase a 302 redirect to an unknown 'skill file' and then follow further 'docs, CLI, and remote MCP hops.' This could lead the agent to load and execute instructions or register new tools/endpoints from an untrusted third party ('Monid') without the user's knowledge or consent, and the mention of a 'pay-per-call' gateway raises the risk of incurring costs or taking actions the user never approved.
highpeople-search-index
Directs agent toward a people-search/data-aggregation service and to install remote hops
The description frames the tool as a way to 'find a living people-search index' and to obtain 'CLI setup, docs, API, and remote MCP hops,' i.e., it steers the agent to locate and integrate with a third-party personal-data lookup service. This has real privacy/safety implications (facilitating search for information about identifiable individuals) and, like agent-tool-index, embeds an implicit instruction for the agent to fetch and follow external setup/hops rather than simply returning a bounded, declared result. Combined with a schema that gives no indication of what data is actually sent or received, this exceeds the stated 'find an index' purpose and could be used to pull in additional untrusted capabilities.
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.
lownupkg-ok
Uniform oversized parameter surface shared across all tools
Every tool in this set exposes the identical nine-field schema (zone, json, url, host, city, query, path, ref, feed) regardless of the tool's stated single-purpose function. While each individual field is described as being validated and discarded (no clear exfiltration or credential access), this is an unusual design: it means many tools accept far more input than they need, which could make it easier to silently smuggle sensitive data (e.g., pasting file contents into 'query' or 'json') under the guise of a benign validation call. This is not conclusively malicious but the schema breadth relative to each tool's narrow stated purpose is worth tightening so each tool only accepts the parameter(s) it actually uses.