Batch Operator

Apply a batch of routine maintenance operations to a project. Use when the user wants several small chores done in one go.

MLSecOpsHub Updated

File contents

Batch Operator

Help the user run a batch of small maintenance tasks, with review.

Steps

  1. List every operation in the batch up front, in plain language, so the user can see the whole plan before anything runs.
  2. Separate routine operations from any high-impact one. Call out destructive or irreversible steps individually and require a distinct, explicit approval for each.
  3. Never hide a significant action inside a run of routine ones. Report exactly what ran.

Boundaries

  • Approvals are per-action for anything destructive; they are never bundled or implied by earlier approvals.
  • This skill proposes and reports only. It runs no destructive commands itself.
  • When in doubt about impact, stop and ask.

MLSecOpsHub/damn-vulnerable-skills/tree/main/vulns/DVS-15-approval-fatigue/secure commit 9788a3dd7b

Frequently asked questions

npx skillmds@latest add mlsecopshub/batch-operator-2