TikTok Shop Product Details API
Analysis
The skill matches its stated TikTok Shop product lookup purpose, but its documented command exposes your JustOneAPI token through command-line arguments, so it should be reviewed before use.
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.
Source: unknown Homepage: https://api.justoneapi.com
The registry metadata does not identify a source repository or package provenance, although the included helper code is small and no external install script is present.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
node {baseDir}/bin/run.mjs --operation "getTiktokShopProductDetailV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"productId":"<productId>"}'The documented invocation passes the API token as a command-line argument; after shell expansion, that secret can be visible in process listings or command-line telemetry on the local system.
"location": "query",
"name": "token",
"required": trueThe operation defines the authentication token as a query parameter, so the helper sends it in the request URL to JustOneAPI. This is disclosed and purpose-aligned, but URL query strings can be captured by logs or intermediaries.
