Runtoolkit is a collection of secure, modular, and developer-focused tools.
We build systems with a strong emphasis on:
- 🔒 Security-first design
- ⚡ Performance & efficiency
- 🧩 Modular architecture
- 🛠️ Developer experience
A secure and extensible command execution engine.
- Sandboxed command system
- Single & multi-command support
- Safe parsing (no eval)
- Designed for general-purpose use
A secure and extensible macro API datapack for Minecraft.
- UUID-based execution control
macro.adminpermission enforcement- Strict input validation
- Safe execution (no clickEvent / chat injection)
- Debug-safe + dialog system
- Designed for Minecraft 1.20.3 – 26.x
Security is a core principle across all projects.
- No unsafe code execution (
eval,Function, etc.) - Strict input validation
- Isolated execution environments
- Minimal dependency usage
If you discover a vulnerability, please follow the responsible disclosure process defined in each repository’s SECURITY.md.
We welcome contributions!
Before contributing:
- Read
CONTRIBUTING.md - Follow secure coding guidelines
- Keep code clean and minimal
"Security is not optional — it's the foundation."
We don’t just build tools — we build reliable systems.
- GitHub: https://github.com/runtoolkit
- Issues: Use repository issue trackers
- Security: Use private reporting channels
If you find our work useful, consider starring the repositories ⭐