Install
openclaw skills install dependency-audit-tjAudits project dependencies for vulnerabilities using the Snyk API, generating compliance reports
openclaw skills install dependency-audit-tjAutomated dependency vulnerability scanning using the Snyk API. Generates compliance reports, tracks vulnerability trends, and supports policy enforcement.
pip install requests
export SNYK_TOKEN=your_snyk_token
python scripts/audit.py scan ./package.json --snyk
python scripts/audit.py report --org myorg --format html