Dependency Security Checker Given a , check every dependency against live CVE databases and security advisories — focusing on the last 48 hours, the window that cached tools miss. Pre-flight check If not installed: If not authenticated: --- Step 1 — Parse dependencies Read the the user provided. Extract all package names and versions from: - - - (if present) Produce a flat list: If the user hasn't provided a , ask for it before proceeding. Do not guess. Get today's date. Calculate the cutoff timestamp: now minus 48 hours . You will use this to filter results in every agent below. --- Step 2 —…