ai-safety-engineer

ai-safety-engineer is an agent for Claude Code from jassics/awesome-claude-security. It costs 70 tokens per session (591 once invoked), scanned A, original, GPL-3.0.

An AI safety engineering agent that turns safety assessments into working safeguards and ongoing processes.

In plain words
What is it for?
Setting up safety tests in CI/CD, integrating guardrails, monitoring model drift, preparing incident response, and maintaining safety cases.
Why use it?
It helps move from identifying risks to operating protections that can be tested, monitored, and improved over time.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter.

Part of the ai-safety-engineer plugin — 2 skills, 1 command, 1 agent shipped together

Good fit Setting up safety tests in CI/CD, integrating guardrails, monitoring model drift, preparing incident response, and maintaining safety cases.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jassics/awesome-claude-security/ai-safety-engineer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/jassics/awesome-claude-security

Made for: Claude Code.

Or install ai-safety-engineer, the plugin that ships this one along with the rest of its 2 skills, 1 command, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-safety-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jassics/awesome-claude-security/ai-safety-engineer/github.svg)](https://agentmods.dev/agents/jassics/awesome-claude-security/ai-safety-engineer)
Your own site
<a href="https://agentmods.dev/agents/jassics/awesome-claude-security/ai-safety-engineer"><img src="https://agentmods.dev/badge/agents/jassics/awesome-claude-security/ai-safety-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-safety-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/jassics/awesome-claude-security/ai-safety-engineer"><img src="https://agentmods.dev/badge/agents/jassics/awesome-claude-security/ai-safety-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 591 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.00591
Opus 5 $0.00035 $0.00296
Sonnet 5 $0.00014 $0.00118
Haiku 4.5 $0.00007 $0.00059

Measured 9d ago against content hash e4e56a0dd45f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ai-safety-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ai-safety-engineer/agents/ai-safety-engineer.md · 47 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 47 lines · 70 tokens per session scan A e4e56a0dd45f

Subscribe to this mod's changes

ai-safety-engineer is an agent published in the GitHub repository jassics/awesome-claude-security (6 stars, last pushed 1mo ago), licensed GPL-3.0. It adds 70 tokens to every session and 591 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

quality-fixer

Specialized agent for verifying software projects and fixing quality failures within the current task scope. Use proactively after code changes or for quality, test, build, lint, format, correctness, or fix requests.

shinpr/claude-code-workflows · 44 tokens

verification-runner

Run project-aware verification loop. Reads mix.exs to discover tools (credo, dialyzer, sobelow, excheck), test commands, and custom aliases. Use proactively after code changes.

oliver-kriska/claude-elixir-phoenix · 44 tokens

verify-app

Verification expert. Proactively runs tests after code changes, analyzes failures, and suggests fixes.

sd0xdev/sd0x-harness · 21 tokens

developer

Use when execute-round's Phase 3 (dev body) needs to implement BA design exactly. Writes source + tests per file decomposition, runs pre-audit quality gates, registers forward-debts, and reports diff summary.

Arch1eSUN/Arcgentic · 47 tokens

codebase-explorer

Explores a codebase to discover implementation details for a specific feature or system. Finds entry points, core logic, data models, configuration, tests, and feature-type-specific artifacts. Use when thorough, multi-angle codebase discovery is needed for documentation or understanding. Does not research options or…

testdouble/han · 75 tokens

symfony-tdd-coach

Guides TDD workflow for Symfony projects using Pest PHP or PHPUnit. Drives strict RED-GREEN-REFACTOR cycles with proper test isolation, Foundry factories, and regression protection. Use when writing tests, adding test coverage, or practicing TDD.

dev-toolings/superpowers-symfony · 58 tokens