Donson Intelligent Editing
AdvisoryAudited by Static analysis on Apr 30, 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.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat this means
The agent may suggest commands that read input media and write output files on the user's machine.
Why it was flagged
The skill is designed to produce FFmpeg shell commands that operate on local media files. This is expected and purpose-aligned, but shell commands can modify or create files, so users should review generated commands before execution.
Skill content
output-format: shell-command ... ffmpeg -i input.mp4 output.mkv
Recommendation
Run generated FFmpeg commands only on intended files, verify input and output paths, and review options before execution.
