Caveat verdict
hidream-model-gen
Reads local files AND makes external network calls
API client for Vivago AI image/video generation platform using the user's HIDREAM_AUTHORIZATION key; all network calls go to the documented Vivago API for the skill's stated generation purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read
package_install
Findings (2)
Python os.environ.get — reads environment variable
scripts/img2video.py · prose · downgraded · os.environ.get(
Popular HTTP library — network access
scripts/vivago_client.py · prose · downgraded · Got
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installnetwork_outfile_read Thanks — recorded.