autoguardrails
Alignment-research scaffold for LLM guardrails involving policy evaluation and content moderation
GraphCanon updated Sep 12, 2026 · GitHub synced Sep 12, 2026
68views this month
Decision brief
Autoguardrails is an evaluation and development framework for AI policy creation and review. It enables the iterative adjustment and testing of guardrail policies in alignment research through a controlled workflow.
Good fit when
- When you are conducting alignment research that requires systematic iteration on LLM safeguard policies.
- If your project operates with an open-source requirement, given its Apache-2.0 license agreement.
Avoid when
- Autoguardrails may not suit needs requiring real-time or dynamic policy adjustments outside its autoresearch workflow.
- Avoid using Autoguardrails if you cannot accept offline operation as it is built on the Python standard library and runs without third-party runtime dependencies.
- Requirements:
- Requires Python 3.10 or higher.; No third-party runtimes; it is built completely on the standard Python library.
Observed Jul 15, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Active (11d since push)
- As of Sep 12, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 12, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install autoguardrails PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Autoguardrails is scaffolding for alignment research to develop LLM safety mechanisms like guardrails through an autoresearch style workflow. It operates on a policy.md file to evaluate different policies against preset criteria, allowing for iterative adjustment and testing in a controlled environment.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Sep 12, 2026
- Languages
- python
Source: github.language+pyproject.toml · Sep 12, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Sep 12, 2026)
python -m autoguardrails baseline --reset --repeat 2 --notes "initial baseline"Source link
Tags
README
Quick Start Run from the repository root. 1. Record a baseline. 2. Edit only . 3. Score the new candidate. 4. Inspect the current kept result. 5. Inspect the full log. If a candidate is rejected, the harness restores to the last accepted version automatically. Requirements Python...
For agents
This page has a .md twin and JSON over the API.