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 disclosed AI Hive video-generation helper that uploads only user-specified media and uses an AI Hive API key for its stated purpose.
Install only if you intend to use AI Hive for video generation and are comfortable sending prompts and explicitly selected media files to AI Hive/object storage. Review the API key storage location (~/.ai-hive/config.json), keep that file private, and use --no-download or --output-dir if you want to control where generated results are saved.
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:65/65 vendors flagged this skill as clean.
No suspicious patterns detected.