GraphCanon updated today · GitHub synced today
Decision brief
audited-change-gate automates proof-carrying change management for AIOps, ensuring autonomous agents can safely apply infrastructure changes with rollback guarantees.
Good fit when
- - You require automated validation and execution of infrastructure changes by authorized AI agents
- - Your organization prioritizes rollback guarantees to mitigate the impact of failed or unauthorized changes
Avoid when
- - If your infrastructure changes need real-time human approval beyond automated checks
- - For environments where change immutability is preferred over mutable and reversible states
Observed Jul 15, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/ChristoAnsek/audited-change-gateSimilar 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
Implements automated proof-of-carrying change management, enabling autonomous agents to safely apply infrastructure changes with rollback guarantees.
Capability facts
- Languages
- html
Source: github.language · Jul 15, 2026
Categories
Tags
README
AI-Driven Infrastructure Mutations
An autonomous network agent wants to update a firewall rule on a set of cloud instances. Instead of directly calling the cloud API, it generates a Certifier envelope describing the rule change, the affected instance tags, and a precomputed rollback (restore previous rule). The gate verifies the envelope—including whether the agent's ephemeral key was issued for the given resource scope—then applies the change and stores the rollback receipt.
Intune Policy Deployment by Autonomous Agents
A security posture agent detects a misconfigured endpoint policy and constructs a remediation. The envelope scopes the change to intune:policy:endpoint-protection:* and includes the exact previous configuration state for rollback. The gate verifies the agent's authorization against the defined blast radius and only applies the change if rollback is guaranteed.
⚖️ License & Governance
This project is released under the MIT License. You are free to use, modify, and distribute it—even in commercial products—provided you include the original copyright notice. The governance model is open: contributions are reviewed on technical merit, not institutional affiliation.
For agents
This page has a .md twin and JSON over the API.