clipacanvas — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clipacanvas (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="logo_neon_preview-removebg-preview.png" alt="Clip.A.Canvas logo" width="720"> </p>
<!-- description:start --> Clip.A.Canvas transforms HTML/CSS/JS animations into MP4 videos — entirely local or hosted in the cloud. Powered by Chromium + FFmpeg for high-quality, browser-accurate rendering. Perfect for AI agents generating video content, demos, or visual explanations on-the-fly. <!-- description:end -->
Clip.A.Canvas is a local and remote browser-motion-to-video toolkit.
It includes:
https://clipacanvas.vercel.apphttps://github.com/mechreaper007x/ClipACanvashttps://github.com/mechreaper007x/ClipACanvas/releases/tag/v1.0.0https://mechreaper007x-clip-a-canvas-mcp.hf.space/sseExpose render_video and render_video_to_file tools to your AI assistant.
We host a public instance of the MCP server on Hugging Face Spaces using Server-Sent Events (SSE). Point your client configuration directly to our cloud endpoint:
Claude Desktop Configuration (`claude_desktop_config.json`):
{
"mcpServers": {
"clipacanvas": {
"url": "https://mechreaper007x-clip-a-canvas-mcp.hf.space/sse"
}
}
}If you prefer running the server locally on your machine:
# Run locally with uvx
uvx --from clipacanvas-mcp clipmcp
# Or install via pip
pip install clipacanvas-mcpClaude Desktop Configuration for Local Server:
{
"mcpServers": {
"clipacanvas": {
"command": "uvx",
"args": ["--from", "clipacanvas-mcp", "clipmcp"]
}
}
}A keyboard-first CLI tool for local render pipelines.
# Using pipx (recommended)
pipx install clipacanvas-tui
# Using uv
uv tool install clipacanvas-tuiRun either command (clipacanvas-tui or clippp):
clipacanvas-tui --clipboard --preview
# or
clippp --clipboard --previewA visual UI for editing, previewing, and rendering HTML code to MP4.
git clone https://github.com/mechreaper007x/ClipACanvas.git
cd ClipACanvas
pip install -r requirements.txt
pip install -r desktop_requirements.txt
npm install
python -m playwright install chromiumlaunch_desktop.bat or python desktop_app.py./launch_desktop.commandSee build_desktop.py to package binaries:
python build_desktop.py -> dist/ClipACanvas.exepython build_installer.py -> dist/ClipACanvas-Setup.exepython3 build_mac_app.py -> dist/ClipACanvas.appMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.