Scan Report
15 /100
openclaw-config-master
Edit and validate OpenClaw Gateway config (openclaw.json / JSON5)
This is a legitimate OpenClaw configuration management skill with proper documentation. The flagged curl|sh pattern is for installing the OpenClaw CLI in CI workflows, not malicious code execution.
Safe to install
No blocking action required. Consider adding explicit capability declarations to SKILL.md for transparency.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Missing capability declaration Doc Mismatch | SKILL.md:1 |
| Info | Unpinned remote script in documentation Supply Chain | agents/openai.yaml:8 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | WRITE | ✓ Aligned | Legitimate config backup/restore scripts in scripts/ directory |
| Shell | READ | WRITE | ✓ Aligned | Scripts invoke openclaw CLI commands for config management |
| Network | NONE | READ | ✓ Aligned | Workflow downloads OpenClaw installer from get.openclaw.dev |
1 Critical 29 findings
Critical Dangerous Command 危险 Shell 命令
curl -fsSL https://get.openclaw.dev | sh references/common-errors.md:462 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/configuration SKILL.md:61 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/configuration-reference SKILL.md:62 Medium External URL 外部 URL
https://docs.openclaw.ai/cli/config SKILL.md:63 Medium External URL 外部 URL
https://docs.openclaw.ai/cli/update SKILL.md:64 Medium External URL 外部 URL
https://docs.openclaw.ai/cli/channels SKILL.md:65 Medium External URL 外部 URL
https://docs.openclaw.ai/cli/skills SKILL.md:66 Medium External URL 外部 URL
https://docs.openclaw.ai/cli/security SKILL.md:67 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/models SKILL.md:68 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/agents SKILL.md:69 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/tools SKILL.md:70 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/plugins SKILL.md:71 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/cron SKILL.md:72 Medium External URL 外部 URL
https://docs.openclaw.ai/gateway/session SKILL.md:73 Medium External URL 外部 URL
https://get.openclaw.dev references/common-errors.md:462 Medium External URL 外部 URL
https://api.yourprovider.com/v1 references/complex-operations.md:87 Medium External URL 外部 URL
https://t.me/BotFather references/complex-operations.md:206 Medium External URL 外部 URL
https://t.me/userinfobot references/complex-operations.md:245 Medium External URL 外部 URL
https://open.feishu.cn/ references/complex-operations.md:288 Medium External URL 外部 URL
https://discord.com/developers/applications references/complex-operations.md:494 Medium External URL 外部 URL
https://api.slack.com/apps references/complex-operations.md:525 Medium External URL 外部 URL
https://api.search.brave.com references/complex-operations.md:645 Medium External URL 外部 URL
https://api.firecrawl.dev references/complex-operations.md:650 Medium External URL 外部 URL
https://api.perplexity.ai references/complex-operations.md:654 Medium External URL 外部 URL
https://push.example.com references/complex-operations.md:906 Medium External URL 外部 URL
https://api.x.ai references/openclaw-config-fields.md:431 Medium External URL 外部 URL
https://api.moonshot.cn references/openclaw-config-fields.md:437 Medium External URL 外部 URL
https://api.minimaxi.com/anthropic references/openclaw-config-fields.md:1314 Info Email 邮箱地址
[email protected] references/openclaw-config-fields.md:768 File Tree
14 files · 202.7 KB · 7843 lines Markdown 7f · 6549L
Shell 5f · 1286L
JSON 1f · 5L
YAML 1f · 3L
├─
▾
agents
│ └─
openai.yaml
YAML
├─
▾
references
│ ├─
channels-config.md
Markdown
│ ├─
common-errors.md
Markdown
│ ├─
complex-operations.md
Markdown
│ ├─
openclaw-config-fields.md
Markdown
│ ├─
schema-sources.md
Markdown
│ └─
version-migration.md
Markdown
├─
▾
scripts
│ ├─
backup-config.sh
Shell
│ ├─
openclaw-config-check.sh
Shell
│ ├─
restore-config.sh
Shell
│ ├─
validate-config.sh
Shell
│ └─
validate-migration.sh
Shell
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ No credential harvesting or token theft patterns detected
✓ No data exfiltration or C2 communication
✓ No reverse shell or arbitrary code execution
✓ All shell scripts are documented configuration management tools
✓ No base64-encoded or obfuscated payloads
✓ Scripts use safe patterns (set -euo pipefail, argument parsing)
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ Config backup scripts properly validate before operations