TypeScript Coder

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only TypeScript helper whose setup and project-editing commands are expected for its purpose, but users should review any package or config changes before applying them.

This skill appears safe and coherent for TypeScript help. Before installing dependencies or applying suggested file edits, make sure the commands are run in the correct project and review the resulting diffs.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Running the suggested install commands may add or update development dependencies in the user's project.

Why it was flagged

The skill recommends installing npm packages as part of TypeScript setup. This is expected for the skill, but it downloads dependencies and can modify package metadata or lockfiles.

Skill content
npm install --save-dev typescript
Recommendation

Run package installation only in the intended project and review package.json and lockfile changes before committing them.

What this means

The skill may propose changes that affect project builds, checks, or development workflow.

Why it was flagged

The workflow includes editing project configuration and scripts. This is normal for TypeScript migration, but build scripts affect how project commands run.

Skill content
Add build script to `package.json`
Recommendation

Review generated tsconfig.json and package.json script changes to ensure they match the project's intended build process.