intelligems-core
Fail
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: HIGHCOMMAND_EXECUTIONCREDENTIALS_UNSAFEDATA_EXFILTRATION
Full Analysis
- Persistence Mechanisms (HIGH): The script
references/setup_automation.shcreates a macOS LaunchAgent by writing a.plistfile to~/Library/LaunchAgents/and loading it withlaunchctl. This enables the skill to run code automatically on a persistent schedule without user interaction.\n- Data Exposure & Credentials (MEDIUM): The skill's setup process involves capturing a user's API key and writing it to~/intelligems-analytics/.env. Storing secrets in plain-text configuration files increases the risk of credential exposure to other local processes with access to the user's home directory.\n- Command Execution (MEDIUM): Multiple files (setup_workspace.sh,setup_automation.sh, andSKILL.mdinstructions) perform direct shell commands including virtual environment creation, pip installations, file system modification, and system service management.\n- Data Exfiltration (LOW): Thereferences/ig_slack.pymodule includes functionality to send data to external Slack webhooks provided at runtime. While the destination is user-defined, it establishes a network pathway for data to leave the local environment.
Recommendations
- AI detected serious security threats
Audit Metadata