Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/thesmokedev/taskchad-os/validategit clone --depth 1 https://github.com/TheSmokeDev/taskchad-osWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/thesmokedev/taskchad-os/validate)<a href="https://agentmods.dev/commands/thesmokedev/taskchad-os/validate"><img src="https://agentmods.dev/badge/commands/thesmokedev/taskchad-os/validate.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00435 |
| Opus 5 | $0.00000 | $0.00217 |
| Sonnet 5 | $0.00000 | $0.00087 |
| Haiku 4.5 | $0.00000 | $0.00044 |
Grade C, and why
validate scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -s http://localhost:8123/ | python3 -m json.tool Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://localhost:8123/ | python3 -m json.tool What it actually says
Run comprehensive validation of the project to ensure all tests, type checks, linting, and deployments are working correctly.
Execute the following commands in sequence and report results:
1. Test Suite
uv run pytest -v
Expected: All tests pass (currently 34 tests), execution time < 1 second
2. Type Checking
uv run mypy app/
Expected: "Success: no issues found in X source files"
uv run pyright app/
Expected: "0 errors, 0 warnings, 0 informations"
3. Linting
uv run ruff check .
Expected: "All checks passed!"
4. Local Server Validation
Start the server in background:
uv run uvicorn app.main:app --host 0.0.0.0 --port 8123 &
Wait 3 seconds for startup, then test endpoints:
curl -s http://localhost:8123/ | python3 -m json.tool
Expected: JSON response with app name, version, and docs link
curl -s -o /dev/null -w "HTTP Status: %{http_code}\n" http://localhost:8123/docs
Expected: HTTP Status: 200
curl -s -i http://localhost:8123/ | head -10
Expected: Headers include x-request-id and status 200
Stop the server:
lsof -ti:8123 | xargs kill -9 2>/dev/null || true
6. Summary Report
After all validations complete, provide a summary report with:
- Total tests passed/failed
- Type checking status (mypy + pyright)
- Linting status
- Local server status
- Any errors or warnings encountered
- Overall health assessment (PASS/FAIL)
Format the report clearly with sections and status indicators (✅/❌)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 80 lines · 0 tokens per session scan C 402146b97322
validate is a command published in the GitHub repository TheSmokeDev/taskchad-os (23 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 435 tokens. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
tokenless-stats
Show Tokenless compression statistics.
evolve-lite-subscribe
Add a shared guidelines repo (read-scope subscription or write-scope publish target) to the unified repos list.
graphify
Turn your vault into a clustered knowledge graph with HTML and JSON outputs.
scorecard
Run a repeatable weekly health check. Score Brain OS out of 100. Compare week-over-week.
value-propositions
Complete reference for managing the project's value propositions.
tour
Tour this project's memory — what's captured, where it lives, how to recall it (core-memory-kit).