mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-22 16:25:58 +00:00
- hermes_cli/plugin_catalog.py: loader/search/removed-blocklist for the new plugin-catalog/ directory (exact 40-hex SHA pins, https-only repos, official/community tiers; invalid entries skipped with a warning) - plugin-catalog/: admission-policy README, example-plugin seed entry, and removed.yaml blocklist
6 lines
329 B
YAML
6 lines
329 B
YAML
# Blocklist for plugins pulled from the catalog for security or policy
|
|
# reasons. The installer refuses to install anything whose name or repo URL
|
|
# matches an entry here (unless the caller explicitly bypasses the check).
|
|
# Each entry: {name, repo, reason, date}. Removals land via reviewed PRs,
|
|
# same as additions.
|
|
removed: []
|