Brand Sentiment Optimizer

PassAudited by ClawScan on May 1, 2026.

Overview

This is mainly a brand-content review helper with no evident sensitive access, though its documented commands do not fully match the files provided.

This appears safe for content-review use, but verify the commands before running them. Do not fetch or execute any missing script unless you can review it first, and make sure any optimized brand claims, testimonials, awards, or metrics are accurate.

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.

What this means

A documented command may fail or prompt a user/agent to look for code that was not reviewed with this skill.

Why it was flagged

The skill documents a score_sentiment.py tool, but the provided file manifest/source include only scripts/audit_sentiment.py. This makes the tool catalog incomplete and users should not fetch or substitute unreviewed code to satisfy the missing command.

Skill content
python scripts/score_sentiment.py --content content.md
Recommendation

Use only the included files, or ask the maintainer to provide and register the missing script before running it.

What this means

Users may think the included script audits a website or writes a report, when it only scores supplied text.

Why it was flagged

The actual script accepts only a --content argument, while SKILL.md shows commands using --brand, --output, and --pages. This is a documentation/capability mismatch rather than evidence of malicious behavior.

Skill content
parser.add_argument("--content", required=True)
Recommendation

Treat the script as a simple text scorer unless the maintainer updates the code and documentation to match.