Back to skill
v1.0.0

Trend Radar

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:44 AM.

Analysis

This is a coherent weekly trend-report skill, with the main things to notice being optional scheduled execution and persistent report/event files.

GuidanceThis skill appears safe to use for generating trend reports. Before installing, decide whether you want the optional weekly cron automation, and be aware that it saves reports under memory/research and may create event files that other local automations could read.

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Rogue Agents
SeverityLowConfidenceHighStatusNote
SKILL.md
Cron integration: Auto-execute every Monday 09:00

This documents recurring autonomous execution, which is expected for a weekly report skill but should be explicitly understood by the user.

User impactIf the user installs the cron entry, the skill can keep running every week and generating files without a fresh manual prompt each time.
RecommendationOnly add the cron entry if recurring reports are desired, and remove it if weekly automatic runs are no longer needed.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Memory and Context Poisoning
SeverityLowConfidenceHighStatusNote
SKILL.md
Result: `memory/research/trend-YYYY-WXX.md`

The skill saves generated web-search reports into a persistent memory-style path, making the reports available for later reference.

User impactSaved trend reports may persist across sessions and could influence future work if reused as context.
RecommendationPeriodically review or delete old generated reports if you do not want them retained or reused.
Insecure Inter-Agent Communication
SeverityInfoConfidenceMediumStatusNote
SKILL.md
Publish event when report generated: - Path: `events/trend-update-YYYY-MM-DD.json`

The skill proposes publishing a generated event file, which may be consumed by other event-driven workflows depending on the user's environment.

User impactTrend summaries and highlights could be shared with other local automations or agents that watch the events directory.
RecommendationUse the event output only if you understand what other tools or agents consume files from the events path.