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 image-generation helper that uploads only user-selected product images to AI Hive and stores credentials only when the user explicitly asks it to.
Install only if you are comfortable sending the selected product reference images and prompt details to AI Hive. Use the brief command when you only want to inspect the prompt without upload or cost, and be aware that the auth command stores the AI Hive API key locally in ~/.ai-hive/config.json.
def load_key(explicit=None):
if explicit:
return explicit
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.