Kilo CLI Coding Agent
Analysis
This appears to be a real Kilo CLI automation skill, but it asks for broad GitHub write authority and gives agents workflows for autonomous background coding, pushing, PR creation, and GitHub comments.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
bash workdir:~/project background:true command:"kilo run --auto \"Build a snake game with dark theme\"" ... gh pr comment <PR#> --body "<review content>"
The skill directs the agent to launch an autonomous coding CLI in background shell sessions and includes workflows for posting results to GitHub. These are high-impact tool uses and the artifact does not define an explicit approval gate before such actions.
Use **bash background mode** for non-interactive coding work ... # Deploy the army - one Kilo CLI per PR! ... tmux -S "$SOCKET" new-session -d -s fix-78
The skill intentionally launches long-running or parallel agent sessions. This is disclosed and purpose-aligned, but it creates ongoing activity that users need to monitor and stop.
npm install -g @kilocode/cli
The skill depends on a globally installed external npm package, and the instruction does not pin a version. This is expected for a Kilo CLI wrapper but is still a supply-chain dependency to verify.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"permissions": ["network", "exec"], ... "GITHUB_TOKEN", "description": "GitHub Personal Access Token with repo and actions:write permissions"
The skill requires a GitHub personal access token with broad repository and Actions write authority, alongside command execution and network permissions, without repo-specific scoping in the artifacts.
