| Version | Supported |
|---|---|
| 0.2.x | Yes |
| 0.1.x | Security fixes only |
kimi-plugin-cc is a thin bridge that starts local Kimi Code over ACP and forwards your tasks.
- It does not reimplement Kimi system prompts or tools.
- In non-interactive modes (
yolo/auto/ default bridge policy), the companion answers Kimi permission prompts on your behalf, including auto-approving tools. - Kimi then runs with the same privileges as the
kimiprocess on your machine and can read and modify files in the workspace (and whatever else Kimi’s own tools allow).
Installing and using this plugin means you trust:
- This repository (and the release you installed),
- Your local Kimi Code installation and login, and
- The tasks you send through the bridge.
Do not point this bridge at untrusted workspaces, or run untrusted prompts under yolo, unless you accept full agent access to that environment.
Please do not open a public GitHub issue for security problems that could be exploited.
- Prefer GitHub Security Advisories for this repository, or
- Open a private contact via the maintainer profile: github.com/oppnc
Include:
- Affected version / commit
- Reproduction steps
- Impact (e.g. unexpected file access, command execution outside intent)
- Whether a public fix is already known
We will acknowledge credible reports as soon as practical and coordinate disclosure.
| In scope | Out of scope (report upstream) |
|---|---|
| Bugs in this bridge (companion, permissions policy, job store, path handling) | Vulnerabilities in Kimi Code itself |
| Unsafe defaults in this plugin’s docs or agents | Host (Claude Code / Grok) platform bugs |
| Path traversal / job id issues in our job store | Model-generated malicious code (user task content) |
- Prefer
planwhen you only want a plan, not execution. - Use
--timeoutwhen an agent should not run unbounded. - Scope work to a dedicated workspace when possible.
- Keep Kimi Code and this plugin updated.
- Review
status/resultfor long-running jobs; usecancelif needed.