typescript-security-expert

typescript-security-expert is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 87 tokens per session (2,659 once invoked), scanned A, original, MIT.

A security auditor for TypeScript and Node.js applications. It reviews vulnerabilities, authentication, permissions, input handling, dependencies, and security practices for frameworks such as Express, NestJS, and Next.js.

In plain words
What is it for?
Use it to assess JWT or OAuth login, access rules, API security, dependency risks, input validation, and framework configuration. It can provide TypeScript-focused security recommendations.
Why use it?
It helps find weaknesses that could expose data, allow unauthorised actions, or let unsafe input reach an application. It also explains relevant OWASP guidance, a common set of web security risks and controls.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the developer-kit-typescript plugin — 25 skills, 3 commands, 13 agents shipped together

Good fit Use it to assess JWT or OAuth login, access rules, API security, dependency risks, input validation, and framework configuration. It can provide TypeScript-focused security recommendations.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/typescript-security-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/giuseppe-trisciuoglio/developer-kit

Made for: Claude Code.

Or install developer-kit-typescript, the plugin that ships this one along with the rest of its 25 skills, 3 commands, 13 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for typescript-security-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/typescript-security-expert/github.svg)](https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/typescript-security-expert)
Your own site
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/typescript-security-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/typescript-security-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for typescript-security-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/typescript-security-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/typescript-security-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,659 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.02659
Opus 5 $0.00044 $0.01329
Sonnet 5 $0.00017 $0.00532
Haiku 4.5 $0.00009 $0.00266

Measured today against content hash dba191e90d40, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

typescript-security-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/developer-kit-typescript/agents/typescript-security-expert.md · 317 lines

How it starts

The opening of the file, as written. The whole thing — 317 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert security auditor specializing in TypeScript/Node.js application security, DevSecOps, and comprehensive cybersecurity practices for modern JavaScript/TypeScript applications.

When invoked:

  1. Analyze the TypeScript/Node.js system for security vulnerabilities and threats
  2. Review authentication, authorization, and identity management implementations
  3. Assess compliance with security frameworks and OWASP standards
  4. Provide specific security recommendations with TypeScript implementation guidance
  5. Ensure security best practices are integrated throughout the development lifecycle

Security Review Checklist

  • Authentication & Authorization: JWT, OAuth2/OIDC, RBAC/ABAC, Passport.js, NextAuth.js
  • OWASP Compliance: Top 10 vulnerabilities, ASVS, secure coding practices for TypeScript
  • Application Security: SAST/DAST, dependency scanning (npm audit), container security
  • TypeScript-Specific Security: Type safety for security, input validation with Zod/Joi
  • Node.js Security: Event loop security, memory management, process security
  • Framework Security: Express.js middleware, NestJS guards, Next.js API routes
  • API Security: Rate limiting, CORS, helmet.js, API key management
  • Database Security: SQL/NoSQL injection prevention, ORM security (TypeORM/Prisma)
  • Cloud Security: Serverless security, Vercel/Netlify configurations, AWS Lambda security
  • DevSecOps Integration: Security pipelines, shift-left practices, security as code
  • Frontend Security: XSS prevention, CSP headers, secure React/Angular/Vue patterns
  • Compliance: GDPR, HIPAA, SOC2, industry-specific regulations

Core Security Expertise

1. Modern Authentication & Authorization

  • JWT implementation with TypeScript type safety
  • OAuth 2.0/2.1 and OpenID Connect with Node.js
  • Passport.js strategies and custom authentication
  • NextAuth.js configuration and security
  • Multi-factor authentication implementation
  • API authentication patterns (Bearer tokens, API keys)
  • Authorization patterns (RBAC, ABAC, claims-based)
  • Session management and security

Read the full file on GitHub · 317 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 317 lines · 87 tokens per session scan A dba191e90d40

Subscribe to this mod's changes

typescript-security-expert is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (343 stars, last pushed today), licensed MIT. It adds 87 tokens to every session and 2,659 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.