Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Agent Skills Setup

v0.4.0

Standardized instructions for installing, structuring, and configuring custom skills for AI-powered IDEs and editors. Supports: Antigravity, Claude Code, Ope...

0· 89·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description and SKILL.md describe an IDE-skill migration and setup tool; the actions (copying SKILL.md, updating settings.json/openclaw.json, syncing skills directories) are coherent with that purpose. However, the repo both claims to be 'instruction-only' while containing many executable scripts that perform installs and config patching — the presence of auto-install and patch scripts is plausible for this purpose but should have been documented explicitly in metadata (install spec, required envs).
!
Instruction Scope
Runtime instructions and included scripts instruct the agent to run migration/sync scripts that will read and write many user configuration paths (e.g. ~/.openclaw/openclaw.json, settings.json, ~/.copilot-skills/, ~/.trae/skills/, etc.), install components (OpenClaw, ClawHub), parse per-skill metadata and run declared installers. That scope is broad and touches user files and potentially secrets (skill env/apiKey injection). The SKILL.md gives operational freedom to perform network installs and to patch agent configs — these are powerful actions and require explicit user approval and review.
!
Install Mechanism
There is no formal install spec, yet scripts advertise automatic installation of OpenClaw/ClawHub and installing per-skill dependencies (brew, npm, download installers). Because the repository contains scripts that will perform installs and likely network downloads/extraction, the lack of an install specification and explicit provenance/URLs is a red flag — inspect scripts for download URLs and commands (curl/wget/apt-get/brew/npm) before running.
!
Credentials
Registry metadata declares no required env vars or credentials, but the SKILL.md and OpenClaw reference many env/config names (OPENCLAW_SKILLS_SOURCE, OPENCLAW_CONFIG_PATH, OPENCLAW_STATE_DIR, GEMINI_API_KEY, and per-skill apiKey/env injection). The skill's instructions also describe writing apiKey/secret refs into openclaw.json. Requesting or manipulating API keys and host config without declaring them in requires.env is an inconsistency and raises the risk of accidental secret exposure or unintended credential writes.
Persistence & Privilege
always:false (normal) and agent autonomous invocation is allowed by default. The skill's workflows patch agent config files (e.g. openclaw.json) and can install software — that is ordinary for a setup/migration tool, but combined with the ability to install and modify configs it increases impact. Ensure the agent is not allowed to run these scripts autonomously, or require explicit user confirmation before applying changes.
What to consider before installing
This package appears to be a legitimate multi‑IDE skill migration/setup tool, but it performs high‑impact actions (installing runtimes, downloading/installing dependencies, copying and overwriting many IDE config files, and injecting per‑skill env/apiKey values) that are not fully declared in the registry metadata. Before installing or running any scripts: - Inspect the scripts in scripts/*.sh for any network operations (curl/wget, wget, git clone, npm/pnpm/yarn, brew, apt-get) and note the exact remote URLs and commands they run. Pay special attention to any 'download' installers and archive extraction. - Search scripts for writes to files like ~/.openclaw/openclaw.json, ~/.copilot-skills/, ~/.vscode/settings.json, ~/.aws/, ~/.trae/, and for any lines that insert keys or environment values. - Run the recommended dry-run mode (--dry-run) first and review the generated migration-report.txt or any proposed changes before applying. - Make full backups of any IDE configs and your home-level skill directories before a real migration. Use version control (commit) or copy directories to a safe backup location. - If you have secrets or API keys in your existing skill configs, do not run any migration that automatically writes apiKey fields without reviewing where those values will be stored and who/what can read them. - Prefer running the scripts in a controlled environment (isolated VM or container) first to observe network activity, or run the commands manually step-by-step instead of allowing an automated script to run unreviewed. - If you want stronger assurance, ask the publisher for a canonical source repo or release tarball (GitHub/ClawHub) and verify signatures/versioning; note that this registry entry has no homepage/source URL listed and the owner is unknown. If you share the contents of any of the scripts (especially auto-configure-openclaw-skills.sh and sync-global-skills.sh), I can highlight exact commands and network endpoints to check and point out risky lines to audit.

Like a lobster shell, security has layers — review code before you run it.

cross-idevk97bbt5wnqb2x8t1fgc2xvrryn83p7r5latestvk973p87f8bad64m6wbded024y183s58fmigrationvk973p87f8bad64m6wbded024y183s58fopenclawvk973p87f8bad64m6wbded024y183s58fsetupvk973p87f8bad64m6wbded024y183s58fskillsvk973p87f8bad64m6wbded024y183s58f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments