We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

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

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.