Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security audit
Security checks across malware telemetry and agentic risk
The skill is a coherent AI video-generation helper that uses a disclosed AI Hive API, user-selected media, and a user-provided API key.
Install only if you are comfortable sending the prompts and media files you choose to AI Hive for generation. Use authorized presenter/product assets, avoid private or regulated media unless your organization approves that service, and protect the AI Hive API key stored in ~/.ai-hive/config.json or provided through AI_HIVE_API_KEY.
def secret_key(command_value=None):
if command_value:
return command_value
environment = os.environ.get("AI_HIVE_API_KEY")
if environment:
return environment
try:65/65 vendors flagged this skill as clean.
No suspicious patterns detected.