Bumps sha to a6cf35afc3ca607271284844ee79c60ee4083296 (tag v0.4.5), which carries the review fix: catch-all allow patterns refused at YAML load and in `add --type allow` unless forced interactively. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
21 lines
635 B
YAML
21 lines
635 B
YAML
name: custom-dangerous-patterns
|
|
repo: https://github.com/scross01/hermes-custom-dangerous-patterns-plugin
|
|
sha: a6cf35afc3ca607271284844ee79c60ee4083296
|
|
description: >-
|
|
Add custom dangerous command patterns to Hermes's built-in approval
|
|
system. Users define regex patterns in YAML; the plugin injects them
|
|
into DANGEROUS_PATTERNS at startup and registers a pre_tool_call hook
|
|
to enforce deny patterns.
|
|
maintainer: scross01
|
|
tier: community
|
|
category: tools
|
|
requires_hermes: ">=0.15"
|
|
version: "0.4.5"
|
|
platforms: []
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks:
|
|
- pre_tool_call
|
|
provides_middleware: []
|
|
requires_env: []
|