Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.13 KB

File metadata and controls

47 lines (35 loc) · 2.13 KB

BCOS — Beacon Certified Open Source

BCOS Certified

This repository targets certification under the Beacon Certified Open Source (BCOS) program by Elyan Labs.

Verification

python3 -m pip install clawrtc
clawrtc bcos scan .
clawrtc bcos verify BCOS-xxxxxxxx

Verify at: rustchain.org/bcos/

What BCOS Certifies

Check Description Status in this repo
License Compliance SPDX headers + OSI-compatible deps ✅ SPDX on all sources; MIT LICENSE
Vulnerability Scan OSV/CVE scan ⏳ run via clawrtc bcos scan
Static Analysis Semgrep (3,800+ rules) ⏳ run via clawrtc bcos scan
SBOM Software Bill of Materials ⏳ generated by scan
Dependency Freshness % deps at latest n/a — no package deps (stdlib + SDL2 + system POV-Ray)
Test Evidence test infra / CI bench.sh + headless self-tests (FD_MAXFRAMES)
Review Attestation human/agent tier L0/L1/L2 Scott Boudreaux (L2, human)

License boundary (important)

  • Original work (daemon, drivers, converters, scenes, docs): MITSPDX-License-Identifier: MIT.
  • POV-Ray is NOT vendored. patches/feverdream-realtime.patch is a diff against POV-Ray 3.7 (AGPL-3.0). A built binary from that patch is a derivative work governed by AGPL-3.0-or-later — see ARCHITECTURE.md → Licensing and LICENSE.

Certification Details

  • Reviewed By: Scott Boudreaux (@Scottcjn)
  • Organization: Elyan Labs
  • Chain: RustChain (Proof of Antiquity)
  • Engine: BCOS v2 — Free & Open Source (MIT)
  • On-Chain Proof: BLAKE2b-256 commitment anchored to the RustChain ledger — pending: run clawrtc bcos scan . to mint the BCOS-xxxxxxxx id and anchor it.

Status: BCOS-ready (SPDX + LICENSE + review attestation in place). The on-chain certificate id is assigned when the scan is run with the BCOS tool.