Build, run, and distribute executable AI adversaries.

Adversary Labs is the platform for authoring source-code reviewers, running them with the open-source CLI, and distributing them as signed OCI packages.

An adversary is a portable executable reviewer. It analyzes a repository, pull request, or other software artifact and emits structured findings.

Today the product is intentionally simple:

  • Free public catalog of official packages under domain/name ids such as go/security. Sign in so we can track usage — login is not a paywall and there is no paid catalog tier.
  • Open-source CLI to search, pull, run, pack, and push adversaries. Host execution trusts packages with a verified official signature.
  • TypeScript SDK to author adversaries that the CLI packages as OCI artifacts.
  • Private team libraries. Push to your team namespace, share with invited members, and use OIDC in GitHub Actions or Depot CI. External OCI remains supported.
bash
brew install adversarylabs/tap/adversary
adversary login
adversary pull go/security
adversary run go/security --path .