Back to skill
v1.0.1

Social Accuracy Checker

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:32 AM.

Analysis

This instruction-only skill is coherent for fact-checking social drafts, with minor cautions around external web searches and a broader-than-needed edit permission.

GuidanceSafe to consider for its stated purpose. Before installing or using it, confirm you are comfortable with it reading social drafts, using web search/fetch, and writing a report file; avoid using it on confidential unpublished claims unless those claims can be safely searched online.

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.

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
allowed-tools:
  - Read
  - Write
  - Edit
  - web_search
  - web_fetch

The skill is allowed to read and mutate files and use web tools. This mostly fits the purpose of reading drafts, checking facts online, and writing a report, but Edit is broader than the report-only instructions require.

User impactIf invoked carelessly, the agent has permission to edit local files even though the skill says it should only produce a report.
RecommendationUse it on the intended draft/report workflow and confirm it only writes the accuracy report, not edits the source draft.
Sensitive data protection

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

Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
SKILL.md
Verify each claim via web search — confirm it's accurate, current, and not fabricated

The skill intentionally sends claim-derived queries to web search/fetch providers. That is appropriate for public-source fact-checking, but unpublished draft claims may be reflected in external search queries.

User impactDraft facts or phrasing could be exposed to external search services if the content includes sensitive or not-yet-public information.
RecommendationUse this skill for public-intended social content and avoid including confidential product, metric, customer, or launch details in web search queries.