Trust Assessment
openclaw-remote received a trust score of 95/100, placing it in the Trusted category. This skill has passed all critical security checks and demonstrates strong security practices.
SkillShield's automated analysis identified 1 finding: 0 critical, 0 high, 1 medium, and 0 low severity. Key findings include Potential exposure of main configuration file contents.
The analysis covered 4 layers: Manifest Analysis, Static Code Analysis, Dependency Graph, LLM Behavioral Safety. All layers scored 70 or above, reflecting consistent security practices.
Last analyzed on February 13, 2026 (commit 13146e6a). SkillShield performs automated 4-layer security analysis on AI skills and MCP servers.
Layer Breakdown
Behavioral Risk Signals
Security Findings1
| Severity | Finding | Layer | Location | |
|---|---|---|---|---|
| MEDIUM | Potential exposure of main configuration file contents The skill explicitly instructs the agent to display the contents of `~/.openclaw/openclaw.json` using `cat` within a tmux session. This file is described as the 'Main config' and can contain sensitive information such as paths, internal settings, or other configuration details, even if direct API keys are stored elsewhere. The output of the tmux pane is subsequently captured by `tmux capture-pane`, creating a direct path for this configuration data to be exfiltrated to the host LLM. While the skill advises against echoing API keys and suggests file permissions, `openclaw.json` can still contain other sensitive details that should not be broadly exposed. Instead of `cat`ing the entire configuration file, instruct the agent to use `openclaw` CLI commands that are designed to display configuration safely, such as `openclaw doctor --show-config` (if it redacts sensitive fields) or specific commands to query individual, non-sensitive configuration parameters. If full file content is absolutely necessary, ensure explicit instructions for the agent to redact any sensitive information before processing or displaying it. | LLM | SKILL.md:60 |
Scan History
Embed Code
[](https://skillshield.io/report/3aacb76b2b9229ab)
Powered by SkillShield