SKILLEMALL.ai

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.

LeoYeAI/openclaw-master-skills Agent Skills author: LeoYeAI MIT 64 files body ≈ 5 699 tokens Open the sourcegithub.com analyzed 20 h ago

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

ProcedureSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
B
78/100
safety, quality, tests
Safety 60%
78
Quality 40%
78
Run on models
none yet
Process rating
C
59/100
Has gaps
Result and completion w 14
0
Progress reporting w 2
0
Running it twice w 4
30
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

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.

For the author

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

  1. The SKILL.md body is over 5,000 tokens: move reference detail into references/ and load it when needed.
For the model run — optional
  • 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-host scripts/bun-workflow.md:14
    Pipe-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-host scripts/bun-workflow.md:530
    Pipe-to-shell installer from a well-known host (still executes remote code)
    curl -fsSL https://bun.sh/install | bash
  • low Exfiltration read-dotenv assets/typescript-algolia.md:521
    Reads a .env file
    cp .env.example .env
  • low Secrets in code secret-high-entropy-token assets/typescript-angular-basic.md:163
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    "enab…mat": false,
    quoted
  • low Exfiltration read-dotenv assets/typescript-ego.md:394
    Reads a .env file
    cp .env.example .env
  • low Exfiltration read-dotenv assets/typescript-express-no-stress.md:558
    Reads a .env file
    # 4. Copy .env.example to .env and configure
  • low Exfiltration read-dotenv assets/typescript-express-no-stress.md:559
    Reads a .env file
    cp .env .env.local
  • low Exfiltration read-dotenv assets/typescript-nestjs-boilerplate.md:460
    Reads a .env file
    cp .env.example .env
  • low Secrets in code secret-high-entropy-token assets/typescript-ngx-rocket.md:160
    High-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-host assets/typescript-project-template-modern.md:538
    Pipe-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-dotenv assets/typescript-rznode.md:575
    Reads a .env file
    cp .env.example .env
  • low Exfiltration read-dotenv assets/typescript-xes-bdf.md:428
    Reads a .env file
    cp .env.example .env
  • low Dangerous commands cmd-pipe-to-shell-known-host scripts/bun-workflow.js:195
    Pipe-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-host scripts/bun-workflow.js:264
    Pipe-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-long SKILL.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.