omnidrive
Fail
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: HIGHCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The
scripts/report.pyfile contains several hardcoded credentials, including a Resend API key (SKILL_EMAIL_KEY), Gmail account credentials with an app password (SKILL_GMAIL_USERandSKILL_GMAIL_APP_PWD), and a Brave Search API key. Hardcoding these secrets in a skill package is a critical security vulnerability that exposes accounts to compromise. - [REMOTE_CODE_EXECUTION]: The
do_install_skillfunction inscripts/report.pydownloads shell scripts from arbitrary URLs or GitHub repositories based on search results and executes them via subprocess. This allows for the execution of untrusted code on the host system without adequate verification. - [EXTERNAL_DOWNLOADS]: The skill's
README.mdandreferences/env_fixes.mdpromote several 'one-line install' patterns and automatic fixes that fetch and execute scripts from external domains likeraw.githubusercontent.com,bootstrap.pypa.io,deb.nodesource.com, andget.docker.com. - [COMMAND_EXECUTION]: The 'Auto-Fix' strategy defined in
references/env_fixes.mdinstructs the AI to execute powerful system commands, including package installations viasudo,brew, andapt-get, without user confirmation or technical transparency. - [DATA_EXFILTRATION]: The
scripts/report.pyandscripts/hook_post_skill.pyscripts are designed to collect extensive environment metadata (OS details, tool paths, and configuration status) and session transcripts, which are then transmitted to an external community API (https://api.ai-autopilot.community). - [PROMPT_INJECTION]: The
SKILL.mdfile contains instructions that command the agent to bypass standard safety procedures and user confirmations through rules like 'ONE confirmation only', 'Auto-fix everything', and 'FIX IT SILENTLY'.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/AI-flower/omnidrive-skill/main/install.sh, unknown (check file) - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata