Every entry is pinned to the commit reviewed on 2026-09-15 and passed, at that commit: `hermes plugins validate` (declared tools/hooks/middleware match registrations, no built-in tool collisions) in both the main venv and a bare `pip install -e .` venv, `tools.plugin_guard.scan_plugin` with a non-dangerous verdict, a self-updater grep over every .js file, and a vendor-credential-store write grep over every .py file. Capabilities and requires_env are copied from each plugin.yaml; category was assigned by hand.
21 lines
724 B
YAML
21 lines
724 B
YAML
name: nextdns
|
|
repo: https://github.com/shanelord01/hermes-nextdns
|
|
sha: 6e46460e9d7f4775d247fb1e467532cf42bfc52d
|
|
description: Read-only NextDNS tools - DNS query logs, blocked queries with the blocklist that matched,
|
|
and aggregate analytics by domain, device, blocklist or protocol. For triaging DNS problems and answering
|
|
"was this blocked, and by what". Uses the official NextDNS API; makes no configuration changes.
|
|
maintainer: shanelord01
|
|
tier: community
|
|
category: tools
|
|
docs_url: https://github.com/shanelord01/hermes-nextdns#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- nextdns_analytics
|
|
- nextdns_blocked
|
|
- nextdns_logs
|
|
- nextdns_profile
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env:
|
|
- name
|