1# Gemara: GRC Engineering Model for Automated Risk Assessment [](https://pkg.go.dev/github.com/gemaraproj/gemara)
2
3> Pronounced: Juh-MAH-ruh (think :gem:)
4
5**Gemara** is a standardized, machine-readable data model designed to bridge the gap between high-level compliance requirements and low-level technical evidence. By providing a structured schema (powered by [CUE](https://cuelang.org/)), Gemara enables automated risk assessment, consistent reporting, and interoperability across the security toolchain.
6
7## Resources
8
91. View the model and supporting resources at [gemara.openssf.org](https://gemara.openssf.org)
102. Find schemas in this repository, or in the CUE central registry.
11 - Use the schemas directly with [cue](https://cuelang.org/) for validating Gemara data payloads against the schemas and more.
123. Use the Go SDK to integrate Gemara schemas into your automated tools
13 - `github.com/gemaraproj/go-gemara` and consult our [go docs](https://pkg.go.dev/github.com/gemaraproj/go-gemara)
14
15
16## Projects and tooling using Gemara
17
18Some Gemara use cases include:
19
20- [FINOS Common Cloud Controls](https://www.finos.org/common-cloud-controls-project) (Layer 2)
21- [Open Source Project Security Baseline](https://baseline.openssf.org/) (Layer 2)
22- [Privateer](https://github.com/privateerproj/privateer) (Layer 5)
23 - ex. [OSPS Baseline Privateer Plugin](https://github.com/revanite-io/pvtr-github-repo)
24
25## Contributing
26
27We're so glad you asked - see [CONTRIBUTING.md](/CONTRIBUTING.md) and if you have any questions or feedback head over to the OpenSSF Slack in [#gemara](https://openssf.slack.com/archives/C09A9PP765Q)
28
29You can also join the biweekly meeting on alternate Thursdays.
30See Gemara Bi-Weekly Meeting on the [OpenSSF calendar](https://calendar.google.com/calendar/u/0?cid=czYzdm9lZmhwNWk5cGZsdGI1cTY3bmdwZXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) for details.