AI AGENT ADDONS

Typescript Security Review

giuseppe-trisciuoglio/developer-kit
Security
1,195installs

This skill helps you check your TypeScript and Node.js code for security problems. It looks for common threats like XSS, injection, and CSRF. It also checks JWT and OAuth2 setups.

You can use it before deploying your app or after big changes. It follows the OWASP Top 10 guidelines. It is great for Express, NestJS, and Next.js projects.

The review finds issues and rates them by severity. It also checks for CVEs in dependencies and exposed secrets. Then it gives examples of how to fix each problem.

Add Typescript Security Review skill to your workflow

Global

mkdir -p ~/.claude/skills/typescript-security-review

Project

mkdir -p .claude/skills/typescript-security-review

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago