frai
Enrichment pendingOpen-source toolkit for responsible AI: CLI + SDK to scan code, collect evidence, and generate model cards, risk files, evals, and RAG indexes.
GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Steady (80d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No criticals
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install frai npmSimilar 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
Open-source toolkit for responsible AI: CLI + SDK to scan code, collect evidence, and generate model cards, risk files, evals, and RAG indexes.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Jul 15, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Jul 15, 2026
- Languages
- javascript, typescript
Source: github.language+package.json · Jul 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 15, 2026)
2. Configure your OpenAI API key (needed for AI-generated tips and evaluations):Source link
Tags
README
Getting Started with the CLI
- Install the published CLI:
npm install -g frai - Configure your OpenAI API key (needed for AI-generated tips and evaluations):
Keys can be stored per-project (frai --setup.env) or globally (~/.config/frai/config). You can also provide a one-off key usingfrai --key sk-.... - Run the interactive workflow:
FRAI walks you through feature discovery, writesfraichecklist.md,model_card.md, andrisk_file.md, and optionally exports PDFs.
Generated artefacts live in your current working directory. Supplementary commands cover scanning, evaluation, RAG indexing, and fine-tuning governance.
Getting Started
From the monorepo root:
pnpm agent:frai "Scan the repository and summarize AI risks."
For agents
This page has a .md twin and JSON over the API.