Chanjing One Click Video Creation
Analysis
The skill is coherent for generating videos, but it does use Chanjing credentials, external API/CDN calls, local media tools, and persistent output files.
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.
allowed_commands: - python3 - ffmpeg - ffprobe - chan-skill ... subprocess: ... mayInvokeSiblingSkillScripts: true
The skill is designed to run local media tools and sibling skill scripts; this is central to rendering but means local executables are part of the trust boundary.
Required binaries (all must exist): none ... Primary credential: none
Registry-level requirement signals understate the package’s own documented dependencies and credential file, which could surprise users during setup even though the package documents them elsewhere.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
credentials:
model: credentials_json
defaultPath: "~/.chanjing/credentials.json"
...
sensitiveFields:
- app_id
- secret_key
- access_token
persistAccessTokenOnDisk: trueThe skill uses Chanjing account credentials and persists an access token locally, which is expected for the API integration but is sensitive account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
network:
httpsOutbound: true
documentedHosts:
- open-api.chanjing.cc
...
userContent:
mayDownloadFromApiResponseUrls: trueThe workflow sends generation tasks to Chanjing and downloads media from URLs returned by the service, which is expected but moves user-provided content through an external provider.
