jverhoeks/Setup Escrow Proxy

Start the escrow supply-chain proxy, restore the package cache, and configure npm / pip / uv / Go / Cargo / NuGet / Maven to route all installs through age-gate and OSV vulnerability policy enforcement.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionEscrow release tag to install (e.g. v1.4.0)nov1.11.0
portPort for the escrow proxyno7888
ecosystemsComma-separated ecosystems to enable: npm,pypi,go,cargo,nuget,maven,composernonpm,pypi,go,cargo
min-daysAge gate — block packages published fewer than N days agono7
osv-severityBlock packages with OSV vulnerabilities at this severity or above (LOW|MEDIUM|HIGH|CRITICAL|off)noHIGH
cache-key-suffixExtra string appended to the cache key for manual bustingno""
namedescription
proxy-urlEscrow proxy base URL (e.g. http://127.0.0.1:7888)
renovate-configRenovate JSON config fragment routing cargo/maven/nuget/composer datasource lookups through escrow. Renovate auto-detects npm/PyPI/Go via the env vars already exported — only these four need explicit config. Pass as RENOVATE_CONFIG env var to renovatebot/github-action.