automate-github-issues

Warn

Audited by Socket on Sep 14, 2026

4 alerts found:

Securityx2Anomalyx2
SecurityMEDIUM
assets/fleet-merge.yml

The workflow is primarily legitimate repository automation and contains no clear malware or deliberate data theft in the supplied fragment. It has a significant command/code-injection risk from directly interpolating the manual `base_branch` input into shell and dynamically generated JavaScript, plus an overly broad bot-authorship filter and an untrusted PR-body-to-agent prompt flow. Use strict branch validation, pass values through environment variables or safely quoted arguments, restrict allowed authors, pin dependencies, and ensure the Jules prompt is explicitly and safely passed.

Confidence: 97%Severity: 72%
AnomalyLOW
scripts/fleet-merge.ts

The code is a legitimate-looking fleet PR merge orchestrator, not apparent malware. It intentionally uses GITHUB_TOKEN to close, update, and merge repository pull requests and uses Jules to re-dispatch tasks after conflicts. The main risks are operational and authorization-related: missing check runs are treated as passing, PR identification relies on substring matching, and API responses are only partially validated. Deployment should use a narrowly scoped token, protected branches, required status checks, and stronger PR/session identity validation.

Confidence: 97%Severity: 57%
SecurityMEDIUM
scripts/github/git.ts

The code appears to be a legitimate Git metadata utility, but `getGitRepoInfo` is vulnerable to command injection when `remoteName` is not strictly trusted because it is interpolated into `child_process.exec`. Restrict remoteName to a safe Git remote-name pattern or use `execFile` with separate arguments. No clear malicious behavior or obfuscation is present.

Confidence: 98%Severity: 76%
AnomalyLOW
assets/fleet-dispatch.yml

The workflow appears designed for automated issue analysis and agent dispatch. It contains no explicit malicious payload, but it executes repository-controlled installation and code with access to JULES_API_KEY and likely network access. Review fleet-plan.ts, package manifests, lifecycle scripts, repository permissions, and pin third-party actions to immutable commit SHAs before treating it as low risk.

Confidence: 96%Severity: 56%
Audit Metadata
Analyzed At
Sep 14, 2026, 04:27 PM
Package URL
pkg:socket/skills-sh/google-labs-code%2Fjules-skills%2Fautomate-github-issues%2F@4bac11ba90ee5ed5500522baa96fb8f0fe73537b2ed6d4a3074f4a70be925fba
Security Audit — socket — automate-github-issues