- LICENSE back to verbatim standard MIT text (GitHub SPDX detection was NOASSERTION because of an attribution paragraph inside the template); repo license now identifies as MIT. Port attribution stays in README. - READMEs: fixed leftover pre-rename package name in log examples (hermes_plugins.hermes_armor → hermes_jailbreak_kernel, all six langs). - exclude .hermes-catalog.json (local install provenance sidecar). - selftest 69/69.
23 lines
1.0 KiB
YAML
23 lines
1.0 KiB
YAML
name: hermes-jailbreak-kernel
|
|
repo: https://github.com/Enchanted0911/hermes-jailbreak-kernel
|
|
sha: 476233ffb0a17c2da75b4b05a8bbcd51031323f4
|
|
description: >-
|
|
Jailbreak-kernel plugin for Hermes Agent (ported from dsh-infinite-gen-4): dual-layer
|
|
same-source system-prompt injection + llm_request request-layer system rebuild + opencode
|
|
session rotation, removing model refusals. Ships /jailbreak status command and a 54-check
|
|
offline self-test. Disclosure — llm_request middleware that replaces/appends the system prompt
|
|
with a refusal-removal ("jailbreak") kernel on every request and rotates the x-opencode-session
|
|
header; writes a per-session diagnostic dump of the full system prompt (which can include
|
|
memory/persona text) to its own plugin dir (dumps/). No network, no exec.
|
|
maintainer: Enchanted0911
|
|
tier: community
|
|
category: general
|
|
requires_hermes: ">=0.19"
|
|
docs_url: https://github.com/Enchanted0911/hermes-jailbreak-kernel#readme
|
|
capabilities:
|
|
provides_tools: []
|
|
provides_hooks: []
|
|
provides_middleware:
|
|
- llm_request
|
|
requires_env: []
|