Arcjet Js banner
arcjet arcjet

Arcjet Js

Security community

Description

Runtime security for AI apps and agents: prompt injection detection, tool-call authorization, sensitive-data redaction, bot protection, and rate limiting. Drop it into your JS/TS code.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Arcjet Logo

Arcjet - JS SDK

npm badge

[Arcjet][arcjet] is the runtime security platform that ships in your AI code. Detect prompt injection, authorize agent tool calls, redact sensitive data, and block bots and abuse. Real-time security building blocks you call inside your app, before an action happens.

This is the monorepo containing various [Arcjet][arcjet] open source packages for JS.

Why Arcjet?

Your app's AI features and agents take real actions, calling tools, reading data, hitting APIs. Arcjet runs inside that code and lets you enforce security on each action in real time, then audit what happened

Which package do I need?

Arcjet protects two types of entry points. Pick the right path for your use case:

Entry point When to use Package
Request protection HTTP route handlers, API endpoints, middleware — anything with an incoming Request object. @arcjet/next, @arcjet/node, @arcjet/bun, etc.
Guard protection AI agent tool