Skill flagged — suspicious patterns detected

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

Baoyu Comic

v0.1.1

Knowledge comic creator supporting multiple art styles and tones. Creates original educational comics with detailed panel layouts and sequential image genera...

0· 148·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description align with included files and a small TypeScript helper (merge-to-pdf.ts). Requiring a JS/TS runtime via bun or npx is coherent for running local scripts. One oddity: the ohmsha preset mandates using Doraemon characters by default, which is a surprising/legal design decision not implied by the general 'knowledge comic' purpose.
!
Instruction Scope
SKILL.md instructs the agent to perform a blocking first-time setup that must complete before any other workflow and to write EXTEND.md either to the project (.baoyu-skills/) or the user's home (~/.baoyu-skills/). The skill also requires computing its baseDir and executing TypeScript scripts via bun/npx. These are within a comic workflow but expand scope to creating/modifying files in the user's home and to executing local scripts — actions the user should explicitly approve.
Install Mechanism
No install spec is provided (instruction-only), which is lower risk. However runtime execution depends on bun or npx; using npx could download and run code on demand. There is one small included script (scripts/merge-to-pdf.ts) — the code should be inspected before running, but no external arbitrary-download install step was found.
Credentials
The skill requests no environment variables or credentials. The only peripheral requirement is write access to a preferences file location (project or user scope) which is proportionate for storing user preferences.
!
Persistence & Privilege
The skill writes persistent configuration (EXTEND.md) and forces the first-time setup to complete before other actions; it offers to save to ~/.baoyu-skills/ by default. While not an elevated system privilege, this persistent user-level presence and mandatory blocking behavior should be acceptable to the user and explicitly granted. The skill does not set always:true or modify other skills.
What to consider before installing
This skill appears to implement a coherent comic-creation workflow, but review the following before installing: - Inspect included scripts (scripts/merge-to-pdf.ts) to confirm they do only local PDF merging and contain no unexpected network calls or harmful shell commands. Running the skill will execute TypeScript via bun or npx, which can run arbitrary code. - The first-time setup is blocking and will create EXTEND.md either in the project (.baoyu-skills/) or in your home directory (~/.baoyu-skills/). If you don't want files written to your home, prepare to choose the project-scoped save or run in an isolated environment. - The ohmsha preset explicitly defaults to using Doraemon characters unless you override it. That is a copyright/branding concern — if you need legally clean outputs, change presets or character defaults before generating content. - There are no requested secrets/credentials, which is good, but be cautious about where image generation is performed: SKILL.md relies on the agent's image-generation capability but does not specify a provider or endpoint. Understand which image service your agent will call and how generated images are stored or transmitted. If you want this skill but are uncomfortable with the defaults: run it in a sandbox/container, or pre-create an EXTEND.md (project-scoped) to avoid the blocking setup; and override the ohmsha character defaults. If you can share the merge-to-pdf.ts contents or any other scripts, I can re-check for network IO or suspicious operations and raise/lower my confidence.

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

latestvk9777nm1w13g5wa6v1s78grr85837vtf

License

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

Runtime requirements

Any binbun, npx

Comments