budget-aware-skill-listing-formatting-0ab0c5 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited budget-aware-skill-listing-formatting-0ab0c5 (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.
Domain: skill-listing Trigger: Apply when a skill or command listing must fit the active model's real context budget instead of assuming a fixed token allowance. Source Pattern: Distilled from reviewed command-surface, skill-discovery, and CLI capability implementations.
Compute the formatting budget from the actual runtime model configuration rather than hard-coding a static limit. Ask the model/runtime layer for the current context window, including any beta-specific adjustments, then pass the candidate skill set through a formatter that trims or structures the listing to stay within that budget. This keeps the attachment aligned with whichever model is active and prevents a large registry from overflowing the prompt just because the runtime changed.
If a coding agent can run under different model sizes, first resolve that session's context window from the selected model and beta flags, then format the newly available slash commands so the attachment fits inside that window. A smaller model gets a tighter listing automatically without maintaining a second code path.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.