Skip to main content

sn-infographic

Generates professional infographics with tailored layouts and styles, providing publication-ready visuals based on user prompts.

Install this skill

or
25/100

Security score

The sn-infographic skill was audited on May 27, 2026 and we found 9 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 133

Template literal with variable interpolation in command context

SourceSKILL.md
133| `TEMP_DIR` | Step 0 (`/tmp/openclaw/sn-infographic/${TASK_ID}`) | scratch dir for all intermediate artifacts |
high line 138

Template literal with variable interpolation in command context

SourceSKILL.md
138| `ROUND` | Step 3 loop counter (`for ROUND in $(seq 1 "$MAX_ROUNDS")`) | per-round file naming (`round_${ROUND}.png`) |
medium line 148

Template literal with variable interpolation in command context

SourceSKILL.md
148```bash
medium line 252

Template literal with variable interpolation in command context

SourceSKILL.md
252```bash
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295```bash
high line 338

Template literal with variable interpolation in command context

SourceSKILL.md
338Execute round `ROUND` from `1` to `max_rounds` sequentially. Inside each iteration set the shell variable `ROUND` to the current round number, and use `${ROUND}` in every path so successive rounds do
medium line 349

Template literal with variable interpolation in command context

SourceSKILL.md
349```bash
medium line 363

Template literal with variable interpolation in command context

SourceSKILL.md
363```bash
medium line 130

Access to hidden dotfiles in home directory

SourceSKILL.md
130| `SKILL_DIR` | Agent runtime resolves the current skill's install path (e.g. `~/.openclaw/skills/sn-infographic`, `~/.hermes/skills/sn-infographic`) | reads `references/*` |
Scanned on May 27, 2026
View Security Dashboard
Installation guide →