Trend

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a local content logging helper rather than a live trend tracker; it shows no credential or network use, but it keeps your entries in local files.

Install this only if you want a simple local content logging utility, not a live trend or sentiment alerting service. Do not enter sensitive material unless you are comfortable with it being stored in plain text under ~/.local/share/trend.

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 user may expect real trend, popularity, sentiment, or alert functionality, but the artifacts mainly support storing and reviewing user-entered content notes.

Why it was flagged

The frontmatter advertises trend tracking with sentiment and alerts, while the body and visible script describe content drafting, scheduling logs, search, and export rather than live trend analytics.

Skill content
description: "Track trending topics with popularity, sentiment, and alerts..." ... "Content creation and management toolkit. Draft posts, edit content..."
Recommendation

Treat this as a local content log unless the maintainer clarifies and implements the advertised trend-analysis features.

What this means

Drafts, schedules, hashtags, and other entered text may remain on disk and can later be shown by recent/search/export commands.

Why it was flagged

The script creates a persistent local data directory and records user-provided command input and activity history in log files.

Skill content
DATA_DIR="${HOME}/.local/share/trend" ... echo "$ts|$input" >> "$DATA_DIR/draft.log" ... _log "draft" "$input"
Recommendation

Avoid entering secrets or highly sensitive unpublished content unless you are comfortable with local plain-text retention; delete the files under ~/.local/share/trend when no longer needed.