Sed Tool

AdvisoryAudited by Static analysis on May 2, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

A mistaken command could change or remove content in local files.

Why it was flagged

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.

Skill content
`-i`: Edit files in-place
Recommendation

Use in-place editing only on intended files, keep backups for important files, and review the pattern before applying it broadly.

What this means

Users may need to verify that the `sed-tool` command on their system is the expected local tool and not an unrelated executable.

Why it was flagged

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.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Confirm the command path and implementation before use, especially before running in-place edits on important files.