Arcjet Plugin
Description
This plugin makes your AI coding agent an Arcjet security expert.
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 Plugin for AI Coding Agents
[Arcjet](https://arcjet.com) 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.
The [Arcjet plugin](https://github.com/arcjet/arcjet-plugin) turns any supported AI coding agent into a security expert. It pre-loads agents with knowledge of the Arcjet security platform and automatically injects the right guidance based on what you're working on — framework-specific SDK patterns, protection rules, and best practices.
- MCP integration — connects to the Arcjet MCP Server for traffic analysis, request inspection, IP investigation, and remote rule management
- CLI integration — invokes the Arcjet CLI for authentication, site/key setup, live request streaming, and remote rule management
- Security-aware coding rules — framework-specific guidance activates automatically when you work in route handlers, API endpoints, and AI/LLM code
- Skills — task-oriented workflow sourced from arcjet/skills for adding protection to any code path (HTTP routes and non-HTTP code)
- Security analyst agent — investigates threats, analyzes traffic, and manages rules via MCP
Installation
Cursor and ChatGPT/Codex add **marketplaces** (a git repo that catalogs plugins), not a lone plugin URL. Use the marketplace commands below for those hosts. Other agents can still install the plugin from the repo root.
Cursor
Add this GitHub repository as a marketplace, then install the `arcjet` plugin:
- In Customize, paste
https://github.com/arcjet/arcjet-plugin - Or run:
agent plugin marketplace add https://github.com/arcjet/arcjet-plugin
ChatGPT / Codex
codex plugin marketplace add arcjet/arcjet-plugin
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,