Hot Topics

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherently focused on fetching public trending-topic data from a disclosed third-party API, with no credentials, persistence, install code, or destructive actions shown.

This skill appears safe for its stated purpose. It will rely on a third-party API to fetch public trending topics, so consider the trustworthiness and availability of that provider, but the artifacts do not show credential use, persistence, local file access, or data-changing actions.

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

The agent may send requests to the listed external API to retrieve trending-topic data.

Why it was flagged

The skill instructs the agent to make external API requests. This is purpose-aligned and read-only, but users should know the agent will contact a third-party service for results.

Skill content
All endpoints use **GET** method and base URL: `https://60s.viki.moe/v2`
Recommendation

Use normally if you are comfortable relying on that third-party API for trend data; avoid sending private user data in prompts that do not need to be included in the request.

What this means

Users have less external provenance information to verify who maintains the skill or API service.

Why it was flagged

The registry context does not provide a source repository or homepage, so provenance for the instruction-only skill and its referenced API is limited. No install code or hidden helper files are present.

Skill content
Source: unknown; Homepage: none
Recommendation

Before depending on it for important work, verify the API provider and treat returned trend data as third-party content.