github-actions
Warn
Audited by Socket on Sep 15, 2026
1 alert found:
AnomalyAnomalyreferences/gha-android-composite-action.md
LOWAnomalyLOW
references/gha-android-composite-action.md
The code implements a legitimate Android build-and-artifact-upload action and contains no evident malware or deliberate data theft. It has a moderate security concern because user-controlled action inputs are interpolated directly into Bash commands and paths, creating potential command-injection risk in workflows that expose those inputs to untrusted pull requests or callers. Restrict `variant` and identifiers to safe allowlisted characters, use environment variables for shell data, validate derived paths, and avoid running this action with untrusted fork input when repository write or secret access is available.
Confidence: 96%Severity: 62%
Audit Metadata