Specification Browser

72 items across 6 document types — generated 2026-05-11

UIDTitleTypeImportanceUrgencyVmReleaseActiveParent links
MRS-001Inventory cryptography across code and network surfacesF55TAlphaactive
MRS-010Produce open, reusable output artifactsNF44TAlphaactive
MRS-011Assess quantum risk of discovered cryptographic assetsF55TAlphaactive
MRS-002Recognize post-quantum and hybrid algorithmsF55TAlphaactive
MRS-003Produce standardized CBOM artifactsF54TAlphaactive
MRS-004Support source-code analysis for current target languagesF44TAlphaactive
MRS-005Support TLS service assessmentF54TAlphaactive
MRS-006Support SSH service assessmentF54TAlphaactive
MRS-007Run in a reproducible Linux-based environmentNF44TAlphaactive
MRS-008Orchestrate open-source analysis toolingF44TAlphaactive
MRS-009Preserve non-invasive assessment behaviorNF54TAlphaactive
UIDTitleReleaseActiveParent links
ARC-001VECTOR runtime contextAlphaactiveMRS-007
ARC-010Open artifact interfacesAlphaactiveMRS-010
ARC-011VECTOR-Score: standalone quantum risk scoring moduleAlphaactiveMRS-011
ARC-002VECTOR-Code processing componentAlphaactiveMRS-004
ARC-003Unified inventory coverage boundaryAlphaactiveMRS-001
ARC-004External analysis tool adaptersAlphaactiveMRS-008
ARC-005TLS assessment workflowAlphaactiveMRS-005
ARC-006SSH assessment workflowAlphaactiveMRS-006
ARC-007CBOM generation and storageAlphaactiveMRS-003
ARC-008Non-invasive network trust boundaryAlphaactiveMRS-009
ARC-009Algorithm modeling layerAlphaactiveMRS-002
UIDTitleReleaseTypeImportanceUrgencyVmActiveParent links
SRS-001Persist output artifacts in predictable locationsAlphaF44TactiveMRS-010
SRS-010Fail safely for invalid inputs, missing tools, and incomplete outputsAlphaF54TactiveMRS-009
SRS-011Classify cryptographic algorithm components in a CBOM by quantum riskAlphaF55TactiveMRS-011
SRS-012Produce an annotated CBOM with quantum risk properties on each scored componentAlphaF55TactiveMRS-011
SRS-013Produce a human-readable Markdown risk report grouped by classificationAlphaF44TactiveMRS-011
SRS-002Detect supported source languages from the target projectAlphaF54TactiveMRS-004
SRS-003Create CodeQL databases through the external CLIAlphaF44TactiveMRS-008
SRS-004Run cryptographic inventory queries on created databasesAlphaF55TactiveMRS-001
SRS-005Convert source-analysis findings into CBOM artifactsAlphaF54TactiveMRS-003
SRS-006Scan TLS-enabled services by target and portAlphaF54TactiveMRS-005
SRS-007Model TLS findings with classical, hybrid, and PQ-aware decompositionAlphaF54TactiveMRS-002
SRS-008Scan SSH-enabled services by target and portAlphaF54TactiveMRS-006
SRS-009Execute within a Linux workspace with explicit runtime assumptionsAlphaF44TactiveMRS-007
UIDTitleReleaseActiveParent links
SWD-001Entry points and directory initializationAlphaactiveARC-001
SWD-010JSON interface and naming conventionsAlphaactiveARC-010
SWD-011VECTOR-Score module decomposition and internal designAlphaactiveARC-011
SWD-002Source inventory pipeline sequencingAlphaactiveARC-002
SWD-003Inventory artifact segregation by analysis surfaceAlphaactiveARC-003
SWD-004External command invocation contractsAlphaactiveARC-004
SWD-005TLS scan lifecycle and parser handoffAlphaactiveARC-005
SWD-006SSH scan lifecycle and parser handoffAlphaactiveARC-006
SWD-007CBOM generation routinesAlphaactiveARC-007
SWD-008Defensive validation and failure boundariesAlphaactiveARC-008
SWD-009Algorithm decomposition and modelingAlphaactiveARC-009
UIDTitlePlatformExecution typeVerification methodReleaseComplexityTest dataVersionActiveParent links
TCS-001Verify persisted output locations for VECTOR-Code artifactsGNU/Linux workstation or dev containerManualTestalpha2A readable sample project path with writable local output directories0.1activeSRS-001
TCS-010Verify safe failure behaviorGNU/Linux workstation or dev containerManualTestalpha2Invalid ports, empty targets, missing tools, and empty result files0.1activeSRS-010
TCS-011Verify classification of quantum-vulnerable algorithmsGNU/Linux workstation or dev containerManualTestalpha2A CBOM fixture containing algorithm components named RSA, ECDHE, DHE, and ECDSA.0.1activeSRS-011
TCS-012Verify classification of post-quantum algorithmsGNU/Linux workstation or dev containerManualTestalpha2Direct calls to algorithm_classifier.classify() with ML-KEM-768, ML-KEM-1024, ML-DSA-65, SLH-DSA.0.1activeSRS-011
TCS-013Verify annotated CBOM contains pqcmat risk propertiesGNU/Linux workstation or dev containerManualTestalpha2tests/content/sample_tls_cbom.json — a minimal fixture containing RSA, AES-128-GCM, and ML-KEM-768 algorithm components.0.1activeSRS-012
TCS-002Verify supported language detectionGNU/Linux workstation or dev containerManualTestalpha2Sample projects containing Python, C, and C++ code above and below threshold0.1activeSRS-002
TCS-003Verify CodeQL database creationGNU/Linux workstation or dev containerManualTestalpha3Sample project with detectable supported language content and CodeQL CLI installed0.1activeSRS-003
TCS-004Verify SARIF generation from CodeQL queriesGNU/Linux workstation or dev containerManualTestalpha3Created CodeQL databases and available inventory query packs0.1activeSRS-004
TCS-005Verify SARIF-to-CBOM conversionGNU/Linux workstation or dev containerManualTestalpha2Valid SARIF output files and cryptobom CLI installed0.1activeSRS-005
TCS-006Verify raw TLS scan output generationGNU/Linux workstation or dev containerManualTestalpha2Controlled TLS endpoint and reachable port0.1activeSRS-006
TCS-007Verify TLS CBOM decompositionGNU/Linux workstation or dev containerManualTestalpha3TLS scan JSON containing cipher suites, groups, and supported mapped entries0.1activeSRS-007
TCS-008Verify raw SSH scan output generationGNU/Linux workstation or dev containerManualTestalpha2Controlled SSH endpoint and reachable port0.1activeSRS-008
TCS-009Verify Linux runtime assumptions and tool-path checksGNU/Linux workstation or dev containerManualTestalpha2Runtime environment with and without required tool paths and writable output locations0.1activeSRS-009
UIDTitleTest dateTesterDefect categoryPassed stepsFailed stepsNot executed stepsRelease versionVerification methodActiveParent links
TRP-001Starter report for persisted output verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-001
TRP-010Starter report for safe failure verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-010
TRP-011Test report for quantum-vulnerable algorithm classification2026-05-07VECTOR-Score automated test suite (pytest 7.4.4 / Python 3.11)0 — flawless33000.1TactiveTCS-011
TRP-012Test report for post-quantum algorithm classification2026-05-07VECTOR-Score automated test suite (pytest 7.4.4 / Python 3.11)0 — flawless33000.1TactiveTCS-012
TRP-013Test report for annotated CBOM pqcmat property verification2026-05-07VECTOR-Score automated test suite (pytest 7.4.4 / Python 3.11)0 — flawless10000.1TactiveTCS-013
TRP-002Starter report for language detection verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-002
TRP-003Starter report for CodeQL database verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-003
TRP-004Starter report for SARIF generation verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-004
TRP-005Starter report for SARIF-to-CBOM verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-005
TRP-006Starter report for raw TLS scan verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-006
TRP-007Starter report for TLS CBOM verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-007
TRP-008Starter report for raw SSH scan verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-008
TRP-009Starter report for runtime assumption verification2026-04-11Pending execution0 — flawless0030.1TactiveTCS-009