pruna — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited pruna (Agent Skill) 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.
Generate images, edit photos, upscale, and create videos directly from Claude Code using Pruna AI's ultra-fast inference API.
Ensure PRUNA_API_KEY is set:
# macOS Keychain
export PRUNA_API_KEY=$(security find-generic-password -a $USER -s PRUNA_API_KEY -w)
# Or set directly
export PRUNA_API_KEY="your-key"The MCP server must be configured in .claude/settings.local.json:
{
"mcpServers": {
"pruna": {
"command": "uvx",
"args": ["pruna-mcp-server"],
"env": { "PRUNA_API_KEY": "${PRUNA_API_KEY}" }
}
}
}Use generate_image with these guidelines:
Prompt structure: Subject + Style + Lighting + Composition + Quality modifiers
Aspect ratios:
1:1 — social media, product photos16:9 — blog headers, YouTube thumbnails9:16 — stories, TikTok, mobile4:3 — standard photosModel selection:
p-image — default, fastest (~1.5s, $0.005)flux-dev — highest quality (~3s, $0.005)flux-2-klein-4b — cheapest drafts (~1s, $0.0001)Always use English prompts. Use seed for reproducible results when iterating.
Use edit_image with 1-5 reference images + text instruction.
Be explicit about what to change AND what to preserve. Default aspect_ratio: "match_input_image".
Use generate_video with prompt structure: [Subject] + [Action] + [Camera] + [Style]
p-video — premium quality, supports image+audio input ($0.02-0.04/s)wan-t2v — text-to-video onlywan-i2v — animate a static imageKeep duration short (5s) for iterations. Use 720p for drafts, 1080p for final.
Use upscale_image with target 1-8 megapixels. Set enhance_realism=true for AI-generated images.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.