Add ShieldCortex: persistent memory & security for AI agents#386
Open
mkdelta221 wants to merge 1 commit intoanthropics:mainfrom
Open
Add ShieldCortex: persistent memory & security for AI agents#386mkdelta221 wants to merge 1 commit intoanthropics:mainfrom
mkdelta221 wants to merge 1 commit intoanthropics:mainfrom
Conversation
ShieldCortex gives AI agents persistent memory with knowledge graphs, decay-based forgetting, contradiction detection, and a 6-layer defence pipeline that prevents memory poisoning attacks. MCP server: shieldcortex (npm install -g shieldcortex) Features: - Semantic search, project scoping, activation/salience scoring - Knowledge graph extraction (entities + relationships) - Memory consolidation and automatic decay - 6-layer defence pipeline (input sanitisation, pattern detection, semantic analysis, structural validation, behavioural scoring, credential leak detection) - Forensic audit trail of all memory operations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
Quick update since submission:
Happy to make any changes needed to the SKILL.md. Thanks for reviewing! |
This was referenced Feb 26, 2026
This was referenced Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds ShieldCortex — a persistent memory system with built-in security for AI agents.
npm:
shieldcortex(6,200+ downloads)GitHub: Drakon-Systems-Ltd/ShieldCortex (10 stars)
License: MIT
What it does
ShieldCortex gives AI agents a brain that persists between sessions. Every memory write passes through a 6-layer defence pipeline that blocks prompt injection, credential leaks, and memory poisoning attacks.
Key features
pip install shieldcortexfor Python agent frameworksMCP tools provided
remember,recall,forget,get_context,start_session,end_session,graph_query,graph_entities,graph_explain,consolidate,detect_contradictions,scan_memories,scan_skill,audit_query,quarantine_review,defence_stats,memory_stats,set_project,get_projectInstall