Phosor AI
Analysis
This skill appears to be a coherent Phosor AI video-generation client, but users should notice that it uses a billable API key, uploads media/model files, and can manage/delete Phosor assets.
Findings (6)
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.
Credits are pre-deducted on submit. On failure/timeout, credits are automatically refunded.
Submitting video-generation jobs is the intended purpose, but it is a billable action.
`delete-lora <lora_id>` — Delete a LoRA model
The skill documents an account-mutating command for deleting a LoRA model. This is relevant to the stated LoRA-management purpose but should be user-directed.
Source: unknown
The registry metadata does not identify a verified source repository or provenance for the skill.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Keep your API key secret. Do not commit it to version control or share it publicly. All API calls are authenticated and billed through this key.
The skill requires a Phosor API key that authenticates account actions and charges usage to the user's account.
PHOSOR_BASE_URL — Base URL override (default: https://phosor.ai)
The client supports overriding the API base URL. The visible code requires HTTPS, but the API key is sent to the configured base URL.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`upload-image <file>` — Upload image for I2V ... `upload-lora <high_noise_file> <low_noise_file>` — Upload LoRA
The skill intentionally transfers local images and LoRA model files to the Phosor service for processing.
