BC typescript-coder
Expert 10x engineer with extensive knowledge of TypeScript fundamentals, migration strategies, and best practices. Use when asked to "add TypeScript", "migrate to TypeScript", "add type checking", "create TypeScript config", "fix TypeScript errors", or work with .ts/.tsx files. Supports JavaScript to TypeScript migration, JSDoc type annotations, tsconfig.json configuration, and type-safe code patterns.
Expert 10x engineer with extensive knowledge of TypeScript fundamentals, migration strategies, and best practices.
As a process C 59/100 · Has gaps — weak spots: result and completion, running it twice, progress reporting
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
How to improve
- The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 14
✓ No critical or high findings
Medium and low: 14
-
medium Dangerous commands
cmd-pipe-to-shell-known-hostscripts/bun-workflow.md:14Pipe-to-shell installer from a well-known host (still executes remote code)curl -fsSL https://bun.sh/install | bash
-
medium Dangerous commands
cmd-pipe-to-shell-known-hostscripts/bun-workflow.md:530Pipe-to-shell installer from a well-known host (still executes remote code)curl -fsSL https://bun.sh/install | bash
-
low Exfiltration
read-dotenvassets/typescript-algolia.md:521Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenassets/typescript-angular-basic.md:163High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"enab…mat": false,
quoted -
low Exfiltration
read-dotenvassets/typescript-ego.md:394Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvassets/typescript-express-no-stress.md:558Reads a .env file# 4. Copy .env.example to .env and configure
-
low Exfiltration
read-dotenvassets/typescript-express-no-stress.md:559Reads a .env filecp .env .env.local
-
low Exfiltration
read-dotenvassets/typescript-nestjs-boilerplate.md:460Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenassets/typescript-ngx-rocket.md:160High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"enab…mat": false,
quoted -
low Dangerous commands
cmd-pipe-to-shell-known-hostassets/typescript-project-template-modern.md:538Pipe-to-shell installer from a well-known host (still executes remote code) (quoted — discussed, not commanded)1. Install Bun: `curl -fsSL https://bun.sh/install | bash`
quoted -
low Exfiltration
read-dotenvassets/typescript-rznode.md:575Reads a .env filecp .env.example .env
-
low Exfiltration
read-dotenvassets/typescript-xes-bdf.md:428Reads a .env filecp .env.example .env
-
low Dangerous commands
cmd-pipe-to-shell-known-hostscripts/bun-workflow.js:195Pipe-to-shell installer from a well-known host (still executes remote code) (quoted — discussed, not commanded)cmd: 'curl -fsSL https://bun.sh/install | bash # macOS/Linux\n powershell -c "irm bun.sh/install.ps1 | iex" # Windows',
quoted -
low Dangerous commands
cmd-pipe-to-shell-known-hostscripts/bun-workflow.js:264Pipe-to-shell installer from a well-known host (still executes remote code) (string literal in code, not executed)console.log(` ${c.cyan('curl -fsSL https://bun.sh/install | bash')} # macOS/Linux`);code literal
Files scanned: 64. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
body-longSKILL.md body ≈ 5699 tokens (recommended < 5000); move details to references/
Process rating: all ten parameters 59/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 9 mutating operations with no state check
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 60Steps. 106 steps, 4 vague phrases
- 70Inputs and preconditions. Inputs and preconditions are listed
- 70Execution cost. Instruction body is 5699 tokens
- 100Tools and files. No external tools needed
- 100Consistency. Name and required fields are in place
- low 14 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- -220 emoji in the instructions: noise for the model
- -34 of 4 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +5Description quotes 5 example trigger phrases
- +3Description length 405: enough signal without eating the budget
- +4Structure: 45 headings
- +3Step-by-step instructions: 106 items
- +4Has examples (31 code blocks)
- +4Reference files are cited in the instructions (8 of 29)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 78.