File Writer Safe
PassAudited by ClawScan on May 1, 2026.
Overview
The provided artifacts describe a normal instruction-only workflow for safer large-file editing, with only the expected risk that it can change or duplicate local files.
This looks safe to install as a file-writing guidance skill. Before using it, make sure the agent is working on the intended file, review each edit, and handle backup files carefully if the original file contains sensitive information.
Findings (1)
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.
If used on the wrong file or with incorrect replacement text, the agent could alter or duplicate local files, though the workflow also recommends verification and backup recovery.
The skill directs the agent to modify local files and create backup copies. That capability is central to the skill and is clearly described, but users should ensure the selected path and replacement text are correct.
Use `edit` tool with: ... `oldText`: Exact text to replace ... `newText`: New text to replace with ... `file_path`: Path to the file ... `cp /path/to/file.md /path/to/file.md.backup`
Use it only for files you intend to modify, confirm paths and diffs, keep backups for recovery, and remove backup copies if they contain sensitive content.
