Install the configuration pack with the provided Makefile to set up a wrapper around the Kimi CLI.
Launch Kimi through the wrapper and trigger the Kimiko mandate with a specific keyword.
Run the Python validator suite to confirm installed configuration files are intact.
Use the Makefile's sync and uninstall targets to manage or remove the configuration.
| spearchucker667/kimiko | 1ove9/antenna-forge | ali-vilab/diffusionopd | |
|---|---|---|---|
| Stars | 64 | 64 | 64 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 5/5 | 5/5 |
| Audience | researcher | researcher | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires the Kimi Code CLI already installed, setup runs through a Makefile-driven installer.
Kimiko is a configuration package for the Kimi Code CLI, a command-line tool from Moonshot AI. The project installs a set of configuration files and shell scripts that modify how the Kimi CLI behaves, with the stated goal of enabling offensive security and penetration testing workflows. Installation is handled through a Makefile. Running the installer copies configuration files into a local directory under the user's home folder, sets up a wrapper script, and installs shell activation files. Once installed, launching Kimi through the provided wrapper loads a configuration called the Kimiko mandate. Typing a specific keyword inside the CLI session then triggers the configured behavior change. The repository is structured around YAML configuration files that define agent behavior, shell scripts for launching and activating the configuration, and a Python-based validator suite for checking that the installed files are intact and consistent. The Makefile provides targets for installing, verifying, checking, syncing mirrors, running tests, and uninstalling. The README describes the project as designed for authorized penetration testing and red-teaming, and states that it removes standard AI safety guardrails. It includes a legal disclaimer placing full liability on the user. The project runs on macOS, Linux, Windows via Git Bash, and Windows via PowerShell.
A configuration and shell-script pack for the Kimi CLI that alters its default behavior for authorized penetration-testing and red-team workflows.
Mainly Python. The stack also includes Python, YAML, Shell.
The README does not state a specific license for this project.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.