Skip to main content

qa-only

Conducts thorough QA testing on web applications, generating detailed reports without fixing any issues.

Install this skill

or
16/100

Security score

The qa-only skill was audited on Mar 17, 2026 and we found 22 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 112

Piping content to bash shell

SourceSKILL.md
1123. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
high line 112

Curl to non-GitHub URL

SourceSKILL.md
1123. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
medium line 154

Fetch to external URL

SourceSKILL.md
154- API endpoints → test them directly with `$B js "await fetch('/api/...')"`
low line 21

Access to hidden dotfiles in home directory

SourceSKILL.md
21_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
low line 23

Access to hidden dotfiles in home directory

SourceSKILL.md
23mkdir -p ~/.gstack/sessions
low line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24touch ~/.gstack/sessions/"$PPID"
low line 25

Access to hidden dotfiles in home directory

SourceSKILL.md
25_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
low line 26

Access to hidden dotfiles in home directory

SourceSKILL.md
26find ~/.gstack/sessions -mmin +120 -type f -delete 2>/dev/null || true
low line 27

Access to hidden dotfiles in home directory

SourceSKILL.md
27_CONTRIB=$(~/.claude/skills/gstack/bin/gstack-config get gstack_contributor 2>/dev/null || true)
medium line 30

Access to hidden dotfiles in home directory

SourceSKILL.md
30If output shows `UPGRADE_AVAILABLE <old> <new>`: read `~/.claude/skills/gstack/gstack-upgrade/SKILL.md` and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with
medium line 51

Access to hidden dotfiles in home directory

SourceSKILL.md
51**To file:** write `~/.gstack/contributor-logs/{slug}.md` with this structure:
medium line 71

Access to hidden dotfiles in home directory

SourceSKILL.md
71Then run: `mkdir -p ~/.gstack/contributor-logs && open ~/.gstack/contributor-logs/{slug}.md`
low line 101

Access to hidden dotfiles in home directory

SourceSKILL.md
101[ -z "$B" ] && B=~/.claude/skills/gstack/browse/dist/browse
medium line 127

Access to hidden dotfiles in home directory

SourceSKILL.md
1271. **Project-scoped test plans:** Check `~/.gstack/projects/` for recent `*-test-plan-*.md` files for this repo
low line 130

Access to hidden dotfiles in home directory

SourceSKILL.md
130ls -t ~/.gstack/projects/$SLUG/*-test-plan-*.md 2>/dev/null | head -1
low line 422

Access to hidden dotfiles in home directory

SourceSKILL.md
422mkdir -p ~/.gstack/projects/$SLUG
medium line 424

Access to hidden dotfiles in home directory

SourceSKILL.md
424Write to `~/.gstack/projects/{slug}/{user}-{branch}-test-outcome-{datetime}.md`
low line 85

External URL reference

SourceSKILL.md
85| Target URL | (auto-detect or required) | `https://myapp.com`, `http://localhost:3000` |
low line 112

External URL reference

SourceSKILL.md
1123. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash`
low line 159

External URL reference

SourceSKILL.md
159$B goto http://localhost:3000 2>/dev/null && echo "Found app on :3000" || \
low line 160

External URL reference

SourceSKILL.md
160$B goto http://localhost:4000 2>/dev/null && echo "Found app on :4000" || \
low line 161

External URL reference

SourceSKILL.md
161$B goto http://localhost:8080 2>/dev/null && echo "Found app on :8080"
Scanned on Mar 17, 2026
View Security Dashboard
Installation guide →
GitHub Stars 15.3K
Rate this skill
Categorydevelopment
UpdatedApril 10, 2026
garrytan/gstack