|
| 1 | +{ |
| 2 | + "$schema": "https://bestpractices.coreinfrastructure.org/projects.schema.json", |
| 3 | + "_comment": "OpenSSF Best Practices self-assessment skeleton for RandomCodeSpace/codeiq. The numeric project_id and badge URL are populated by a board admin after registering the project at https://www.bestpractices.dev/ — RAN-46 AC #8 calls this out as auth-blocked. Once the registration is complete, fill `project_id` and re-render the README badge with the resolved URL.", |
| 4 | + "project_id": null, |
| 5 | + "name": "codeiq", |
| 6 | + "description": "Deterministic code knowledge graph — scans codebases to map services, endpoints, entities, infrastructure, auth patterns, and framework usage. No AI, pure static analysis.", |
| 7 | + "homepage_url": "https://github.com/RandomCodeSpace/codeiq", |
| 8 | + "repo_url": "https://github.com/RandomCodeSpace/codeiq", |
| 9 | + "license": "MIT", |
| 10 | + "level": "passing", |
| 11 | + "status": { |
| 12 | + "basics": "self-assessed-passing", |
| 13 | + "change_control": "self-assessed-passing", |
| 14 | + "reporting": "self-assessed-passing", |
| 15 | + "quality": "self-assessed-passing", |
| 16 | + "security": "self-assessed-passing", |
| 17 | + "analysis": "self-assessed-passing" |
| 18 | + }, |
| 19 | + "evidence": { |
| 20 | + "vulnerability_report_process": "SECURITY.md", |
| 21 | + "release_process": "shared/runbooks/release.md", |
| 22 | + "rollback_process": "shared/runbooks/rollback.md", |
| 23 | + "first_time_setup": "shared/runbooks/first-time-setup.md", |
| 24 | + "engineering_standards": "shared/runbooks/engineering-standards.md", |
| 25 | + "license_file": "LICENSE", |
| 26 | + "build_reproducible": "mvn -B -ntp clean verify", |
| 27 | + "ci_workflow": ".github/workflows/ci-java.yml", |
| 28 | + "code_scanning": ".github/workflows/codeql.yml", |
| 29 | + "supply_chain_scorecard": ".github/workflows/scorecard.yml", |
| 30 | + "dependency_updates": ".github/dependabot.yml", |
| 31 | + "signed_commits": "scripts/setup-git-signed.sh", |
| 32 | + "secret_scanning": "GitHub repo setting (secret_scanning + push_protection enabled)", |
| 33 | + "static_analysis": "SpotBugs (mvn spotbugs:check) + SonarCloud Quality Gate", |
| 34 | + "vulnerability_scanning": "OWASP Dependency-Check (mvn dependency-check:check) + Dependabot security updates" |
| 35 | + }, |
| 36 | + "audit": { |
| 37 | + "self_assessment_date": "2026-04-25", |
| 38 | + "self_assessment_author": "TechLead (RAN-46)", |
| 39 | + "registration_blocker": "https://www.bestpractices.dev/ requires human OAuth/form. Tracked under RAN-46 AC #8." |
| 40 | + } |
| 41 | +} |
0 commit comments