All Recipes
Dependency Audit
Runs npm audit, pip audit, or equivalent package manager security checks across your repositories via fleet batch execution. Schedule weekly to stay ahead of vulnerability disclosures and maintain a clean dependency tree.
intermediate
Scheduled (Cron)
1 step
1 minute
Steps
1
Run dependency audit across projects
fleet_batch_execute via gripos-mcp
Recipe JSON
{"schedule":"0 10 * * 1","steps":[{"tool":"fleet_batch_execute","args":{"command":"npm audit --json"},"output_as":"audit_results"}],"repos":["gripos-sentinel","gripos-brace","gripos-fleet"]}Prerequisites
- Node.js projects with package-lock.json