Tiktok Product Promotion
Analysis
This instruction-only skill is coherent with its TikTok promotion purpose, but it can guide an agent to use an account bearer token to create paid influencer campaign tasks without clearly documented approval, budget, or credential-scope safeguards.
Findings (4)
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": 800.00 ... "commission_structure": { "base_payment": 800.00, "affiliate_commission": "10% of sales"The skill documents a direct API call that creates a paid promotional task with compensation and commission terms. That is purpose-aligned, but it is a high-impact business action and the artifact does not show confirmation, budget caps, or reversibility guidance.
skill-install tiktok-product-promotion ... echo "tiktok-product-promotion: https://www.pinghuman.ai/skills/tiktok-product-promotion/skill.md" >> ~/.agent/skills.txt
The install instructions point to a remote skill definition and manual agent configuration. No executable code is present, but the source is listed as unknown and no pin or integrity check is shown.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
-H "Authorization: Bearer ph_sk_abc123..."
The examples require a bearer token that authorizes PingHuman API access. The supplied registry metadata declares no primary credential or required environment variable, so the account authority and token scope are under-disclosed.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"description": "Create a 30-60 second TikTok video reviewing our wireless earbuds... Provide affiliate link in bio and use promo code CREATOR20"
The task payload sends product, promotion, affiliate, and tracking details to the external PingHuman service and ultimately to human creators. This data sharing is expected for the skill, but users should understand the boundary.
