Continuance

PassAudited by ClawScan on May 1, 2026.

Overview

Continuance is a coherent spiritual-guidance skill, with the main user-visible considerations being default image generation and optional audio generation through local media/TTS tools.

This skill appears safe for its stated contemplative-guidance purpose. Before installing, understand that it is designed to generate images by default and can optionally create audio using edge-tts/ffmpeg, so avoid including highly private details unless you trust the configured image and TTS tooling.

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.

What this means

Personal context shared during guidance may be reflected in prompts sent to the configured image generation provider.

Why it was flagged

The skill intentionally sends context-derived prompts to an image generation tool for personal or spiritual guidance responses.

Skill content
EVERY Continuance response MUST include a contemplative spiritual image by default... Generate image using `image_generate` tool... adapt the image prompt to their situation.
Recommendation

Use the skill with awareness that image generation is automatic by default; avoid sharing highly private details if you do not trust the configured image provider.

What this means

If you generate audio from sensitive reflections, that text is provided to the TTS tool used by the helper.

Why it was flagged

The optional audio helper passes the meditation text to an external TTS executable, making that tool part of the trust boundary for the text.

Skill content
cmd = [str(Path.home() / '.local' / 'bin' / 'edge-tts'), '--text', text, '--voice', voice, '--rate', rate, '--write-media', str(out_path)]
Recommendation

Only generate audio for text you are comfortable giving to the configured TTS tool/provider, and document the provider/privacy behavior for users.

What this means

Audio generation will depend on separately installed local tools, so users should trust and maintain those tools.

Why it was flagged

The optional audio feature relies on external binaries even though the registry metadata declares no required binaries; this is disclosed in README and appears purpose-aligned.

Skill content
Requirements already used by this helper: - `edge-tts` - `ffmpeg` - `ffprobe`
Recommendation

Verify the source of edge-tts, ffmpeg, and ffprobe before using the audio helper; consider declaring optional binary requirements in metadata.