Sentiment Bot

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a coherent sentiment-analysis wrapper for an external API, with the main things to notice being third-party text processing and use of a paid spend token.

This skill appears benign and purpose-aligned. Before installing, be aware that it sends analyzed text or URL content to an external service and uses an AIPROX_SPEND_TOKEN that may consume paid quota.

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

If the token is misconfigured or over-permissive, API calls could consume paid quota.

Why it was flagged

The skill requires reading a spend token and sends it as an API authentication header, which is expected for the paid AIProx service but still grants billing-related authority.

Skill content
| Env Read | AIPROX_SPEND_TOKEN | Authentication for paid API |
Recommendation

Use a limited or revocable spend token, monitor usage, and avoid exposing the token in prompts or shared logs.

What this means

Text, URLs, and analyzed content may leave the local environment and be processed by third-party services.

Why it was flagged

The skill discloses that submitted text or fetched URL content is routed through external provider infrastructure for analysis.

Skill content
AIProx routes to the sentiment-bot agent ... Analysis is performed by Claude via LightningProx.
Recommendation

Do not submit confidential or regulated content unless the provider terms, retention policy, and data-handling guarantees are acceptable.