You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@sentry/warden

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/warden

Event-driven agent that reacts to GitHub events and executes skills via Claude Code SDK

latest
Source
npmnpm
Version
0.20.0
Version published
Weekly downloads
366
39.16%
Maintainers
2
Weekly downloads
 
Created
Source

Warden

warden

Your code is under new management. Agents that review your code - locally or on every PR - using the Skills you already know and love.

Why Warden?

Skills, not prompts. Define analysis once, run it anywhere. Bootstrap your environment with skills from conventional directories (.agents/skills/ or .claude/skills/).

Two ways to run. CLI catches issues before you push. GitHub Action reviews every PR automatically.

GitHub-native. Findings appear as inline PR comments with suggested fixes.

Quick Start

# Initialize warden in your repository
npx warden init

# Run on uncommitted changes
# Uses Claude Code subscription if logged in, or set WARDEN_ANTHROPIC_API_KEY
npx warden

# Fix issues automatically
npx warden --fix

Read the full documentation →

Contributing

git clone git@github.com:getsentry/warden.git
cd warden
pnpm install && pnpm build
pnpm test              # unit tests
pnpm test:evals        # end-to-end evals (requires API key)

See evals/README.md for the eval framework.

License

FSL-1.1-ALv2

Keywords

github

FAQs

Package last updated on 10 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts