portable-skill-loader-progressive-disclosure-92a449 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited portable-skill-loader-progressive-disclosure-92a449 (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-loading Trigger: Use when an agent must scan thousands of skills but only load detailed prompts for the handful that are actually invoked. Source Pattern: Distilled from reviewed command-surface, skill-discovery, and CLI capability implementations.
Separate discovery from loading. During startup, scan only lightweight metadata such as the skill name, summary, trigger text, and file location to build a searchable index. Load the full instruction body only after the agent actually selects that skill, and cache the resolved metadata and file identities so repeated lookups stay cheap. Deduplicate by canonical path, and skip invalid or ignored skill directories without failing the whole scan.
When building a CLI skill browser for a large monorepo, index every skill folder using only summary metadata at startup, then load the full instructions only for the skills the user or model actually opens.
SKILL.md file during startup; that blocks discovery and may exceed token budgets.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.