torque:status — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited torque:status (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Show the developer a unified view of their project state. No database — read files and git only.
# Check which system is active
ls -d .planning/ 2>/dev/null && echo "GSD_PROJECT=true" || echo "GSD_PROJECT=false"
ls -d docs/plans/ 2>/dev/null && echo "SP_PROJECT=true" || echo "SP_PROJECT=false".planning/ exists)Read these files in order (skip any that don't exist):
.planning/phases/N/ for the current phase:CONTEXT.md — what this phase is aboutPLAN.md or PLAN-*.md — execution plans and their statusSUMMARY.md files — completed plan summariesVERIFICATION.md — verification results if phase is in verify stageHANDOFF.md — if work was paused mid-phasedocs/plans/ exists, no .planning/)docs/plans/*.md files[x] vs unchecked [ ])git branch --show-current
git log --oneline -5
git status --shortFlag if BOTH .planning/ AND docs/plans/ exist — this is a misconfiguration. See references/conflict-resolution.md.
Print a structured summary:
## Project Status
**Type**: GSD project | SP standalone | No workflow detected
**Branch**: feature/xyz
**Phase**: 3 of 7 — "Authentication system"
**Phase status**: executing (2/4 plans complete)
**Blockers**: None | [list blockers]
**Last activity**: 2h ago — "add jwt middleware"
### Active Plans
- [x] PLAN-01: Database schema (complete)
- [x] PLAN-02: Auth service (complete)
- [ ] PLAN-03: JWT middleware (in progress)
- [ ] PLAN-04: Route guards (pending)
### Suggested Next Action
→ Continue executing PLAN-03, or run `/gsd:resume-work` if context was lostIf no workflow is detected:
## Project Status
**Type**: No workflow detected
**Branch**: main
### Getting Started
- New project? → `/gsd:new-project`
- Existing codebase? → `/gsd:map-codebase`
- Quick standalone work? → Just start with `brainstorming`~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.