ci
Warn
Audited by Socket on Sep 17, 2026
1 alert found:
AnomalyAnomalyscripts/ci.mjs
LOWAnomalyLOW
scripts/ci.mjs
The code appears to be a legitimate GitHub Actions monitoring script. It does not show clear malware indicators or unauthorized data collection. However, it has a meaningful command-injection risk because user-controlled and repository-derived values are interpolated into `execSync` shell commands. Safer argument-array APIs or strict validation should be used, especially for branch names, run IDs, and repository names.
Confidence: 98%Severity: 62%
Audit Metadata