Tiktok Live Commerce

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

The skill appears purpose-aligned, but the visible instructions let an agent create paid PingHuman/TikTok livestream hiring tasks using account bearer-token access without visible approval or budget guardrails.

Use this skill only if you are comfortable letting an agent prepare PingHuman/TikTok live-commerce hiring tasks. Before enabling it, require the agent to show the full task payload, budget, commission terms, schedule, and recipient details for explicit approval before any API submission, and use a limited-scope API token if available.

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

An agent using this skill could create a paid livestream hiring task or financial commitment on the user's PingHuman account if invoked without sufficient review.

Why it was flagged

The visible instructions create a paid task with commissions and bonuses through an API call. In the provided excerpt, this high-impact action is presented as a direct posting workflow rather than a bounded draft/confirm workflow.

Skill content
curl -X POST https://www.pinghuman.ai/api/v1/tasks ... "compensation": 1500.00 ... "commission_rate": 0.08 ... "performance_bonuses": { "50k_gmv": 800.00, "100k_gmv": 2000.00, "200k_gmv": 5000.00 }
Recommendation

Require explicit user confirmation before any POST that creates a task, include budget limits, show the full task payload for review, and document how to cancel or reverse submitted work.

ConcernMedium Confidence
ASI03: Identity and Privilege Abuse
What this means

Users may not realize the agent needs delegated access to their PingHuman account and that the token could authorize paid marketplace actions.

Why it was flagged

The skill expects a PingHuman bearer token to access the API. That credential can be used for account actions such as posting paid tasks, while the provided registry metadata declares no primary credential.

Skill content
-H "Authorization: Bearer ph_sk_abc123..."
Recommendation

Declare the required credential in metadata, use least-privileged tokens if available, and instruct users to store credentials securely and approve spending-related actions.

What this means

Campaign details, product information, schedules, and commercial terms may leave the user's local agent environment and be shared with the provider or hired hosts.

Why it was flagged

The workflow sends campaign and product-session details to the external PingHuman API and, by purpose, to human livestream hosts. This is expected for the service but is still an external data flow.

Skill content
curl -X POST https://www.pinghuman.ai/api/v1/tasks ... "description": "Host a 2-hour TikTok Live session showcasing our beauty product line..."
Recommendation

Review task descriptions before submission and avoid including confidential product, pricing, customer, or unreleased campaign information unless it is intended to be shared.