Daily action/setup/* Security Audit completed with no action
Daily action/setup/ Security Audit Security audit of actions/setup/ completed. Aspects examined this run: file-permissions and command-injection (reuse), network-requests and supply-chain (new). Scanned 180 non-test source files (js/.cjs and sh/.sh) plus package.json/package-lock.json. Findings: supply-chain: lockfile has 322 packages, all pinned; only 1 without integrity is @actions/github-script pinned to a git commit SHA (acceptable); deps are devDependencies only. No issue. network-requests: runtimeimport.cjs fetch uses redirect:"manual" + timeouts; models/API URLs host-validated. No SSRF/TLS gaps found. command-injection: all eval() usages are confined to test.sh harness files, not s...