Caveat verdict
aigc-images
Accesses credentials AND makes external network calls
Batch image generation orchestrator that reads API keys from a local file, env var, or user-specified URL and submits them to BizyAir's documented API; key loading from a remote URL is legitimate operational design, not exfiltration.
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.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read+write
credential_access
Findings (1)
Possible hardcoded credential
SKILL.md · code · API_KEY="your_api_key_here
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outcredential_accessfile_write Thanks — recorded.