skip-skill-listing-in-test-environment-860609 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skip-skill-listing-in-test-environment-860609 (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: command-surfaces Trigger: Apply when tests exercise attachment-building code paths but do not need discoverability payloads such as skill listings. Source Pattern: Distilled from reviewed command-surface and listing-control patterns.
Treat test runs as a separate operating mode where non-essential discoverability output should be silent by default. Check the environment before computing any listing state, and return an empty result immediately when the process is running under tests. This keeps tests focused on actionable behavior, avoids large incidental payloads in assertions and fixtures, and prevents test outcomes from drifting because of unrelated skill-registry changes.
NODE_ENV === 'test' over indirect heuristics.If a chat runtime test exercises the attachment pipeline to validate message ordering, skip the skill-listing attachment entirely when NODE_ENV is test. The test still covers the real behavior under examination without needing to account for a changing skill registry or extra discoverability tokens.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.