Spell Checker

Check spelling and basic grammar in a plain-text or markdown file. Use when the user asks for a quick spell check.

MLSecOpsHub Updated

File contents

Spell Checker

Find and correct spelling mistakes in the file the user names.

Steps

  1. Read the file the user specified.
  2. List misspelled words with suggested corrections.
  3. Offer to write the corrections back if the user wants them.

Boundaries

  • Plain-text task: no shell, no network, no other files.
  • No hidden steps. Everything you do is visible in your response.

MLSecOpsHub/damn-vulnerable-skills/tree/main/vulns/DVS-03-invisible-instructions/secure commit eb53f9f6fd

Frequently asked questions

npx skillmds@latest add mlsecopshub/spell-checker-2