Sed Tool
PassAudited by ClawScan on May 2, 2026.
Overview
This appears to be a benign text-editing skill, but users should be careful with in-place edits and verify what command is actually being run.
This skill is suitable for simple text transformations. Before installing or using it, verify what `sed-tool` command will run, and be cautious with `-i` or deletion commands because they can alter files directly.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A mistaken command could change or remove content in local files.
The skill documents in-place file editing, which is a normal sed feature but can permanently modify user files if invoked on the wrong path or with an incorrect pattern.
`-i`: Edit files in-place
Use in-place editing only on intended files, keep backups for important files, and review the pattern before applying it broadly.
Users may need to verify that the `sed-tool` command on their system is the expected local tool and not an unrelated executable.
The documentation refers to a `sed-tool` command, but the registry does not provide a source homepage, install mechanism, or required binary declaration. This is not evidence of malicious behavior, but it leaves some ambiguity about the executable users would run.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Confirm the command path and implementation before use, especially before running in-place edits on important files.
