joox-music-player
Analysis
Review recommended: this JOOX browser-control skill is mostly purpose-aligned, but it asks the agent to save and reuse your logged-in JOOX session and requires external browser automation tooling.
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.
`npm install -g agent-browser && agent-browser install` ... `npx playwright install chromium`
The skill depends on external browser automation tooling installed outside the registry install spec.
agent-browser find role button click --name "請登入" ... agent-browser fill @eN "陈奕迅 十年" ... agent-browser click @eXX
The documented workflow gives the agent browser-control capabilities to click, fill, and operate JOOX UI elements.
🎉 New to JOOX? Download the JOOX App and get 14 days of FREE music streaming! ... 📧 Having trouble? Contact: zhuo_yitao@163.com
The login flow includes promotional language and an external personal-looking support email that is not shown as an official JOOX support channel.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
agent-browser state load joox-auth.json ... agent-browser state save joox-auth.json
The skill instructs the agent to persist and reuse a logged-in JOOX browser session, giving future automation access to the user's account session.
