Skip to main content

ISO/IEC 5230 · 18974 Linkage (AI Coding)

This page shows which requirements of the two standards the AI coding guide's implementations operate and strengthen at the development stage.

The Build Your System guide is the authority for meeting the standards

The deliverables that formally satisfy the standard requirements (policy, SBOM, vulnerability reports, etc.) are produced in the Build Your System track. The Checklist Mapping is the authoritative integrated mapping of all requirements. The AI coding guide is a means of automatically applying that policy to daily development to strengthen execution.

What does it strengthen?

The policy you created in Build Your System exists as a document. The problem is that developers do not remember it every time they write code. The AI coding guide internalizes that policy into AI tool Rules and CI gates, so it is enforced automatically at code-generation and commit time.

Requirement mapping

AI coding implementationStandard requirement strengthenedHow
Internalize open source policy in Rules (Rules Template)5230 §3.1.1 Policy operation & communicationAI recognizes the policy at code-generation time
Allowed/forbidden license lists in Rules5230 §3.1.5 License obligation identificationAI avoids or warns about forbidden-license packages
CI license gate (Quick CI/CD)5230 §3.3.2 License complianceBuild is blocked when forbidden licenses are found
SBOM refresh on dependency change5230 §3.3.1 · 18974 §4.3.1 SBOMSBOM generated automatically with cdxgen/syft
SCA and CVE scanning in CI (AI Security Review)18974 §4.3.2 Vulnerability identification & trackingPRs blocked with npm audit, trivy, and grype
Continuous post-deployment monitoring (Stage 5)18974 §4.3.2 Vulnerability responseNew CVEs tracked with Dependabot and Renovate
note

The AI coding guide automates the execution of the items above, but the self-certification declaration and evidence deliverables are completed in the Build Your System track.

Next steps