qa-only
Conducts report-only QA testing, generating structured reports with health scores and bug reproduction steps without fixing issues.
Install this skill
Security score
The qa-only skill was audited on Jun 5, 2026 and we found 29 security issues across 4 threat categories, including 1 critical. Review the findings below before installing.
Categories Tested
Security Issues
Piping content to bash shell
| 192 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |
Curl to non-GitHub URL
| 192 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |
Fetch to external URL
| 234 | - API endpoints → test them directly with `$B js "await fetch('/api/...')"` |
Access to hidden dotfiles in home directory
| 22 | _UPD=$(~/.claude/skills/chief/bin/chief-update-check 2>/dev/null || .claude/skills/chief/bin/chief-update-check 2>/dev/null || true) |
Access to hidden dotfiles in home directory
| 24 | mkdir -p ~/.chief/sessions |
Access to hidden dotfiles in home directory
| 25 | touch ~/.chief/sessions/"$PPID" |
Access to hidden dotfiles in home directory
| 26 | _SESSIONS=$(find ~/.chief/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ') |
Access to hidden dotfiles in home directory
| 27 | find ~/.chief/sessions -mmin +120 -type f -delete 2>/dev/null || true |
Access to hidden dotfiles in home directory
| 28 | _CONTRIB=$(~/.claude/skills/chief/bin/chief-config get chief_contributor 2>/dev/null || true) |
Access to hidden dotfiles in home directory
| 29 | _PROACTIVE=$(~/.claude/skills/chief/bin/chief-config get proactive 2>/dev/null || echo "true") |
Access to hidden dotfiles in home directory
| 33 | _LAKE_SEEN=$([ -f ~/.chief/.completeness-intro-seen ] && echo "yes" || echo "no") |
Access to hidden dotfiles in home directory
| 35 | mkdir -p ~/.chief/analytics |
Access to hidden dotfiles in home directory
| 36 | echo '{"skill":"qa-only","ts":"'$(date -u +%Y-%m-%dT%H:%M:%SZ)'","repo":"'$(basename "$(git rev-parse --show-toplevel 2>/dev/null)" 2>/dev/null || echo "unknown")'"}' >> ~/.chief/analytics/skill-usag |
Access to hidden dotfiles in home directory
| 42 | If output shows `UPGRADE_AVAILABLE <old> <new>`: read `~/.claude/skills/chief/chief-upgrade/SKILL.md` and follow the "Inline upgrade flow" (auto-upgrade if configured, otherwise AskUserQuestion with 4 |
Access to hidden dotfiles in home directory
| 51 | touch ~/.chief/.completeness-intro-seen |
Access to hidden dotfiles in home directory
| 103 | **To file:** write `~/.chief/contributor-logs/{slug}.md` with **all sections below** (do not truncate — include every section through the Date/Version footer): |
Access to hidden dotfiles in home directory
| 181 | [ -z "$B" ] && B=~/.claude/skills/chief/browse/dist/browse |
Access to hidden dotfiles in home directory
| 207 | 1. **Project-scoped test plans:** Check `~/.chief/projects/` for recent `*-test-plan-*.md` files for this repo |
Access to hidden dotfiles in home directory
| 209 | source <(~/.claude/skills/chief/bin/chief-slug 2>/dev/null) |
Access to hidden dotfiles in home directory
| 210 | ls -t ~/.chief/projects/$SLUG/*-test-plan-*.md 2>/dev/null | head -1 |
Access to hidden dotfiles in home directory
| 505 | source <(~/.claude/skills/chief/bin/chief-slug 2>/dev/null) && mkdir -p ~/.chief/projects/$SLUG |
Access to hidden dotfiles in home directory
| 507 | Write to `~/.chief/projects/{slug}/{user}-{branch}-test-outcome-{datetime}.md` |
External URL reference
| 46 | thing when AI makes the marginal cost near-zero. Read more: https://garryslist.org/posts/boil-the-ocean" |
External URL reference
| 50 | open https://garryslist.org/posts/boil-the-ocean |
External URL reference
| 165 | | Target URL | (auto-detect or required) | `https://myapp.com`, `http://localhost:3000` | |
External URL reference
| 192 | 3. If `bun` is not installed: `curl -fsSL https://bun.sh/install | bash` |
External URL reference
| 241 | $B goto http://localhost:3000 2>/dev/null && echo "Found app on :3000" || \ |
External URL reference
| 242 | $B goto http://localhost:4000 2>/dev/null && echo "Found app on :4000" || \ |
External URL reference
| 243 | $B goto http://localhost:8080 2>/dev/null && echo "Found app on :8080" |