muapi-media-generation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited muapi-media-generation (Agent Skill) and scored it 45/100 (orange). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 1 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
A base64 string of 128+ characters appears in a documentation file. Encoded prompt injection hides the hostile instruction in base64 — invisible to keyword filters — and relies on the agent's ability to decode it at runtime. There is no normal authoring reason to embed a multi-hundred-byte base64 blob in skill docs.
*.sig, SIGNATURES) outside the documentation.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.
Schema-driven generation primitives for images, videos, and audio.
Generate professional-grade media directly from the terminal using 100+ state-of-the-art AI models. All scripts are powered by schema_data.json for dynamic model and endpoint resolution.
| Script | Description | Default Model |
|---|---|---|
generate-image.sh | Text-to-image generation | flux-dev |
generate-video.sh | Text-to-video generation | minimax-pro |
image-to-video.sh | Animate a static image into video | kling-pro |
create-music.sh | Music creation, remix, extend, text/video-to-audio | Suno V5 |
upload.sh | Upload local files to CDN for use with other skills | — |
# Generate an image
bash generate-image.sh --prompt "a sunset over mountains" --model flux-dev --view
# Generate a video
bash generate-video.sh --prompt "ocean waves at golden hour" --model minimax-pro --view
# Animate an image
bash image-to-video.sh --image-url "https://..." --prompt "camera slowly pans right" --model kling-pro
# Create music
bash create-music.sh --style "lo-fi hip hop" --prompt "chill beats for studying"
# Upload a local file
bash upload.sh --file ./my-image.jpgAll scripts support: --async, --view, --json, --timeout N, --help
MUAPI_KEY environment variable (set via core/platform/setup.sh)curl, jq, python3~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.