Skip to content

AgentDiff CI

GitHub App

AgentDiff CI

GitHub App

AgentDiff CI is the GitHub App behind the agentdiff-ci[bot] identity.
Install it on any repo that runs the AgentDiff gate, and your team gets a
zero-configuration, fully branded re-baselining experience — no secrets, no
variables, no per-repo setup.

What it does

  • Branded approvals — reviewers comment /agentdiff approve on a flagged
    PR, and the bot re-records the golden baseline, commits it, and comments as
    agentdiff-ci[bot] (with AgentDiff's logo) instead of the anonymous
    github-actions[bot].
  • Genuine green checks — commits pushed with the App's token re-trigger
    CI, so the bot posts a real, green AgentDiff Check result on the new
    head via the Checks API after every approval.
  • Zero-config identity — the approve workflow mints a short-lived
    installation token from AgentDiff's hosted identity service
    (token.agentdiff.app). Nothing to store, rotate, or leak.

Security model

  • Stateless by design — the token service stores nothing: no logs, no KV,
    no databases.
  • Least privilege — the caller must already present a GitHub Actions token
    with access to the repo it claims, and the App must be installed there.
  • Bounded tokens — minted installation tokens expire in ≤ 1 hour, always.

What it requests

Permission Why
Contents: read & write Commit the re-baselined envelope
Pull requests: read & write Read the PR, post the approval comment
Checks: write Post the green AgentDiff Check on the new head

Install AgentDiff CI · Docs · Source

Developer

AgentDiff CI is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse