Skip to main content

qa

Systematically tests web applications to identify bugs and ensure quality, producing structured reports with evidence.

Install this skill

or
16/100

Security score

The qa 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 131

Piping content to bash shell

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

Curl to non-GitHub URL

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

Fetch to external URL

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
28mkdir -p ~/.gstack/sessions
low line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29touch ~/.gstack/sessions/"$PPID"
low line 30

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
35If 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 56

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

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

Access to hidden dotfiles in home directory

SourceSKILL.md
556mkdir -p ~/.gstack/projects/$SLUG
medium line 558

Access to hidden dotfiles in home directory

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
182$B goto http://localhost:8080 2>/dev/null && echo "Found app on :8080"
Scanned on Mar 17, 2026
View Security Dashboard
Installation guide →