GraphCanon updated Sep 12, 2026 · GitHub synced Sep 12, 2026
23views this month
Decision brief
Openfirma is a policy-enforcing sidecar for AI agents that uses Cedar policies to gate outbound calls, built in Rust under the GPL-3.0 license.
Good fit when
- When you need deterministic and call-level runtime enforcement that specifically leverages Cedar policies tailored for your needs.
- If you are working with locally enforced governance mechanisms for AI agent interactions without model dependencies on the hot path.
Avoid when
- Avoid if you prefer a solution not tightly coupled to Cedar policies, as Openfirma exclusively supports this policy framework.
- Do not use if licensing is critical and you need permissive licenses, since Openfirma uses the GPL-3.0 license.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d 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
cargo add openfirma crates.ioSimilar 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
A tool that acts as a policy-enforcing sidecar for outbound calls from AI agents using Cedar policies.
Capability facts
- Languages
- rust
Source: github.language · Sep 12, 2026
Categories
Tags
README
Install Linux / macOS: On macOS with Homebrew installed, the installer uses automatically. You can also install directly: Build and install from source (requires Rust 1.88+ and ): License GPL 3.0. See LICENSE
For agents
This page has a .md twin and JSON over the API.