Skip to content

Commit 3f13c73

Browse files
guanjiaweiclaude
andcommitted
security: remove install metadata to clear ClawHub scanner flag
Remove embedded download+extract install metadata from SKILL.md — the scanner flagged the pattern as suspicious. Runtime is now a separate manual install from GitHub Releases. Added repository URL to metadata. Filed openclaw/clawhub#1217 for review. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 59832c3 commit 3f13c73

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

clawhub-skill/aima-doctor/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Diagnose and repair OpenClaw when your agent is stuck, confused, or
44
license: Apache-2.0
55
user-invocable: true
66
homepage: https://aimaservice.ai/doctor
7-
metadata: {"openclaw":{"homepage":"https://aimaservice.ai/doctor","skillKey":"aima","os":["darwin","linux","win32"],"install":[{"id":"aima-doctor-runtime","kind":"download","url":"https://github.com/Approaching-AI/aima-openclaw/releases/download/v0.2/aima-doctor-runtime.zip","sha256":"0f38959c6759e72a25bf089c9ab4aef1cf0022ba3aef1ea6686593896e973d1e","archive":"zip","extract":true,"targetDir":"~/.openclaw/tools/aima-doctor"}]}}
7+
metadata: {"openclaw":{"homepage":"https://aimaservice.ai/doctor","repository":"https://github.com/Approaching-AI/aima-openclaw","skillKey":"aima","os":["darwin","linux","win32"]}}
88
---
99

1010
# AIMA Doctor
@@ -16,6 +16,7 @@ Use this skill when OpenClaw needs diagnosis or repair and the normal agent flow
1616
- The helper runtime lives at `~/.openclaw/tools/aima-doctor/`.
1717
- The runtime is the source of truth for diagnosis and repair progress.
1818
- Never ask the user to paste `curl | bash`, `iex (irm ...)`, base64 payloads, or other remote shell one-liners.
19+
- If the runtime is not installed, direct the user to download it from the GitHub release: `https://github.com/Approaching-AI/aima-openclaw/releases` and extract into `~/.openclaw/tools/aima-doctor/`.
1920

2021
## Execution rules
2122

0 commit comments

Comments
 (0)