Fanvue
Security checks across malware telemetry and agentic risk
Overview
This is a coherent Fanvue API helper, but it can use powerful OAuth access to read private creator data and publish or message from the account.
Install only if you are comfortable giving an agent Fanvue account access. Use least-privilege OAuth scopes, keep client secrets and refresh tokens private, and require confirmation before any post, mass message, deletion, paid content change, or action involving subscriber or earnings data.
VirusTotal
58/58 vendors flagged this skill as clean.
Risk analysis
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.
A token with these scopes could read chats, media, subscriber and earnings data, and perform actions on the creator account until the token is revoked or expires.
The documented OAuth scopes can provide persistent access, private media access, financial/subscriber reads, and account write authority. This is aligned with the Fanvue management purpose, but it is powerful.
`offline_access`, `offline`, `write:chat`, `write:post`, `read:media`, `read:insights`, `read:subscribers`
Grant only the scopes needed for a specific task, use a dedicated OAuth app, protect the client secret and refresh tokens, and revoke access when no longer needed.
An accidental or poorly reviewed action could send messages to many fans, publish content, or delete account data, affecting reputation and revenue.
The skill exposes high-impact write and delete operations for public/account content and fan communications. These operations match the stated purpose but should be user-controlled.
### Send Mass Message ... `POST /chat-messages/mass` ... ### Create Post ... `POST /posts` ... ### Delete Message ... `DELETE /chat-messages/:id`
Require explicit user approval before posting, sending mass messages, deleting messages, or changing campaign links; preview content, recipients, audience, and price before execution.
Users have less external context to verify who maintains the skill or whether the API guidance is authoritative.
The skill does not install code automatically, but the publisher source and homepage are not provided, limiting provenance checks for the included API guidance and examples.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Verify the Fanvue developer documentation and OAuth app settings independently before granting account access.
