From acb1fbe9fd33b0ba35be0cefd4e494763b7cbca4 Mon Sep 17 00:00:00 2001 From: Lloyd Jones Date: Sat, 14 Mar 2026 14:32:05 +0000 Subject: [PATCH] Add Systima Comply (EU AI Act compliance scanner) --- data/tools/comply.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/tools/comply.yml diff --git a/data/tools/comply.yml b/data/tools/comply.yml new file mode 100644 index 000000000..bc2cc8de4 --- /dev/null +++ b/data/tools/comply.yml @@ -0,0 +1,17 @@ +name: comply +categories: + - linter +types: + - cli +tags: + - javascript + - typescript + - python +license: Apache-2.0 +source: "https://github.com/systima-ai/comply" +homepage: "https://www.npmjs.com/package/@systima/comply" +description: >- + EU AI Act compliance scanner for CI/CD pipelines. AST-based detection of 37+ + AI/ML frameworks, call-chain tracing of AI API return values through code, and + obligation checking against Articles 5-50. Ships as CLI, GitHub Action, and + TypeScript API.