Septim Flint: 5 GitHub Actions workflows that run Drills logic on every pull request in your repo. Self-hosted on your GitHub-hosted runners. No Flint server. No Flint database. Your diff goes directly from your CI to Anthropic using your own API key — not routed through us.
Early-access buyers get the pr-review workflow live today + the 4 remaining workflows as they ship (target: 7 days). Lifetime updates. Existing Drills owners get Flint free — see the signup form below.
Each workflow is a single YAML file. Inline Python (stdlib only, no pip install). Runs on GitHub-hosted runners at free-tier cost. You own every byte.
| Workflow | What it does | Trigger | Status |
|---|---|---|---|
| flint-pr-review.yml | 7-lens PR review: intent drift, logic, tests, security, perf, API surface, rollback. Comments structured findings on the PR. | every PR open / update | ✓ Live |
| flint-security-triage.yml | OWASP top-10 awareness scan across the diff. Heuristic-level, not a replacement for dedicated SAST. File:line-cited findings with severity. | PRs touching src/api, src/auth, src/webhooks | In build |
| flint-migration-safety.yml | DB migration audit: lock risk, online-DDL, rollback safety. Blocks merge on blocker-severity findings. | PRs touching migrations/, prisma/migrations/ | In build |
| flint-test-gaps.yml | Find added functions without test coverage. Posts ranked list of what to test next. | PRs touching *.ts / *.js / *.py outside *.test.* | In build |
| flint-dependency-triage.yml | Score new deps by bundle impact, staleness, known CVEs. Flag new deps that replace trivially. | PRs touching package.json, lockfiles, requirements.txt | In build |
# 1. Clone the private repo (you get invited after purchase) git clone git@github.com:septimlabs-code/septim-flint.git # 2. Copy workflows into your repo cp septim-flint/.github/workflows/* ~/your-repo/.github/workflows/ # 3. Add ANTHROPIC_API_KEY to your repo secrets # Settings → Secrets and variables → Actions → New repository secret # Open a PR. Within 60s you'll see Flint comments.
Drills owners get Flint at no additional charge when it launches. Email us your Drills Stripe receipt and we'll invite you to the private Flint repo the day it goes live.
No spam. One email on launch day. Drills receipt is optional; include it if you want the free upgrade.