Code RoomDeploy workflow supply chain gaps
MediumPrep Room Coding #4130

Deploy workflow supply chain gaps

Vibe & agenticAlgorithms & data structuresMid–Senior~14 min

An AI scaffolded this deploy workflow. It runs and deploys fine. Your supply-chain audit fails it on two counts. What are they?

Implement
audit_supply_chain(uses_refs: list[str], permissions: str) → list[str]
Examples
in[["actions/checkout@main","some-vendor/deploy-action@v3"],""]out["unpinned:actions/checkout","unpinned:some-vendor/deploy-action","missing-permissions"]
in[["actions/checkout@a1b2c3d4e5f60718293a4b5c6d7e8f9012345678"],"contents=read"]out[]
What a strong answer looks like

Treat the AI’s output as a draft to verify, not an answer to trust. Name the specific flaw and the input that triggers it, say how you’d catch it (tests, edge cases, reading critically), and how you’d re-prompt or decompose to get it right.

0:00 of about 14 min

Vibe & agentic: describe the solution in plain language (or narrate it) and the coach grades your approach.

Which questions mattered is sealed until you submit. Telling you now would just be handing over the edge cases.