art-repo-upload
Audited by Socket on Mar 10, 2026
1 alert found:
Obfuscated FileOverall, the skill's stated purpose (upload local artifacts to Google Drive) aligns with its described capabilities. The main security concern centers on handling the service account key ace-art-repo-secret.json (credentials at project root) and the potential exposure of that credential. The data flow to Google Drive is consistent with the described target and does not exhibit untrusted external exfiltration beyond the intended cloud storage operation. The install path relies on official npm registries for the Google API package, which is standard but would benefit from explicit integrity verification and pinning. Given these observations, the skill is BENIGN with notable credential-management risks that should be mitigated (e.g., securing the key, avoiding exposing the key in public repos, and documenting credential handling).