Skip to content

feat: Add AI transparency artifacts#2

Open
tombruno-korext wants to merge 1 commit intomainfrom
add-ai-transparency
Open

feat: Add AI transparency artifacts#2
tombruno-korext wants to merge 1 commit intomainfrom
add-ai-transparency

Conversation

@tombruno-korext
Copy link
Copy Markdown
Member

Summary

This PR adds machine-readable AI transparency to this repository by running the full Korext open source pipeline.

What was run

npx @korext/ai-attestation init
npx @korext/ai-license generate
npx @korext/supply-check scan

Results

Metric Value
Commits scanned 12
AI assisted commits 0 (0%)
AI tools detected None
AI provenance level NONE
Dependencies scanned 2
Dependencies with AI attestation 0

Files added/updated

File Purpose
.ai-attestation.yaml Machine-readable AI usage data. Updated on every commit via post-commit hook.
AI-LICENSE Human-readable AI provenance notice alongside your existing LICENSE.
ai-license-notice.yaml Structured YAML version for tooling consumption.
.supply-chain-attestation.yaml AI provenance audit of the entire dependency tree.

How it works

The .ai-attestation.yaml file is regenerated on every commit via a post-commit hook that scans for Co-authored-by trailers, commit message patterns, file headers, and git config markers across 19 known AI coding tools.

The supply chain scan queries each dependency for its own .ai-attestation.yaml, building a transitive AI provenance map.

Badge

[![AI Attestation](https://oss.korext.com/api/badge/Korext/ai-attestation)](https://oss.korext.com/ai-attestation/report/Korext/ai-attestation)

Generated by the Korext OSS pipeline v1.0.4

Run the full Korext open source pipeline:

1. npx @korext/ai-attestation init
   → Scanned 12 commits, 0% AI assisted
   → Created .ai-attestation.yaml

2. npx @korext/ai-license generate
   → AI Provenance: NONE (0%)
   → Created AI-LICENSE + ai-license-notice.yaml

3. npx @korext/supply-check scan
   → 2 dependencies scanned, 0% AI coverage
   → Created .supply-chain-attestation.yaml

Machine-readable AI transparency for this repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant