Adwords

PassAudited by ClawScan on May 1, 2026.

Overview

This copywriting skill appears purpose-aligned and low risk, with only local script execution, persuasive marketing templates, and limited local history logging to be aware of.

This skill is safe to consider for copywriting use. Before installing or invoking it, note that one included script writes local command history, and ensure any generated testimonials, numbers, scarcity claims, or guarantees are based on real, verifiable information.

Findings (3)

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

The agent or user may run a local shell script to display copywriting templates.

Why it was flagged

The skill documents direct execution of a local bash script. The provided script content is simple template output and does not show hidden downloads, eval, networking, or destructive commands.

Skill content
bash scripts/copy.sh <command> [args...]
Recommendation

Use the documented commands and review script changes before running modified versions.

What this means

Some prompts or keywords passed to this CLI may remain on disk in a local history file.

Why it was flagged

The alternate CLI creates a local data directory and appends command names and arguments to a history log, which may retain campaign topics or other user-provided text.

Skill content
DATA_DIR="${ADWORDS_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/adwords}" ... _log() { echo "$(date '+%m-%d %H:%M') $1: $2" >> "$DATA_DIR/history.log"; }
Recommendation

Avoid passing confidential campaign details if local logging is undesirable, or set ADWORDS_DIR to a controlled location and clear history.log when needed.

What this means

Generated marketing copy may sound authoritative or urgent, so inaccurate inputs could become misleading advertisements.

Why it was flagged

The copywriting templates include testimonials, social proof, urgency, and scarcity language. This is aligned with the advertised marketing-copy purpose, but could mislead audiences if filled with fabricated claims.

Skill content
客户证言: "[真实评价]" ... 紧迫感: "限时/限量/限额"
Recommendation

Use real customer quotes, truthful numbers, and accurate availability or refund claims when filling in the templates.