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
This skill is a coherent AI Hive video-generation helper that uses a user-provided API key and user-selected media for its stated purpose.
Install only if you intend to use AI Hive for video generation. Prompts and any media paths you pass with --image, --video, --audio, --first-frame, or --last-frame will be uploaded to AI Hive or its returned storage URL, and the API key may be saved locally in ~/.ai-hive/config.json.
def _resolve_api_key(self, cli_key):
if cli_key:
return cli_key
env_key = os.environ.get("AI_HIVE_API_KEY")
if env_key:
return env_key
file_config = self._read_config_file()def _try_read_existing_api_key():
"""安全读取已配置的 API Key,失败返回 None。"""
env_key = os.environ.get("AI_HIVE_API_KEY")
if env_key:
return env_key
try:58/58 vendors flagged this skill as clean.
No suspicious patterns detected.