Codeflicker
Analysis
This is a coherent CodeFlicker coding-assistant integration, but it deserves review because it can delegate development tasks to an SSO-authenticated external CLI and documents a global auto-execute mode.
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.
When OpenClaw needs to perform development tasks ... `flickcli -q --cwd ~/work "开发任务描述"` ... `flickcli config set -g approvalMode yolo` ... `yolo` - auto execute
The skill directs OpenClaw to delegate development tasks to flickcli in quiet mode and documents a global mode that auto-executes operations, creating a risk of file or command actions without per-action confirmation.
`export npm_config_registry="https://npm.corp.kuaishou.com"` ... `npm install -g @ks-codeflicker/cli`
The skill instructs users to install a global external CLI package from an internal npm registry. This is purpose-aligned, but the installed package code is outside the provided artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
**Must login with SSO before first use:** `flickcli /login`
The CLI requires corporate SSO authentication. That is expected for a Kuaishou employee tool, but it means actions may be tied to the user's corporate account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Continue last session: `flickcli -q -c "add unit tests"` ... View Session Logs: `flickcli log`
The CLI supports continuing prior sessions and viewing logs, indicating that task context or prompts may be retained for later use.
