Skip to main content

hyperframes-media

Facilitates asset preprocessing for HyperFrames, enabling text-to-speech, transcription, and background removal for media compositions.

Install this skill

or
85/100

Security score

The hyperframes-media skill was audited on May 21, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 8

Access to hidden dotfiles in home directory

SourceSKILL.md
8Three CLI commands that produce assets for compositions: `tts` (speech), `transcribe` (timestamps), and `remove-background` (transparent video). Each downloads a model on first run and caches it under
medium line 56

Access to hidden dotfiles in home directory

SourceSKILL.md
56Python 3.8+ with `kokoro-onnx` and `soundfile` (`pip install kokoro-onnx soundfile`). Model downloads on first use (~311 MB + ~27 MB voices, cached in `~/.cache/hyperframes/tts/`).
medium line 115

Access to hidden dotfiles in home directory

SourceSKILL.md
115Uses `u2net_human_seg` (MIT). First run downloads ~168 MB of weights to `~/.cache/hyperframes/background-removal/models/`.
Scanned on May 21, 2026
View Security Dashboard
Installation guide →