Audio Script Writer
PassAudited by ClawScan on May 1, 2026.
Overview
The skill appears to be a local audio-script conversion helper, with only low-risk notes about broad local tool permissions and an unnecessary requirements file.
This looks safe to use for local conversion of documents into audio scripts. Provide only content you are allowed to transform, double-check input and output paths, and avoid installing the listed requirements because the code appears to need only Python’s standard library.
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.
If invoked carelessly, the agent could read the wrong local file or overwrite an output path, although the artifacts do not instruct hidden or automatic misuse.
The skill can read, write, edit files, and run shell commands. This is useful for running the local converter and saving outputs, but it is broader authority than the core text-conversion task alone requires.
allowed-tools: [Read, Write, Bash, Edit]
Use explicit input and output paths, review any proposed Bash/Edit actions, and restrict unnecessary tools if your environment supports per-skill tool limits.
Installation could be confusing or unnecessarily touch package registries, but the included code itself uses only standard-library imports.
The file says no external dependencies are required, but then lists standard-library modules as requirements. If someone runs a package installer against this file, it may unnecessarily query or install similarly named external packages.
# No external dependencies required # Uses Python standard library only argparse json re sys pathlib typing
Do not run package installation for these standard-library entries; maintainers should remove them from requirements.txt or declare only real, pinned dependencies.
