EU AI Act readiness,
checked on every PR.
Continuous static analysis for AI/ML library use across your codebase. Catches high-risk imports before they hit main. Built for EU SMEs ahead of the 2 August 2026 GPAI deadline.
# .github/workflows/ai-scan.yml
name: AI Footprint Scan
on: [pull_request]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: argus-intelligence/ai-footprint-scanner@v1
with:
license: ${{ secrets.AI_FOOTPRINT_LICENSE }} How it works
Three steps, no infra to host.
Install the GitHub App
One-click install. Grant read access to the repos you want scanned. No secrets to manage; OAuth handles it.
Push a PR
The Scanner runs against the PR diff. AST-based — no string matching, no false positives from comments or docstrings.
See findings in the PR
New high-risk imports surface as a PR comment. Approve, request changes, or roll your team's risk register from the result.
What it catches
Three risk tiers, mapped to library categories, configurable via YAML.
Generative LLMs and direct AI APIs.
openai · anthropic · cohere · gemini · mistral · ollama
Foundation-model frameworks and orchestration.
langchain · transformers · tensorflow · pytorch
Classical ML and numerical computing.
scikit-learn · numpy · pandas · scipy
Pricing
Flat fees. EU VAT handled by Lemon Squeezy.
Single repository. Perfect for solo teams or focused services.
- ✓ One private or public repository
- ✓ Unlimited PR scans
- ✓ Monthly risk-definition updates
- ✓ Email support
Whole organisation. For teams with multiple services.
- ✓ Up to 25 repositories per org
- ✓ Unlimited PR scans
- ✓ Org-level dashboard (coming in v1.1)
- ✓ Priority email support
- ✓ Custom risk-definition policies
Need more than 25 repos, on-prem deployment, or a perpetual license? See Enterprise.
FAQ
Does this replace legal review for the EU AI Act? +
What data does the Scanner collect from my code? +
Can I run this self-hosted or air-gapped? +
What's the refund window? +
Can I pause my subscription? +
Why is the risk classification simplified? +
Also from Argus
Two more products in the pipeline.