Tiktok Live Commerce
Analysis
This instruction-only skill is purpose-aligned, but it should be reviewed because it documents authenticated API calls that can create paid TikTok live-commerce hiring tasks without clearly declared credentials or approval limits.
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.
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.
curl -X POST https://www.pinghuman.ai/api/v1/tasks ... "compensation": 1500.00 ... "commission_rate": 0.08 ... "performance_bonuses"
The skill documents an authenticated API request to create a paid live-commerce hiring task with monetary terms and commission incentives, but the provided instructions do not show approval or budget guardrails before submission.
Registry metadata: Version: 0.1.0; Source: unknown. SKILL.md frontmatter: version: 1.0.0; Skill File: https://www.pinghuman.ai/skills/tiktok-live-commerce/skill.md
The registry version and SKILL.md version differ, the source is listed as unknown, and the skill points to a remote skill file. This is not code execution, but it creates provenance ambiguity.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Requirements: Primary credential: none; Required env vars: none. SKILL.md: -H "Authorization: Bearer ph_sk_abc123..."
The registry says no credential is required, while the usage examples rely on a bearer token for PingHuman API access. That under-declares the account authority needed for the skill’s paid task actions.
