hermes - 💡(How to fix) Fix [a2a_fleet] HIGH: plugin.yaml missing kind / provides_tools / requires_env (token env undeclared)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Because the token env vars are undeclared, the hermes plugins env-preflight (plugins_cmd.py:194) cannot warn on unset tokens. Author is also Interstellar-code vs upstream NousResearch.

Root Cause

Because the token env vars are undeclared, the hermes plugins env-preflight (plugins_cmd.py:194) cannot warn on unset tokens. Author is also Interstellar-code vs upstream NousResearch.

Fix Action

Fix

Add kind: standalone, provides_tools: [fleet_send], and requires_env (token env names are dynamic per peer — document the token_env convention or list expected names).


Filed from opus-4.8 plugin audit (a2a_fleet).

RAW_BUFFERClick to expand / collapse

Severity: HIGH (convention — manifest gaps, secrets undeclared)

plugin.yaml omits rubric-required fields, including the env vars holding bearer tokens.

Evidence

plugins/a2a_fleet/plugin.yaml (4 lines) is missing:

  • kind: (peers use kind: standalone)
  • provides_tools: [fleet_send]
  • requires_env: listing the token env vars read via token_env in fleet_config.py:58-61, 93, 132.

Because the token env vars are undeclared, the hermes plugins env-preflight (plugins_cmd.py:194) cannot warn on unset tokens. Author is also Interstellar-code vs upstream NousResearch.

Upstream convention violated

Rubric #1: manifest must declare requires_env for every secret read, plus kind/provides_tools.

Fix

Add kind: standalone, provides_tools: [fleet_send], and requires_env (token env names are dynamic per peer — document the token_env convention or list expected names).


Filed from opus-4.8 plugin audit (a2a_fleet).

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING