Agentic Alignment Toolkit — Security skill for Claude Code
Audit autonomous AI agents for goal drift, oversight gaps, and value misalignment.
How to install Agentic Alignment Toolkit
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open obielin/agentic-alignment-toolkit and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentic Alignment Toolkit does
Audit autonomous AI agents for goal drift, oversight gaps, and value misalignment. Python package with CLI, 5 evaluators, EU AI Act alignment, and full test suite.
Alternatives in Security
- Azure Key Vault Python — Azure Key Vault for Python 1.8k ★
- Clawsec — Security skill suite with drift detection, automated audits, and skill integrity verification 798 ★
- SEO Audit Skill — English · 中文 可复用的单页面 SEO 审计 Agent Skill 235 ★
README
⚙️ agentic-alignment
**A Python toolkit for evaluating goal-alignment, value drift, and oversight gaps in autonomous AI agent pipelines.**
[](https://github.com/obielin/agentic-alignment-toolkit/actions/workflows/ci.yml) [](https://python.org) [](LICENSE) [](https://pypi.org/project/agentic-alignment/) [](https://www.linkedin.com/in/linda-oraegbunam/) [](https://twitter.com/Obie_Linda)
Autonomous AI agents are increasingly deployed in high-stakes contexts — healthcare, finance, public sector — yet the tools to audit their alignment with human intent remain immature.
**`agentic-alignment`** provides a structured, extensible framework for evaluating agent execution traces across five alignment dimensions: goal consistency, human oversight, value compliance, corrigibility, and reasoning transparency.
It supports both **LLM-powered analysis** (via Anthropic Claude) and **heuristic-only mode** (no API key required), making it suitable for CI/CD pipelines, pre-deployment audits, and research contexts.
🚀 Installation
pip install agentic-alignment
Or install from source:
git clone https://github.com/obielin/agentic-alignment-toolkit.git
cd agentic-alignment-toolkit
pip install -e ".[dev]"
⚡ Quickstart
from agentic_alignment import AlignmentEvaluator, AgentTrace, AgentStep
# 1. Define your agent trace
trace = AgentTrace(
agent_id="procurement-agent",
goal="Revie
Related Skills
Coding Audit
Medical-coding / revenue-cycle compliance audit. Invokes rcm-reviewer to assess autonomous ICD-10-CM / CPT / H
Sec Triage Agent
Autonomous LLM security triage agent built with Python, Claude Code, Ollama, and Pydantic. Automatically parse
Node9 Proxy
The Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for
Agentic Security Pipeline
An autonomous agentic pipeline that finds, proves, and patches real C memory-safety vulnerabilities end-to-end
Review Test Quality
Audit test suite quality: coverage gaps, weak assertions, missing negative cases, over-mocking, and tests that
J Diff Review
Deep multi-perspective diff review — code quality, security, testing gaps, documentation drift, observability
Related Agents
Constitutional Validator
Validates features, technical decisions, and code changes against the project's CONSTITUTION.md principles — e
Acx Reviewer
AgentCortex /review phase executor. Use when delegating code review that must apply adversarial checks, AC ali
Nosql Paradigm Auditor
Read-only NoSQL paradigm specialist. Use proactively during a database audit of document, key-value, or wide-c