Active

  • oasis
    Active

    An open specification for evaluating autonomous AI agents against a shared set of capability and safety tests. OASIS treats safety as a binary gate: no passes without independent verification, no "mostly safe" tier. The spec, the reference harness, and the scenario library are all developed in the open.

    oasis-spec.dev
  • petri
    Active

    A lab provisioner, written in Go, that spins up ephemeral Kubernetes clusters, applications, IaC repositories, and observability stacks mimicking real production environments. It implements the OASIS Software Infrastructure provider conformance contract, so a Petri lab can serve as the environment an agent is evaluated against. Apache 2.0.

    github.com/jaimegago/petri
  • joe
    Active

    An infrastructure agent whose safety is a property of the binary, not its configuration: every tool is classified Read or Mutate at authoring time, it boots into observation mode, and a persistent graph keeps its model of your infrastructure current across sessions. Evaluated against OASIS, Apache 2.0.

    joeagent.dev