Arcjet avatar

Arcjet

Official

@arcjet

0Followers
|
55Public Repos
|
11Published Skills

The AI agent runtime security platform

Skills Distribution
DomainCybersecurit...Application & API .. (40%)AI Agent Runtime P.. (35%)Rate Limiting & Ab.. (15%)PII Detection & Co.. (10%)

Agent Skills by Arcjet

Showing 11 vetted skills indexed across 1 GitHub repositories.

arcjetarcjet
1

integrate-arcjet-guard-strands-agents-py

Integrate Arcjet Guard security rules into Python Strands Agents tools and hooks.

Official
Advanced
arcjetarcjet
1

integrate-arcjet-guard-claude-managed-agents-py

Integrates Arcjet Guard into Python Claude Managed Agents to screen inbound messages and gate custom tools.

Official
Advanced
arcjetarcjet
1

integrate-arcjet-guard-claude-agent-sdk-py

Integrates Arcjet Guard security controls into Python Claude Agent SDK tools and hooks.

Official
Advanced
arcjetarcjet
1

add-ai-protection

Redirects users to the unified arcjet skill for AI endpoint security protection.

Official
Basic
arcjetarcjet
1

add-guard-protection

Redirects users to the unified arcjet skill for Guard protection of non-HTTP code paths.

Official
Basic
arcjetarcjet
1

arcjet

Add Arcjet security protection to HTTP routes, agent tool calls, and background jobs.

Official
Advanced
arcjetarcjet
1

integrate-arcjet-guard-crewai

Integrate Arcjet Guard security policies into CrewAI tool execution and inbound message screening.

Official
Advanced
arcjetarcjet
1

integrate-arcjet-guard-openai-agents-py

Integrate Arcjet Guard security rules into Python OpenAI Agents function tools.

Official
Intermediate
arcjetarcjet
1

protect-route

Redirects users to the unified arcjet skill for route security protection.

Official
Basic
arcjetarcjet
1

add-request-protection

Adds Arcjet rate limiting, bot detection, and email validation to server-side routes.

Official
Basic
arcjetarcjet
1

integrate-arcjet-guard-langchain-py

Integrate Arcjet Guard security policies into Python LangChain tools and agents.

Official
Advanced

Frequently Asked Questions About Arcjet

FAQPage Schema
What tasks can I secure using Arcjet's skills?▼

Arcjet skills add rate limiting, bot detection, email validation, prompt injection detection, PII blocking (including Rampart NER), content moderation, and token budget limits to HTTP routes, AI agent tool calls, MCP servers, background jobs, and queue workers.

Which frameworks and agent libraries does Arcjet Guard support?▼

Python integrations cover LangChain, CrewAI, OpenAI Agents, Strands Agents, Claude Agent SDK, and Claude Managed Agents. JavaScript adapters cover Vercel AI SDK, Mastra, LangGraph, Genkit, Google ADK, and others. Core protection also works in Go.

How do I install Arcjet Guard for Python agent frameworks?▼

Install via PyPI arcjet 1.0.0 with framework extras such as arcjet[langchain] or arcjet[openai-agents]. Python >= 3.10 is required. Some integrations, like Strands Agents, currently require pinning arcjet to a specific git SHA until published.

Is Arcjet open source and what license applies?▼

All listed Arcjet skills are released under the Apache-2.0 license. The skills are authored by Arcjet and distributed through the skill registry, with the core arcjet package available on PyPI as version 1.0.0.

What prerequisites are needed for the CrewAI integration?▼

The CrewAI integration requires Python >= 3.10, official crewai >= 1.15.3 and < 2 installed by the user, PyPI arcjet 1.0.0, and a blocking Guard client via launch_arcjet_sync. There is no arcjet[crewai] extra.