Kim Msg Account Skill

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This appears to be a straightforward Kim/OpenClaw setup helper, but it handles Kim app secrets, installs a Kim plugin, and changes the OpenClaw gateway configuration.

Install only if you intend to connect Kim/Kuaishou IM to this OpenClaw instance. Review the plugin source or registry trust, be careful with appKey/secretKey/verificationToken handling, and confirm before allowing the scripts to change configuration or restart the gateway.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

What this means

Your Kim app credentials may be entered into the agent/script and stored in OpenClaw configuration.

Why it was flagged

The skill writes and can later read Kim/OpenApi credentials from OpenClaw configuration. This is expected for configuring the Kim channel, but these credentials could authorize message sending or app access.

Skill content
openclaw config set channels.kim.secretKey "<用户提供的 secretKey>" ... openclaw config get channels.kim.secretKey
Recommendation

Use credentials for the intended Kim app only, avoid sharing secrets in chat if you prefer manual setup, consider encrypted configuration where available, and rotate the secret if it is exposed.

What this means

Installing the Kim plugin adds code from the configured npm registry to your OpenClaw environment.

Why it was flagged

The setup script installs an external OpenClaw plugin package. This is central to the skill’s purpose, but the installed package is unpinned and its code is not included in the reviewed artifacts.

Skill content
export npm_config_registry="https://npm.corp.kuaishou.com"
openclaw plugins install @ks-openclaw/kim
Recommendation

Confirm that the corporate registry and @ks-openclaw/kim package are trusted, and pin or review the plugin version where your environment supports it.

What this means

Running the script can change your OpenClaw runtime configuration and restart the gateway service.

Why it was flagged

The script changes OpenClaw configuration and can restart the gateway. These are high-impact local actions, but they are directly related to enabling the Kim channel and are gated by interactive prompts.

Skill content
openclaw config set channels.kim.appKey "$APP_KEY"
openclaw config set channels.kim.secretKey "$SECRET_KEY"
openclaw gateway restart
Recommendation

Run the setup only when you are ready to change the Kim channel configuration, and review the displayed settings before confirming.

What this means

People or groups allowed by the configured Kim application may be able to send messages that reach OpenClaw.

Why it was flagged

The skill enables an IM channel through which Kim messages can reach OpenClaw. This is the intended function, but it creates a new inbound communication path.

Skill content
让你能通过 Kim(快手 IM)与你的 OpenClaw 进行消息交互
Recommendation

Configure Kim app permissions, events, webhook token, and allowed users/groups so only intended messages reach your OpenClaw instance.