Adwords
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.
The agent or user may run a local shell script to display copywriting templates.
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.
bash scripts/copy.sh <command> [args...]
Use the documented commands and review script changes before running modified versions.
Some prompts or keywords passed to this CLI may remain on disk in a local history file.
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.
DATA_DIR="${ADWORDS_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/adwords}" ... _log() { echo "$(date '+%m-%d %H:%M') $1: $2" >> "$DATA_DIR/history.log"; }Avoid passing confidential campaign details if local logging is undesirable, or set ADWORDS_DIR to a controlled location and clear history.log when needed.
Generated marketing copy may sound authoritative or urgent, so inaccurate inputs could become misleading advertisements.
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.
客户证言: "[真实评价]" ... 紧迫感: "限时/限量/限额"
Use real customer quotes, truthful numbers, and accurate availability or refund claims when filling in the templates.
