agent security agents

51 tagged agent security, measured the same way as everything else here.

Browse within: devsecops 16agent-tools 10AI Safety 7anchor 6api-integration 6authorization 6golang 6knowledge-graph 6oauth2 6sarif 6scanner 6supply-chain-security 6vulnerability 6zero-trust 6

build_preview

01

Tencent/AI-Infra-Guard

Agent

An automation procedure for deploying a Model Context Protocol (MCP) program from source code. MCP is a standard way for an AI client to connect to tools or data services.

6.1k 4d ago A 0 tokens original Apache-2.0

code_audit

02

Tencent/AI-Infra-Guard

Agent

A static security-audit agent for MCP projects. Static analysis examines source code without running it, focusing on vulnerabilities that could be reached through network inputs.

6.1k 4d ago A 0 tokens original Apache-2.0

vuln_review

03

Tencent/AI-Infra-Guard

Agent

A security-review agent that checks vulnerability reports for real, reproducible threats and filters out false positives. A false positive is an alleged problem that is not actually exploitable or harmful in the stated environment.

6.1k 4d ago A 0 tokens original Apache-2.0

BUILD_WORKER

04

Nasiko-Labs/nasiko

Agent

Agent "BUILD_WORKER" from Nasiko-Labs/nasiko, covering build worker, why a job queue?, database schema, job payload variants and lifecycle overview.

5.7k 5d ago A 0 tokens

cursor

06

pegasi-ai/reins

Agent

Cursor is an AI-powered code editor. ToolShield injects safety guidelines into Cursor's global user rules stored in its internal SQLite database.

408 3mo ago A 0 tokens original Apache-2.0

openclaw

07

pegasi-ai/reins

Agent

OpenClaw is an open-source AI coding agent. ToolShield injects safety guidelines into its workspace instruction file.

408 3mo ago A 0 tokens original Apache-2.0

openhands

08

pegasi-ai/reins

Agent

OpenHands is an open-source AI-driven development platform. ToolShield injects safety guidelines as a microagent that is always loaded into the agent's system prompt.

408 3mo ago A 0 tokens original Apache-2.0

Garudex-Labs/caracal

Agent Claude Code

Invoke ONLY when explicitly asked for an outside-in usability and adoption assessment of Caracal from a real external engineer's perspective. This agent evaluates: Console UX, SDK ergonomics, CLI experience, documentation clarity, deployment workflows, provider/gateway setup, policy model, app/resource modeling…

205 yesterday A 153 tokens original Apache-2.0

Garudex-Labs/caracal

Agent Claude Code

Invoke ONLY when explicitly asked for a production-readiness audit or hardening of the Caracal OSS platform: reliability, stability, recoverability, scalability, observability, performance, operational simplicity, deployment, upgrade safety, and maintainability. Finds production gaps, explains root causes, designs…

205 yesterday A 125 tokens original Apache-2.0

release-manager

11

Garudex-Labs/caracal

Agent Claude Code

Use this agent when you need to prepare, validate, and publish a production release for a software project. This agent is designed for release engineering tasks including: preparing a new version release (e.g., 'Cut release v0.2.0 or v0.2.0-rc.1'), validating release readiness across all dimensions (code, packages…

205 yesterday A 149 tokens original Apache-2.0

agents

12

Szesnasty/ai-protector

Agent

Folder: 01-agents-pre-tool-enforcement/ | Commit: c99c3be.

42 1mo ago A 0 tokens original Apache-2.0

researcher

13

trustabl/trustabl

Agent Claude Code

Reads files and grep'd content, no writes.

42 5d ago A 13 tokens original Apache-2.0

inbox-searcher

14

trustabl/trustabl

Agent Claude Code

Email inbox search specialist, takes in appropriate context for the email and a goal of what to search for. Return the answer to the question.

42 5d ago A 33 tokens original Apache-2.0

det

15

trustabl/trustabl

Agent Claude Code

Deterministic-fixture subagent.

42 5d ago A 10 tokens original Apache-2.0

SCHEMAS

16

OpenLatch/saferskills

Agent

Pinned known-good config shapes the 8 writers target, with the official source + retrieval date. The MEDIUM/LOW (volatile) surfaces carry a live-verification gate: their checkbox stays ☐ until a maintainer installs the entry against a real running agent and confirms it loads, then ticks it here. A surface that cannot…

7 3d ago B 0 tokens original Apache-2.0

Diplomat Reviewer

17

Diplomat-ai/diplomat-agent

Agent

Reviews Python code for unguarded AI agent tool calls — database writes, API calls, payments, emails, shell commands — that have no validation, rate limiting, or confirmation. Use this when reviewing agent code, after accepting Copilot suggestions, or before committing changes.

7 2mo ago A 58 tokens original Apache-2.0

NOTICE

18

GeckoVision/gecko-surf

Agent Claude Code

defi-engineer.md, solana-architect.md, and solana-qa-engineer.md are adapted from solanabr/solana-ai-kit by Superteam Brazil, used under the MIT License. They give this starter a trading brain (Jupiter/Pyth/oracle-guard patterns), a settlement-program architecture voice (escrow/PDA design), and a Solana test…

6 yesterday A 0 tokens original Apache-2.0

GeckoVision/gecko-surf

Agent

API-provider onboarding specialist. Takes a provider's API (an OpenAPI URL, a docs page, or a pasted spec) and makes its FULL surface agent-ready — comprehend it with gecko into first-call-correct tools, emit the agent-native breadcrumbs (llms.txt / x-gecko / gecko.json), serve it over Streamable-HTTP MCP with a…

6 yesterday A 142 tokens original Apache-2.0

GeckoVision/gecko-surf

Agent

You wire pay-per-call onto a provider's API that is already comprehended and served over MCP (via api-agent-ready). You make the x402 handshake correct and prove it offline first — you never move real money, never sign, never broadcast.

6 yesterday A 133 tokens original Apache-2.0

memory

21

adeelahmad/agentrc

Agent

Cross-sprint learning, curated at each retrospective. Entries are advisory and never relax an invariant. First agentic-agile session in this repo (Sprint 1); seeded from the 2026-07-02/03 docs+examples+spec audit that produced this work order.

4 1mo ago A 0 tokens original Apache-2.0

architect

22

tiagosilva07/zyrax-guard

Agent Claude Code

Use PROACTIVELY when starting a new feature, service, or MVP, or when a design decision needs to be made before code is written. Designs system architecture, data flow, API contracts, database schema, and a minimal-but-scalable implementation plan. Invoke for "design", "architecture", "how should we structure", "new…

2 20d ago A 85 tokens original MIT

debugger

23

tiagosilva07/zyrax-guard

Agent Claude Code

Use when something is broken, failing, flaky, or behaving unexpectedly, and the cause isn't obvious. Reproduces the issue, traces the real root cause, explains why it fails, surfaces hidden edge cases, and proposes the most robust fix. Invoke for "bug", "error", "crash", "failing test", "works locally but not in…

2 20d ago A 92 tokens original MIT

devops

24

tiagosilva07/zyrax-guard

Agent Claude Code

Use to prepare an app for production deployment or improve its operational setup. Designs deployment architecture, CI/CD pipelines, containerization, monitoring and logging, and reliability/scaling. Invoke for "deploy", "CI/CD", "Docker", "Kubernetes", "pipeline", "monitoring", "logging", "infrastructure", "uptime"…

2 20d ago A 76 tokens original MIT