Social Media Analyzer

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a straightforward social-media metrics helper with only user-directed local Python analysis examples and no credentials, network access, persistence, or account changes shown.

This skill looks safe for local analysis of social-media metrics. Before installing, be aware that the example workflow may run the included Python scripts locally; it does not show any ability to log into, post to, or modify social-media accounts.

Findings (1)

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

The agent or user may run local Python code from this skill to analyze campaign data; the provided code shows no network calls, credential use, persistence, or file writes.

Why it was flagged

The skill documents user-directed execution of included Python helper scripts. This is aligned with the analytics purpose, and the visible scripts perform local calculations only, but users should notice that using these examples runs packaged code.

Skill content
python scripts/calculate_metrics.py assets/sample_input.json ... python scripts/analyze_performance.py assets/sample_input.json
Recommendation

Keep script execution user-directed, review the included scripts before first use if desired, and only provide campaign metrics you are comfortable processing locally.