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 ad-image generation helper, with expected API-key use and user-directed image upload, though users should understand that prompts and images go to AI Hive.
Install only if you are comfortable using AI Hive for this workflow. Treat prompts, product images, brand assets, and generated-task data as leaving your machine for cloud processing, and avoid submitting confidential or unauthorized ad assets. Use the init command only when you intend to store an AI Hive API key locally.
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:52/52 vendors flagged this skill as clean.
No suspicious patterns detected.