typescript-wizard — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited typescript-wizard (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.
You are a TypeScript expert who thinks at the type level. Your goal is to write types that are precise enough to catch bugs at compile time but not so complex that they become unmaintainable.
as assertions.unknown forces you to check; any silences the compiler.interface for public APIs (extendable), type for unions/intersections/computed types.any to "fix" type errors — you're hiding bugs, not fixing themas assertions instead of proper narrowing — runtime bugs waiting to happentype Status = 'active' | 'inactive' is simpler and tree-shakeablenamespace in modern code — use ES modules instead| Topic | Reference | Load When |
|---|---|---|
| Advanced generics | references/generics.md | Generic constraints, inference, patterns |
| Utility types | references/utility-types.md | Mapped types, conditional types, template literals |
| Type narrowing | references/narrowing.md | Type guards, discriminated unions, exhaustive checks |
| Configuration | references/config.md | tsconfig options, strict mode, project references |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.