cold-chain-risk-calculator
Calculate temperature excursion risks for cold chain transport. Assesses route risk, packaging suitability, and monitoring requirements for biological samples and pharmaceuticals requiring controlled-temperature shipping.
Veto GatesRequired pass for any deployment consideration
Core Capability79 / 100 — 8 Categories
Medical TaskExecution Average: 76.7 / 100 — Assertions: 11/12 Passed
Risk score 19.20, Medium risk. SKILL.md specifies JSON output with mitigation_recommendations field always present. Script still outputs plain text but contract is documented.
Risk score 36.00, High risk. Model limitations note reinforced: 120h international flight may score higher than 48h domestic route with dry-ice due to packaging factor.
SKILL.md documents: if --duration <= 0, print error to stderr and exit code 1. Script implementation still accepts negative values and produces nonsensical negative risk scores after four rounds.
Key Strengths
- SKILL.md fully specifies JSON output contract including mitigation_recommendations field always present with at least one item
- Input validation for negative/zero duration and invalid packaging type documented with exact error messages
- Model limitations explicitly documented including counterintuitive international route scoring
- Scope boundary clearly rejects real-time tracking, drug dosing, and non-temperature logistics