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.
18 lines
448 B
YAML
18 lines
448 B
YAML
name: s3
|
|
repo: https://github.com/lagoon-labs/hermes-s3-plugin
|
|
sha: 3d1514e270914d89b4e99db9917eaec25d4e6688
|
|
description: Generic S3-compatible backup and restore operations for Hermes
|
|
maintainer: lagoon-labs
|
|
tier: community
|
|
category: tools
|
|
docs_url: https://github.com/lagoon-labs/hermes-s3-plugin#readme
|
|
capabilities:
|
|
provides_tools:
|
|
- s3-ls
|
|
- s3-pull
|
|
- s3-push
|
|
- s3-rm
|
|
provides_hooks: []
|
|
provides_middleware: []
|
|
requires_env: []
|