feat: integrate aidefence v2.2.0 with security tools#1031
Open
feat: integrate aidefence v2.2.0 with security tools#1031
Conversation
- Add standalone aidefence v2.2.0 package (both British/American spelling) - Provides production-ready AI defense with: - 183+ threat patterns (prompt injection, SQL injection, XSS) - Security middleware (auth, rate limiting, CORS, validation) - <35ms latency, >900 req/s throughput - 158 tests passing, 0 vulnerabilities - Complements existing @claude-flow/aidefence integration Co-Authored-By: claude-flow <ruv@ruv.net>
- Update skill file package version to ^2.2.0 - Add v2.2.0 features to skill description (158 tests, 0 vulns, 183+ patterns) - Add standalone aidefence as alternative in prime-radiant plugin - Add standalone aidefence import example in READMEs Co-Authored-By: claude-flow <ruv@ruv.net>
fd978cb to
7f17858
Compare
Automatic checkpoint created by Claude Code - Branch: feature/aidefence-v2.2-integration - Timestamp: 2026-01-27T17:57:14Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feature/aidefence-v2.2-integration - Timestamp: 2026-01-27T17:57:58Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Automatic checkpoint created by Claude Code - Branch: feature/aidefence-v2.2-integration - Timestamp: 2026-01-27T17:58:06Z - Changes: 1 file(s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
89bd86a to
644f4a7
Compare
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
Integrates the standalone
aidefencev2.2.0 package and creates a dedicated aidefence plugin with comprehensive threat detection capabilities.What's New in aidefence v2.2.0
New: Dedicated AIDefence Plugin
Created
/v3/plugins/aidefence/with:plugin.yamlREADME.mdPlugin Capabilities
8 MCP Tools
aidefence_scanaidefence_analyzeaidefence_statsaidefence_learnaidefence_is_safeaidefence_has_piiaidefence_verify_policyaidefence_gateway_startHook Integrations
pre-agent-input- Scan all agent inputs before processingpost-agent-action- Record agent actions for behavioral modelingpre-swarm-init- Verify swarm topology against security policiesFiles Changed
package.jsonaidefence@^2.2.0to optionalDependencies.claude/skills/aidefence.yaml^2.2.0, added v2.2.0 featuresREADME.mdv3/@claude-flow/cli/README.mdv3/plugins/aidefence/plugin.yamlv3/plugins/aidefence/README.mdMCP Security Tools Verified
aidefence_scanaidefence_analyzeaidefence_statsaidefence_learnTest Results
Installation Options
Test Plan
🤖 Generated with claude-flow