imagekit-upload
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill performs its intended functions using standard practices.\n- [COMMAND_EXECUTION]: The script
scripts/upload.jsuseschild_process.execSyncto runosascripton macOS for clipboard access. This is implemented using a static command string and a hardcoded temporary file path, which prevents command injection risks.\n- [EXTERNAL_DOWNLOADS]: The skill requires the installation of well-known and trusted Node.js packages (imagekit,clipboardy,dotenv) from the official npm registry.\n- [CREDENTIALS_UNSAFE]: The skill correctly instructs users to manage sensitive API keys through a local.envfile. This is a standard and acceptable configuration practice for local agent tools and avoids hardcoding secrets in the code itself.
Audit Metadata