null-hardened-feature-overrides-32750a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited null-hardened-feature-overrides-32750a (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: remote-bridge Trigger: Apply when remote feature flags or runtime override maps can influence thresholds, but the flag service may return null or malformed values. Source Pattern: Distilled from reviewed remote override and transport-boundary patterns.
Treat remote override values as untrusted input rather than configuration you can index directly. Validate the flag payload type, require finite positive numbers, and fall back to the hardcoded default when the override is null, missing, non-object, or otherwise malformed. Preserve hard opt-outs, such as Infinity for tools that self-bound their output, before consulting the remote override layer.
NaN, and infinities.Infinity before consulting override maps so remote flags cannot re-enable disabled behavior.If a growth experiment can adjust persistence thresholds per tool, validate the experiment payload before using it; malformed data should simply leave getPersistenceThreshold and getPerMessageBudgetLimit on their safe defaults rather than crashing the result-storage path.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.