sn-infographic
Generates professional infographics with tailored layouts and styles, providing publication-ready visuals based on user prompts.
Install this skill
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
Template literal with variable interpolation in command context
| 133 | | `TEMP_DIR` | Step 0 (`/tmp/openclaw/sn-infographic/${TASK_ID}`) | scratch dir for all intermediate artifacts | |
Template literal with variable interpolation in command context
| 138 | | `ROUND` | Step 3 loop counter (`for ROUND in $(seq 1 "$MAX_ROUNDS")`) | per-round file naming (`round_${ROUND}.png`) | |
Template literal with variable interpolation in command context
| 148 | ```bash |
Template literal with variable interpolation in command context
| 252 | ```bash |
Template literal with variable interpolation in command context
| 295 | ```bash |
Template literal with variable interpolation in command context
| 338 | Execute 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 |
Template literal with variable interpolation in command context
| 349 | ```bash |
Template literal with variable interpolation in command context
| 363 | ```bash |
Access to hidden dotfiles in home directory
| 130 | | `SKILL_DIR` | Agent runtime resolves the current skill's install path (e.g. `~/.openclaw/skills/sn-infographic`, `~/.hermes/skills/sn-infographic`) | reads `references/*` | |