Official adversary catalog
Browse free public adversaries by domain (for example go/security and ci/github-actions). Sign in with adversary login before pulling so we can track usage. Experimental listings stay invite-only for trust.
Free official catalog · login to pull
32 adversariesv0.0.26
Reviews TypeScript adversaries for SDK usage, rule design, finding quality, tests, packaging, and publish readiness.
adversary pull adversarylabs/adversaryv0.0.17
Reviews Depot CI workflows for security, correctness, reliability, caching, and performance concerns.
adversary pull ci/depotv0.0.14
Reviews GitHub Actions workflows for security, supply-chain, and reliability defects.
adversary pull ci/github-actionsv0.0.10
Reviews GitLab CI for privileged runners, secret leakage, mutable images, release safety, and unpinned includes.
adversary pull ci/gitlab-civ0.0.12
Reviews Compose services for privilege, host access, and image reproducibility.
adversary pull container/docker-composev0.0.19
Reviews Dockerfile-style files for container build and runtime security concerns.
adversary pull container/dockerfilev0.0.14
Reviews Helm charts for excessive RBAC, privileged defaults, mutable images, and dependency pinning.
adversary pull container/helmv0.0.13
Reviews Kubernetes manifests for workload isolation, selector integrity, RBAC, and image safety.
adversary pull container/kubernetesv0.0.11
Reviews Kustomize overlays for mutable resources, image tags, and literal secrets.
adversary pull container/kustomizev0.0.10
Reviews npm projects for dangerous lifecycle scripts, auto-update cooldowns, and lockfile integrity.
adversary pull deps/npmv0.0.10
Reviews Yarn projects for unsafe configuration and incomplete dependency-resolution inputs.
adversary pull deps/yarnv0.0.14
Reviews ElasticClaw workspaces, workflows, goals, agents, and execution policies for correctness, maintainability, reliability, and efficiency.
adversary pull factory/elasticclawv0.0.26
Reviews Go command-line applications for predictable configuration, cancellation, diagnostics, and exit behavior.
adversary pull go/cliv0.0.22
Reviews Go concurrency lifecycle, cancellation, synchronization, and channel ownership.
adversary pull go/concurrencyv0.0.18
Reviews Go database code for transaction, pool, query, cancellation, and migration safety.
adversary pull go/databasev0.0.19
Reviews Go HTTP services for bounded requests, safe middleware, and production-ready server lifecycle.
adversary pull go/httpv0.0.15
Reviews Go module metadata for reproducibility, upgrade safety, and maintainable dependency ownership.
adversary pull go/modulesv0.0.10
Reviews Go logs, traces, metrics, context propagation, and telemetry lifecycle defects.
adversary pull go/observabilityv0.0.9
Reviews Go for resource amplification, defer-in-loop, per-request clients, hot-path regexp compilation, and quadratic string building.
adversary pull go/performancev0.0.10
Reviews Go repository hygiene: build-script prerequisites, pipe-to-shell scripts, committed binaries, CI toolchain skew, and license presence.
adversary pull go/projectv0.0.23
Reviews Go trust boundaries, authentication, cryptography, transport security, and secret handling.
adversary pull go/securityv0.0.17
Reviews Go tests for broken harnesses, flaky shared state, and selector oracles that preserve trivial boundary implementations.
adversary pull go/testingv0.0.12
Reviews Terraform for public exposure, secrets in HCL, encryption, and module pinning.
adversary pull infra/terraformv0.0.9
Go language pack — runs the full Go specialist suite (concurrency, security, http, modules, …) plus this package’s own TLS/shell/permissions checks.
adversary pull lang/gov0.0.10
Reviews Node.js for security hazards and lifecycle cleanup leaks.
adversary pull lang/nodejsv0.0.12
Reviews Python for shell injection, unsafe deserialization, disabled TLS, and SQL string building.
adversary pull lang/pythonv0.0.10
Reviews TypeScript correctness, type design, async lifecycles, module boundaries, and runtime alignment.
adversary pull lang/typescriptv0.0.10
Reviews code changes for implementation complexity that appears disproportionate to the behavior being added.
adversary pull review/complexityv0.0.28
Reviews proposed changes with Staff-level engineering judgment across languages.
adversary pull review/engineeringv0.0.17
Scans repository text for committed credentials and narrow credential exposure paths.
adversary pull security/secretsv0.0.14
Reviews Next.js configuration for unsafe remote content, exposed source maps, and framework boundary risks.
adversary pull web/nextjsv0.0.13
Reviews React source for raw HTML injection, opener attacks, and dynamic code execution.
adversary pull web/react