pacnew-chaser
maintainer papajoke
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the maintainer's personal domain, but it contains only buildable source code for a Qt tool; the package installs no remote-executed payloads and the worst-case impact of a swapped source is limited to code injection during build, which is low risk for an AUR package.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the maintainer's personal domain, but it contains only buildable source code for a Qt tool; the package installs no remote-executed payloads and the worst-case impact of a swapped source is limited to code injection during build, which is low risk for an AUR package.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:14
source=("https://www.manjaro.fr/forum/datas/pacnew-chaser-qt-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
#Maintainer : Papajoke <papajoke [at] manjaro [dot] fr>
2
pkgname=pacnew-chaser
3
pkgver=0.9.22
4
pkgrel=2
5
url="https://gitlab.com/papajoker/pacnew-chaser"
6
pkgdesc="manage .pacnew files, compare and merge (qt gui)"
7
arch=('x86_64')
8
license=('GPL')
9
install=.install
10
depends=('qt5pas' 'git')
11
optdepends=('diffuse: editor, compare merge files'
12
'kompare: editor, compare merge files'
13
'meld: editor, compare merge files')
14
source=("https://www.manjaro.fr/forum/datas/pacnew-chaser-qt-${pkgver}.tar.gz")
15
sha512sums=('107bbeffe6272d4c9ddeb828c2d67ce896f83a5f5ce947c224d7e664cf010893727660fb6b95f91635bf81c77380298f2f36aa184d492e3daf8816df38cb6f5a')
16
17
package() {
18
#cd "$srcdir"
19
install -d ${pkgdir}{/usr/{bin,share/{applications,pixmaps,polkit-1/actions,locale/fr/LC_MESSAGES,mime/packages},lib/$pkgname},/etc}
20
install -m755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
21
install -m644 lib/man.css "${pkgdir}/usr/lib/${pkgname}/man.css"
22
install -m755 lib/pacnews "${pkgdir}/usr/lib/${pkgname}/pacnews"
23
install -m644 "lib/${pkgname}.hook" "${pkgdir}/usr/lib/${pkgname}/${pkgname}.hook"
24
install -m644 "lib/${pkgname}.xml" "${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
25
install -m644 "lib/${pkgname}.ini" "${pkgdir}/etc/${pkgname}.ini"
26
install -m644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
27
install -m644 "images/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
28
#mkdir -p "${pkgdir}/usr/share/polkit-1/actions/"
29
msg2 "install polkit policies"
30
for p in diffuse meld kompare rm vscode ; do
31
install -m644 "policies/org.manjaro.fr.pacnew.${p}.policy" "${pkgdir}/usr/share/polkit-1/actions/"
32
done
33
msg2 "install locales"
34
for p in fr ; do
35
cp "languages/${pkgname}.${p}.po" "${pkgdir}/usr/share/locale/${p}/LC_MESSAGES/${pkgname}.po"
36
[ -f "languages/lclstrconsts.${p}.po" ] && cp "languages/lclstrconsts.${p}.po" "${pkgdir}/usr/share/locale/${p}/LC_MESSAGES/lclstrconsts.po"
37
done
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |