Baoyu Infographic
v0.1.0Generates professional infographics with 21 layout types and 20 visual styles. Analyzes content, recommends layout×style combinations, and generates publicat...
⭐ 0· 133·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description (infographic generator) matches what the SKILL.md and many reference files actually do: layout/style galleries, structured content templates, and a stepwise workflow. It requests no binaries, no environment variables, no credentials, and no installs — all proportionate to an instruction-only design tool.
Instruction Scope
Runtime instructions perform deep content analysis, generate designer-ready artifacts, and read local preference files (it explicitly checks project-level .baoyu-skills/baoyu-infographic/EXTEND.md and user config paths like XDG_CONFIG_HOME/$HOME/.config). The workflow writes files under infographic/{topic-slug}/ (analysis.md, structured-content.md, prompts, and infographic.png). The skill emphasizes verbatim extraction of source data but also instructs to strip credentials/API keys before including outputs. That verbatim-copy requirement plus reading local config means you should not provide inputs containing secrets; reliance on the model to remove secrets is a potential source of accidental leakage if the model fails to filter them.
Install Mechanism
No install spec and no code files are present — this is instruction-only, which minimizes install risk. Nothing is fetched or written to disk by an installer beyond normal file outputs produced at runtime.
Credentials
The skill declares no required environment variables, no primary credential, and no special config path requirements beyond optional user preferences files. The only notable filesystem checks are for local preference files (EXTEND.md) and typical config directories, which are reasonable for loading user preferences but are worth noting.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does create and write files in working directories (infographic/{topic-slug}/), which is expected for a generator. It does not request persistent platform-wide privileges or to modify other skills.
Assessment
This skill appears internally consistent and low-risk as an instruction-only infographic generator, but take these practical precautions before using it:
- Do not include secrets (API keys, passwords, tokens) in the content you pass to the skill. Although the SKILL.md instructs the generator to strip credentials before output, relying solely on that is brittle. Remove sensitive values manually beforehand.
- Expect the skill to read project and user preference files (e.g., .baoyu-skills/baoyu-infographic/EXTEND.md, ${XDG_CONFIG_HOME:-$HOME/.config}), and to write outputs into a local folder infographic/{topic-slug}/. If you’re concerned about filesystem access, run it in a sandboxed/isolated workspace.
- Verify output paths and overwrite behavior so files aren’t unexpectedly replaced.
- Review the referenced GitHub homepage/source before wide deployment if you want provenance assurance (homepage: https://github.com/JimLiu/baoyu-skills#baoyu-infographic).
- If you need stricter guarantees about not exfiltrating data, restrict the agent's file- and network-access policies or run the skill locally with inspection of generated files.
Confidence is high that the package is coherent with its stated purpose; the primary risk is accidental inclusion of sensitive data in inputs rather than covert or malicious behavior in the skill itself.Like a lobster shell, security has layers — review code before you run it.
latestvk97cge98xfsq0rzm549qsxmw01839135
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
