AUR AI Reviewer

Review Results

Version #2425 of vesktop-bin · commit 1fa9b66a42e6 · status Reviewed

Risk 0/5 · Safe .gitignore
Result #3301

Comment

This change only alters .gitignore to stop ignoring almost everything in the repository except a few packaging files. It does not affect the package build, sources, install scripts, or any executable artifacts. While it broadens what Git will track, that is a repository hygiene change rather than a runtime or supply-chain risk in the packaged AUR output. No evidence of malicious behavior or integrity impact in the package contents from this diff alone.

@@ -1,4 +1,6 @@
-/pkg/
-/src/
-*.tar.*
-icon.svg
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!vesktop.desktop
+!vesktop.sh