vltpkg/Dependency Policies

Run vlt dependency policies as CI gates — check for malware, outdated deps, license compliance, and more.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
querySingle vlt query selector (e.g. ":malware")no
queriesMultiple vlt query selectors, one per line. Each line can include flags like --expect-results. Example: :malware --expect-results=0 :outdated --view=json no
expect-resultsExpected result count for single query (e.g. "0", ">5", "<=10")no
viewOutput format: human, json, mermaid, countno
scopeScope query selector for top-level packagesno
targetTarget query selector (alternative to positional query)no
working-directoryWorking directory for running vlt query (defaults to repository root)no
show-resultsShow query output in logs and summary when queries fail. Set to "always" to show for all queries, "never" to hide, or "failed" (default) to show only for failed queries.nofailed
namedescription
resultsJSON array of query results
passedWhether all queries passed their expectations