Legal & Company
Documentation Entry
Technical and Commercial guidelines for ABS Core.
Software Bill of Materials (SBOM) - ABS Core v10.1.5
Technical Diligence Document - Dependency Audit
This document lists all software components that make up ABS Core, separating proprietary assets from authorized dependencies.
1. Proprietary Components (Asset Core)
These components are the primary object of the asset transfer.
| Component | Description | Ownership Status |
|---|---|---|
| ABS Kernel (TS) | Governance and interception engine. | 100% Proprietary |
| ABS Engine (WASM) | High-performance policy kernel. | 100% Proprietary |
| Forensic Ledger | Immutable audit log system. | 100% Proprietary |
| Secret Vault | JIT key management system. | 100% Proprietary |
2. Third-party Dependencies (Proprietary Enterprise)
We exclusively use libraries with permissive licenses (MIT/Apache/BSD) to ensure complete commercial freedom for the buyer.
| Library | License | Function |
|---|---|---|
| zod | MIT | Schema Validation |
| uuid | MIT | Unique Identifiers |
| jose | MIT | Cryptography (JWT/Signatures) |
| hono | MIT | Web Framework (Serverless) |
3. License Audit
- Copyleft (GPL/AGPL): Zero!. We guarantee that no "infected" or restrictive dependencies were used in the production core.
- Vulnerabilities (CVE): All dependencies were audited against the GitHub Advisory database (
npm audit).
Certification: ABS Core v10.1.5 was built to be a "clean" asset, ready for commercial integration without intellectual property liabilities.