AI-powered monitoring for Terms of Service changes across every API your company depends on. One click to protect your entire org.
From detection to action in seconds. Your code never leaves your infrastructure.
Perry continuously monitors ToS pages across 200+ API providers. Changes are detected within minutes.
AI compares old and new terms, classifying severity and identifying what requires developer action.
A structured alert is sent to your GitHub repos via repository dispatch. No code is transmitted — only the advisory.
An edge bot on your runner scans local dependencies and opens a GitHub Issue if you're affected. Code stays in your VPC.
Zero-Knowledge Architecture
Perry broadcasts structured advisories — not code scanners. The open-source edge bot runs entirely on your GitHub Actions runner, scanning your private dependencies locally. We never see your source code, your dependencies, or your infrastructure.
name: ToS Change Scanner
on:
repository_dispatch:
types: [tos_alert_broadcast]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: perry-tos/edge-bot@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}Install the GitHub App, and Perry handles the rest. No configuration needed.
Install GitHub AppFree during beta. Takes 30 seconds.