Mcp Zabbix — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Zabbix (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server para acessar a API do Zabbix https://monitor.c15.ligerosmart.com.
| Tool | Descrição |
|---|---|
zabbix_host_get | Lista hosts com filtros (hostids, groupids, status) |
zabbix_host_search | Busca livre por hosts (name/host/ip + wildcards) |
zabbix_problem_get | Problems ativos com filtros de severidade/tempo |
zabbix_trigger_get | Triggers configurados (min_severity, only_true) |
zabbix_item_get | Items/métricas (filtro por key_) |
zabbix_history_get | Histórico numérico (itemids, time window) |
zabbix_event_get | Events (OK/PROBLEM, severities, time window) |
zabbix_event_acknowledge | Reconhecer eventos |
| Variável | Descrição | Default |
|---|---|---|
ZABBIX_URL | Base URL (sem /api_jsonrpc.php) | https://monitor.c15.ligerosmart.com |
ZABBIX_TOKEN | Token da API direto (env) | — |
ZABBIX_TOKEN_FILE | Caminho de um arquivo com o token | — |
O token vem de `ZABBIX_TOKEN` (tem precedência) ou de `ZABBIX_TOKEN_FILE` — pelo menos um é obrigatório. Use ZABBIX_TOKEN em deploys só-env (ex.: Swarm/Portainer) e ZABBIX_TOKEN_FILE quando o token vier de um arquivo/secret montado.
npm install
npm run build
npm test
# via arquivo
ZABBIX_TOKEN_FILE=$(pwd)/.token node dist/index.js
# ou via env direto
ZABBIX_URL=https://meu-zabbix ZABBIX_TOKEN=xxxxx node dist/index.jsServidor MCP (stdio). Consumido tanto pelo Claude Code (mcpServers em ~/.claude.json) quanto pela imagem ghcr.io/marcelofmatos/mcp-supergateway-node, que expõe o servidor via streamable-HTTP na stack mcp-servers-anton.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.