Skip to main content

skill2sth

Enables users to automate complex tasks by decomposing them into steps and finding matching Skills from marketplaces.

Install this skill

or
91/100

Security score

The skill2sth skill was audited on Apr 10, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 140

Access to home directory dotfiles

SourceSKILL.md
138## Script Invocation
139
140This Skill comes with executable scripts located at `scripts/run.py` (relative to `~/.workbuddy/skills/skill2sth/`).
141
142```bash
low line 144

Access to home directory dotfiles

SourceSKILL.md
142```bash
143# Full workflow (decompose + search + output plan)
144python3 ~/.workbuddy/skills/skill2sth/scripts/run.py run "<task description>"
145
146# Decompose only
low line 147

Access to home directory dotfiles

SourceSKILL.md
145
146# Decompose only
147python3 ~/.workbuddy/skills/skill2sth/scripts/run.py decompose "<task description>"
148
149# Search only
low line 150

Access to home directory dotfiles

SourceSKILL.md
148
149# Search only
150python3 ~/.workbuddy/skills/skill2sth/scripts/run.py search "<keywords>"
151
152# JSON output (convenient for programmatic processing)
low line 153

Access to home directory dotfiles

SourceSKILL.md
151
152# JSON output (convenient for programmatic processing)
153python3 ~/.workbuddy/skills/skill2sth/scripts/run.py run "<task description>" --json
154```
155
Scanned on Apr 10, 2026
View Security Dashboard
Installation guide →