AI Citation Content Writer
Analysis
This appears to be a straightforward local content-template writer with no credential, network, persistence, or privileged behavior, though users should review output paths and generated content.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
if args.output:
with open(args.output, 'w') as f:
f.write(content)The helper writes generated content to a caller-supplied output path. This is expected for a content generator, but it can overwrite an existing file if used carelessly.
TEMPLATES = {
"definition": """# What is {topic}? (Complete Guide)The documentation describes five content formats, but the helper script artifact visibly implements only the definition template and defaults other requested formats to it.
