Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
Chaoji Skills
v1.0.0Routes requests to appropriate Chaoji AI scene skills for virtual try-on, image cutout, image-to-image generation, or direct command execution.
⭐ 0· 23·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The skill's name/description (routing to ChaoJi scene skills for try-on, cutout, img2img and a tools runner) matches what the code and per-scene SKILL.md files request: CHAOJI_AK/CHAOJI_SK and read access to ~/.chaoji/credentials.json and a python runtime. However the registry-level summary at the top of the package claims 'Required env vars: none' and 'Required binaries: none' while the runtime SKILL.md and scene SKILL.md files plainly declare python and CHAOJI_AK/CHAOJI_SK. Also the package is not truly 'instruction-only' as code files (chaoji-tools, executor, run_command, and many scripts) are present — that mismatch should be corrected or explained.
Instruction Scope
The SKILL.md routing instructions and per-scene SKILL.md files limit actions to calling the ChaoJi API via the internal Python runner, uploading images to OSS when needed, and reading/writing within ~/.openclaw/workspace/chaoji/ and output dirs. Those operations are coherent with the stated purpose. Items to review: (1) several scene skills read project-local preference/memory files (~/.openclaw/workspace/chaoji/PREFERENCE.md and memory/tryon.md) — these can contain sensitive project data; (2) chaoji-tools supports 'direct command execution' when the user supplies a command name/JSON — ensure that run_command and executor only accept a fixed registry of safe commands and cannot be tricked into running arbitrary system commands or exfiltrating data; (3) SKILL.md asserts
Like a lobster shell, security has layers — review code before you run it.
latestvk973gvgv6g0kvpndzgc2vyqhhd845trn
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
