Lip Sync
Analysis
This skill is a straightforward guidance helper for a VideoAny lip-sync webpage, with no evidence of hidden execution, credential use, persistence, or data exfiltration.
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.
permissions: - shell:exec ... python3 scripts/guide_lip_sync.py
The skill declares shell execution and documents running a local Python helper. This is disclosed and the reviewed script only prints guidance, but shell capability is still something users should notice.
Source: unknown Homepage: none
The registry-level source and homepage are sparse, even though the package itself points to VideoAny and includes simple local scripts. This is a provenance note rather than evidence of unsafe behavior.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Image input: upload or use URL, formats `jpg/png/webp` - Audio input: upload or use URL, formats `mp3/wav/m4a` ... actual generation is done on VideoAny web.
The workflow sends user-provided image and audio content to an external web provider. This is purpose-aligned and disclosed, but the media may be personal or sensitive.
