Discover and explore top open-source AI tools and projects—updated daily.
JDArmyAutomated evasion agent framework for code security
Top 97.7% on SourcePulse
This project provides a suite of Claude Code SubAgents designed to automate and streamline the application of code evasion techniques. It targets security researchers and developers seeking to enhance the stealth capabilities of loaders, C2 frameworks, and penetration testing tools by leveraging Claude Code's AI-assisted development environment. The primary benefit is the automation of complex, manual tasks involved in researching, generating, and integrating sophisticated evasion strategies.
How It Works
This project leverages Claude Code's plugin architecture, organizing functionality into distinct SubAgents and Skills. User commands trigger agents that interact with a structured knowledge base (evasion_techniques.json, loader_techniques.json) managed by lib/knowledge_manager.py for research, generation, and integration tasks. The core agents include research-agent for GitHub analysis, loadergen-agent for generating shellcode loaders, evasion-agent for integrating evasion into loaders, c2-evasion-agent for C2 framework modification, and tools-evasion-agent for penetration testing tool evasion. This approach automates complex security research and development workflows for code evasion.
Quick Start & Requirements
npm install -g @anthropic-ai/claude-code). Navigate to the project directory (cd evasion-agent-teams) and run claude.~/.claude/CLAUDE.md globally.https://github.com/anthropics/claude-code. Python downloads: https://www.python.org/downloads/.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord/Slack), or project roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
Agent security policies restrict the execution of external code and mandate careful modification of network tool fields to preserve length. Setup complexity arises from multiple development tool dependencies. Functionality is entirely dependent on the Claude Code framework. Testing relies on specific shellcode formats (x64 Windows binary) and can fail if these are not met.
4 weeks ago
Inactive