rtk-token-killer-0ceec0 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited rtk-token-killer-0ceec0 (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.
A single Rust binary that filters and summarises command output before it hits the LLM context. ~80% fewer tokens on common dev commands, <10ms overhead, 100+ commands. Apache-2.0. Directly serves token-reduction doctrine.
brew install rtk # macOS
curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh # Linux/macOS -> ~/.local/bin
rtk --versionrtk ls rtk tree rtk read <file> # token-optimized read/list
rtk git status rtk git diff rtk git log # compact git
rtk grep <pat> rtk find -name x rtk diff a b # condensed search/diff
rtk test rtk err <cmd> # tests: only failures; cmd: only errors/warnings
rtk gh ... rtk docker ... rtk psql ... # compact gh/docker/db
rtk json <file> rtk env rtk deps # compact json/env/depsrtk smart gives a 2-line technical summary of output.
rtk init -g # installs a global hook so common commands route through rtk automaticallyWithout the hook, just prefix manually with rtk.
Tested on macOS (rtk 0.42.4): rtk git status, rtk ls return compact output correctly.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.