← All projects

AIGovHub CLI

AI governance CLI: detect AI usage, classify under EU AI Act, generate compliance artifacts. Vertical-saas + analyzer.

Category
vertical-saas
Language
TypeScript
Runtime
Node
Providers
Anthropic, OpenAI
Agent loop
n/a
Tool format
n/a
Memory
n/a
Caching
none
Sandbox
none
Pedagogical
★★☆☆☆
Flags
Concepts
guardrails
Verified
paper-pass
Upstream

What it is

AI governance CLI: detect AI usage, classify under EU AI Act, generate compliance artifacts. Vertical-saas + analyzer.

What’s worth studying

  • EU AI Act classification logic. How a CLI maps detected AI usage to risk tiers, with explicit rule citations. The taxonomy is the product.
  • CI/CD integration patterns. How a governance tool plugs into an existing pipeline (GitHub Actions, GitLab CI). Useful for understanding what your customers’ integration paths look like.
  • The detection layer. Static analysis to identify imports of LLM SDKs, calls to OpenAI/Anthropic, and patterns that suggest AI use. Less interesting as code than as a taxonomy — it’s a curated list of what to look for.

Drill-down

The full per-doc analysis lives below — these are the original numbered analyses, rendered as styled HTML. Pick a section to study deeper.