AUR AI Reviewer

Review Results

Version #2472 of heroic-games-launcher-bin · commit c4ee3db61a8c · status Reviewed

Risk 0/5 · Safe .SRCINFO
Result #3598

Comment

The change only adds an optional dependency entry in .SRCINFO: `rsync: Move games using rsync instead of mv`. This is metadata-only and does not alter build scripts, sources, permissions, or install-time behavior. `rsync` is a standard Arch package and the optdepend merely documents an optional feature; there is no evidence of supply-chain risk or privilege escalation in this diff hunk.

@@ -19,6 +19,7 @@ pkgbase = heroic-games-launcher-bin
 	optdepends = gamemode
 	optdepends = gamescope
 	optdepends = mangohud
+	optdepends = rsync: Move games using rsync instead of mv
 	provides = heroic-games-launcher
 	conflicts = heroic-games-launcher
 	noextract = Heroic-2.22.3-linux-x64.pacman
Risk 0/5 · Safe PKGBUILD
Result #3599

Comment

The change only adds an optional dependency entry for rsync in optdepends, with no executable code, install script, or packaging behavior changes. This does not introduce a supply-chain, privilege, or persistence risk on its own.

@@ -33,6 +33,7 @@ optdepends=(
   "gamemode"
   "gamescope"
   "mangohud"
+  "rsync: Move games using rsync instead of mv"
 )
 provides=(heroic-games-launcher)
 conflicts=(heroic-games-launcher)