qx-entity-editor
maintainer Sai22
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official domain (qxorm.com), which is plausibly legitimate; while not on a standard code host, it is not a personal or swappable file host, and the binaries are verified via checksums, reducing risk.
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 prebuilt binaries from the project's official domain (qxorm.com), which is plausibly legitimate; while not on a standard code host, it is not a personal or swappable file host, and the binaries are verified via checksums, reducing risk.
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:13
source_x86_64=("https://www.qxorm.com/version/QxEntityEditor/${pkgver}/QxEntityEditor_${pkgver}_linux_64b.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Sai22 <sagittariusz548@gmail.com>
2
# Contributor: LinArcx <linarcx@gmail.com>
3
4
pkgname='qx-entity-editor'
5
_pkgname='QxEntityEditor'
6
pkgver=1.2.7
7
pkgrel=2
8
pkgdesc="A graphic editor for QxOrm library."
9
arch=('x86_64' 'i686')
10
url="https://www.qxorm.com/qxorm_en/home.html"
11
license=('GPL-3.0')
12
# "/mnt/D/Document/WorkSpace/Packages/AUR/qx-entity-editor/QxEntityEditor_1.2.2_linux_64b.tar.gz"
13
source_x86_64=("https://www.qxorm.com/version/QxEntityEditor/${pkgver}/QxEntityEditor_${pkgver}_linux_64b.tar.gz"
14
"QxEntityEditor.png"
15
"QxEntityEditor.desktop"
16
"QEELauncher.sh"
17
)
18
source_i686=("https://www.qxorm.com/version/QxEntityEditor/${pkgver}/QxEntityEditor_${pkgver}_linux_32b.tar.gz"
19
"QxEntityEditor.png"
20
"QxEntityEditor.desktop"
21
"QEELauncher.sh"
22
)
23
sha256sums_x86_64=('fe26ea154cf0c125a96b34cd0491d646366f0cdb105e9ea7ca395f03d1b2bee0'
24
'869286123d353ac0f7c21d2d387a08dd58075cad1d27c7088dae7ab3967c3a04'
25
'50ed62f00c3b67d29984554bccea2b810bddb516289decb0364ba6e64496d255'
26
'6565e7dc0c4a49e661ae9cae387c3387ff5a20ce79f2f4f1e64ef158c3d638e3'
27
)
28
sha256sums_i686=('4c087df0e90c549c5c2af00492e7195d236f2b34b4a162afe67f6f58a2a8c0a9'
29
'869286123d353ac0f7c21d2d387a08dd58075cad1d27c7088dae7ab3967c3a04'
30
'50ed62f00c3b67d29984554bccea2b810bddb516289decb0364ba6e64496d255'
31
'6565e7dc0c4a49e661ae9cae387c3387ff5a20ce79f2f4f1e64ef158c3d638e3'
32
)
33
34
package() {
35
cd $srcdir
36
37
_pkg=QxEntityEditor_Linux_64b
38
if [ "${CARCH}" = "i686" ]; then
39
_pkg=QxEntityEditor_Linux_32b
40
fi
41
42
install -d "${pkgdir}/opt/${_pkgname}"
43
install -d "${pkgdir}/usr/bin"
44
install -d "${pkgdir}/usr/share/applications"
45
install -d "${pkgdir}/usr/share/icons"
46
47
cp -r "${srcdir}/${_pkg}/"* "${pkgdir}/opt/${_pkgname}" -R
48
cp $srcdir/QEELauncher.sh ${pkgdir}/opt/${_pkgname}
49
cp $srcdir/${_pkgname}.png ${pkgdir}/opt/${_pkgname}
50
cp $srcdir/${_pkgname}.desktop ${pkgdir}/opt/${_pkgname}
51
52
# ln -s /opt/${pkgname}/MyQxEntityEditorLauncher.sh "${pkgdir}"/usr/bin/MyQxEntityEditorLauncher.sh
53
install -Dm755 ${srcdir}/QEELauncher.sh ${pkgdir}/usr/bin/QEELauncher.sh
54
install -Dm755 ${srcdir}/${_pkgname}.png ${pkgdir}/usr/share/icons/${_pkgname}.png
55
install -Dm644 ${srcdir}/${_pkgname}.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop
56
57
chmod +x ${pkgdir}/usr/bin/QEELauncher.sh
58
}
59
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 |