TikTok Page

PassAudited by ClawScan on May 1, 2026.

Overview

This is a disclosed TikTok API helper, but installing it means giving the agent OAuth access that can read stats and publish videos to your TikTok account.

Install only if you are comfortable letting the agent use TikTok OAuth credentials for this account. Use the minimum TikTok scopes needed, protect ~/.config/tiktok-page/credentials.json, and manually confirm any publishing action before allowing it to run.

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

If invoked with valid credentials, the agent can post videos to the connected TikTok account.

Why it was flagged

The skill includes a documented ability to publish videos through the TikTok API. This matches the stated TikTok manager purpose, but publishing public content is a high-impact action.

Skill content
| Publish video from URL | POST | /post/publish/video/init/ with PULL_FROM_URL |
Recommendation

Only grant the TikTok scopes you need, and require manual review of the video, caption, account, and publish action before posting.

What this means

Anyone or anything with access to this file could potentially use or refresh TikTok account access until the credentials are revoked or rotated.

Why it was flagged

The skill uses a local credential file containing TikTok OAuth tokens and app credentials. This is disclosed and expected for the integration, but these credentials can authorize account actions.

Skill content
"path": "~/.config/tiktok-page/credentials.json", "fields": ["TIKTOK_ACCESS_TOKEN", "TIKTOK_REFRESH_TOKEN", "TIKTOK_CLIENT_KEY", "TIKTOK_CLIENT_SECRET", "TIKTOK_OPEN_ID"], "sensitive": true
Recommendation

Store the file with restrictive permissions, avoid sharing or committing it, grant minimal OAuth scopes, and rotate/revoke the credentials if the machine or file may be exposed.