mirror of
https://github.com/Heretek-AI/RE-AI.git
synced 2026-07-01 01:37:55 -04:00
107216e74d
- Replace the v1 FastAPI+React+SQLite+ChromaDB+WebSocket agent-loop
architecture with a Claude Code plugin (skills + MCP servers).
- Plugin manifest at .claude-plugin/plugin.json; MCP registry at
.mcp.json with 8 servers (re-rizin, re-capa, re-lief, re-llm-decompile,
re-mitm2swagger, re-kaitai, re-gdb, re-triton).
- Phase 1 MVP ships 2 of those servers:
* re-lief — wraps LIEF (PE/ELF/MachO/COFF/DEX/ART) in-process.
13 tools, generalized from the v1 pefile+capstone code.
* re-llm-decompile — wraps any OpenAI-compatible endpoint (LLM4Decompile,
Ollama, vLLM). 5 tools.
- Phase 1 MVP ships 1 skill:
* re-static-triage — the 5-step workflow + indicator triage table
salvaged verbatim from the old skills/static_analysis_workflow.md.
- Cross-platform install (install.sh + install.bat), verify scripts,
check_deps.py dependency report.
- Test suite: 15 tests pass — manifest, frontmatter, server imports,
smoke. End-to-end MCP stdio JSON-RPC transport verified.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2026 John
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|