qbackup
maintainer liberodark
· 2 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the project's own domain (qualeed.com), which is plausibly the official project infrastructure; building from project-owned sources is normal for AUR packages, even if the host is not whitelisted.
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 package downloads a source tarball from the project's own domain (qualeed.com), which is plausibly the official project infrastructure; building from project-owned sources is normal for AUR packages, even if the host is not whitelisted.
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:11
source_x86_64=("https://download.qualeed.com/qbackup/qBackup-${pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: liberodark
2
3
pkgname=qbackup
4
pkgver=1.12.2.0
5
pkgrel=1
6
pkgdesc="Cross-platform file backup"
7
arch=('x86_64')
8
url="https://www.qualeed.com/en/qbackup/"
9
license=('custom')
10
depends=('xdg-utils' 'jre8-openjdk')
11
source_x86_64=("https://download.qualeed.com/qbackup/qBackup-${pkgver}.tar.gz")
12
source=($pkgname.desktop
13
$pkgname.png)
14
sha512sums=('5342925f154bd4bf3d2dc415ccdce55a7e7381ed83744f47d1ea17e7dd3c82536f541b5e7f820f79795d7c4257f5923d8529654eb01c644bfe22acef63da5802'
15
'a7020dc7a82e32827c3da5f67e6c3fbf6d79c8ac075fdbabaebe947b2da78105bb3fe309eae8aa0f3b679458a7dbcf2f6f2a1faf4181db9d207235b228602c24')
16
sha512sums_x86_64=('301a6d2813b7e5e1134b907029d0f9707b3b4d8e4e477932bdac4636c456880fa711e5dca9fe39ded61346055e720f6c9de34e189fd07c8be4070c980baa9eb1')
17
18
package() {
19
cd $srcdir
20
tar xvf qBackup-${pkgver}.tar.gz
21
mkdir -p "$pkgdir/opt/qbackup/"
22
cp -r "qBackup/." "$pkgdir/opt/qbackup/"
23
install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
24
install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
25
}
26
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 |