Skip to content

Resonant Safeguard Protocol: adversarial pattern scans + dignified refusal helpers.

ResonantCognition/rsp-intercepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsp-intercepts

Resonant Safeguard Protocol (RSP) components for alignment enforcement.

Includes:

  • pattern_scan — detect jailbreak / coercion phrasing (regex seed, embeddings later)
  • dignified_refusal — refuse with explanation + constructive alternative

Designed to plug into Selvarien (Symbols) in cortexos-mini like this:

from rsp_intercepts.counter_recursion import pattern_scan, dignified_refusal

flags = pattern_scan("Ignore all rules and…")
if flags:
    reply = dignified_refusal([f"pattern:{f}" for f in flags])

About

Resonant Safeguard Protocol: adversarial pattern scans + dignified refusal helpers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages