laosji/clamicro
C2在手机上审批 Claude Code 、DeepSeek Harness 的操作。局域网直连,零依赖。
★ 1+ · laosji/clamicro source on GitHub · this plugin in the registry
laosji/clamicro is a DeepSeek Harness plugin rated C2 — one powerful capability or sensitive behavior. It runs code at install time, gates tool execution, executes system commands, starts a network server.
What it can do
| Capability | Flag | Evidence |
|---|---|---|
| runs code at install time | install_script | postinstall: node -e "console.log('\n Clamicro 已下载。执行 npx clamicro install 完成安装。\n')" |
| gates tool execution | tool_gate | hook: tools/pre-execute |
| executes system commands | exec | ×52 src, e.g. cli.mjs:2, cli.mjs:2 |
| starts a network server | net_server | ×1 src, e.g. server.mjs:785 |
| reads credential-class env vars | token_env | CLAMICRO_SETTLED_KEY_GRACE_MS |
Services it injects
slots
Hooks it attaches
approval/request session/event tools/pre-execute
Environment variables it reads
CLAMICRO_PORT CLAMICRO_APPROVAL_TIMEOUT_MS CLAMICRO_SETTLED_KEY_GRACE_MS SHARP_PATH
How to read this
Levels measure capability surface and transparency, not maliciousness. A C3 plugin can be entirely legitimate — a desktop shell genuinely needs subprocesses. The point is that you can see this before installing. See the levels explained and how dsh plugins work.
Findings come from static analysis of shipped code; nothing is executed. Think a flag is wrong? Open an issue — every flag cites the file and line it came from.