standup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited standup (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.
Generate a paste-ready standup from your GitHub activity — no manual recall of what you shipped.
Core principle: Only "Done" can come from git, so that's all the script claims. It auto-fills Done from your PRs and leaves Today / Blockers as stubs for you to finish. Honest by construction.
The skill ships a script — run it and show the output. It takes no setup:
./standup.sh # since last working day (Mon reaches back to Fri)
./standup.sh --since 2026-06-09 # explicit start date
./standup.sh --no-reviews # drop the "Reviewed" section
./standup.sh --user somelogin # someone else's activity (default: @me)@me resolves to the active `gh` account — so run it on the account whose org work you want (e.g. switch with gh auth switch first if you have multiple).
**Standup — Thu 11 Jun** (since Wed 10 Jun)
**Done**
- ✅ Merged: owner/repo#5877 — chore(env): rename the connection URI
- 🚀 Opened: owner/repo#5881 — feat: verify JWT inbound and forward bearer
- 👀 Reviewed: owner/repo#5879 — feat: JWT verification in property service
**Today:**
**Blockers:** nonegh search prs org-wide (--author @me, --reviewed-by @me).isn't dropped. Override with --since YYYY-MM-DD.
a long-running PR you reviewed earlier can occasionally appear. Use --no-reviews if it's noisy.
stays pure gh/git and portable across every harness.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.