Audiobook

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent for audiobook generation, but users should know it sends their text to SenseAudio's API and uses an API key.

Install only if you are comfortable providing a SenseAudio API key and sending the text you want narrated to SenseAudio. Avoid submitting confidential or unpublished material until you have reviewed the provider's privacy, retention, and billing terms.

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

Using the skill may consume the user's SenseAudio account quota or billing credits.

Why it was flagged

The skill requires a SenseAudio API key. This is expected for an external TTS service, but it gives the skill access to the user's provider account or quota and should be visible to the user.

Skill content
required_credentials:\n    - name: SENSEAUDIO_API_KEY\n      description: API key from https://senseaudio.cn/platform/api-key\n      env_var: API_KEY
Recommendation

Use a dedicated, least-privileged API key if available and revoke or rotate it if the skill is no longer needed.

What this means

Private manuscripts, books, articles, or e-learning content provided to the skill may be transmitted to SenseAudio for processing.

Why it was flagged

The example sends the user's text content to an external SenseAudio API. This is purpose-aligned for audiobook generation, but it means the text leaves the local environment.

Skill content
url = "https://api.senseaudio.cn/v1/t2a_v2" ... "text": text
Recommendation

Review SenseAudio's privacy and data-retention terms before sending confidential or unpublished content.