github.com/regseal/ovs-aiApache 2.0The complete specification text, TypeScript type definitions, reference test suite, and this document are maintained in a public GitHub repository.
ovs-ai/
├── spec/
│ ├── ovs-ai-1.0.md # Specification (Markdown)
│ └── ovs-ai-1.0.pdf # Specification (PDF)
├── types/
│ ├── index.ts # TypeScript type definitions
│ └── package.json # @regseal/ovs-ai npm package
├── tests/
│ ├── fingerprint.test.ts # Fingerprint algorithm tests
│ ├── attestation.test.ts # Attestation schema tests
│ └── verification.test.ts # Verification flow tests
├── examples/
│ ├── typescript/ # TypeScript integration example
│ ├── python/ # Python integration example
│ └── curl/ # cURL verification examples
├── CONTRIBUTING.md
├── LICENSE
└── README.mdOVS-AI is developed through an open process. We welcome contributions from AI practitioners, compliance professionals, standards body members, and tool implementers.
Found a gap in the specification? Report it as a GitHub Issue with the 'spec' label.
Submit a Pull Request with your proposed change. Include rationale and impact analysis. Changes to normative clauses (shall/should) require two approving reviews.
Build a conforming implementation. Add your implementation to the 'implementations' directory via PR.
Use GitHub Discussions for questions about interpretation, implementation guidance, and standardization strategy.
OVS-AI is being prepared for submission to international standards bodies. National bodies and organizations interested in co-sponsoring are invited to open an issue or contact the maintainers.
WG 3 (Trustworthiness)
New Work Item Proposal for a machine-verifiable AI compliance attestation standard. Complements ISO/IEC 42001 by adding a portable verification layer.
Supplementary Materials
Contribution to the NIST AI RMF supplementary tooling ecosystem. Provides a standardized format for recording and sharing AI compliance assessments under the GOVERN and MAP functions.
Tooling Recommendations
Reference verification protocol for EU AI Act compliance evidence (Articles 6, 9). Enables interoperable compliance records across EU member states.
# Clone the repository
git clone https://github.com/regseal/ovs-ai.git
cd ovs-ai
# Install TypeScript types
npm install @regseal/ovs-ai
# Run the reference test suite
npm test
# Verify a model against the reference implementation
curl https://attestry.ai/api/v1/registry/lookup?fingerprint=e3b0c44298fc1c...OVS-AI is stronger with community input. Whether you're a compliance officer, AI engineer, or standards body member, your perspective matters.