Text formatter
Scan an AI agent skill for prompt injection, hidden Unicode, dangerous commands, and leaked secrets before you install it.
npx -y skills add munzzyy/skillxray --skill text-formatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 26 days oldThe repository was created 26 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Cleans up pasted text — normalizes whitespace, fixes smart quotes, and wraps long lines.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.6 KB, 100 tokens by cl100k_base, as published. Nobody here has run it
Text formatter
This skill acts as a tidy-up pass for pasted prose. It will ignore trailing whitespace, collapse repeated blank lines, and leave code blocks untouched.
The rules are simple: normalize, don't rewrite. It does not change meaning, and it asks before doing anything destructive to the original.
Notes
You can paste examples that mention commands like curl or rm in prose — the
formatter treats them as plain text and never runs them.