Supply Chain Integrity and Counterfeit Detection Run Output and Evidence
This page is generated from the AWS Linux blind-trial run evidence. The terminal transcript below is the actual output rendered into the matching screencast MP4, so instructors can compare the Response HTML and video without guessing.
docs/final/lab-material/screencasts/phase09-lab-screencast-20260517T154718Z.cast. Its SHA-256 is
9d8f9d395a0863cde94af9f060ab055f95e13b9313ffd8965cf37c3b0976697d. The public video is
/downloads/labs/screencasts/phase09-lab-screencast.mp4.
Run Script Output Shown In Screencast
This is the recorded terminal output for Week 09. It is intentionally verbatim so it can be checked against the MP4 screencast.
find "$HOME/seas8414-blind-trial/evidence/phase-json" -name 'phase*.status' -print | sort | while read f; do printf '%s ' "$(basename "$f")"; cat "$f"; done > "$HOME/seas8414-blind-trial/evidence/final-phase-status-summary.txt"
===== Phase 9: supply chain, SBOM, firmware, vendor risk =====
200
phase09-supply-chain GET /v1/supply-chain/fbc50d99-7b45-4568-afda-3d807bc8e3cd -> HTTP 200
[
"data",
"status"
]
200
phase09-counterfeit GET /v1/supply-chain/fbc50d99-7b45-4568-afda-3d807bc8e3cd/counterfeit -> HTTP 200
[
"data",
"status"
]
200
phase09-compliance GET /v1/supply-chain/fbc50d99-7b45-4568-afda-3d807bc8e3cd/compliance -> HTTP 200
[
"data",
"status"
]
200
phase09-firmware GET /v1/supply-chain/fbc50d99-7b45-4568-afda-3d807bc8e3cd/firmware -> HTTP 200
[
"data",
"status"
]
100
{
"devices_with_sbom": 0,
"total_components": 0,
"vendor_count": 100,
"counterfeit_alert_count": 0,
"cra_score": 57
}
Endpoint Status Output
These status files came from the same remote evidence bundle. They are listed separately so students can see which API calls completed successfully without publishing raw credential examples.
| Evidence Status File | HTTP Status |
|---|---|
phase09-compliance.status | 200 |
phase09-counterfeit.status | 200 |
phase09-firmware.status | 200 |
phase09-supply-chain.status | 200 |
Evidence Files Produced By The Run
The response page records the actual evidence inventory and file shapes from
docs/final/lab-material/run-evidence/aws-8414-20260517T152520Z/remote-evidence/phase-json. JSON values that may
contain credential examples are summarized rather than published raw.
| File | Bytes | SHA-256 Prefix | Shape Or Safe Excerpt |
|---|---|---|---|
phase09-compliance.json | 479022 | 9344cbe25ead1c5c | object keys: data, status |
phase09-counterfeit.json | 140 | dddeba9622365059 | object keys: data, status |
phase09-firmware.json | 131 | 5cd166ee973a0b3d | object keys: data, status |
phase09-public-dataset-summary.json | 128 | 196e4de6cac5a3f7 | object keys: counterfeit_alert_count, cra_score, devices_with_sbom, total_components, vendor_count |
phase09-supply-chain.json | 536836 | a2efa449864ddf22 | object keys: data, status |
phase09-vendor-count.txt | 4 | eea8254c7500ba3d | 100 |