qx-entity-editor
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
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)
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# Maintainer: Sai22 <sagittariusz548@gmail.com>
# Contributor: LinArcx <linarcx@gmail.com>
pkgname='qx-entity-editor'
_pkgname='QxEntityEditor'
pkgver=1.2.7
pkgrel=2
pkgdesc="A graphic editor for QxOrm library."
arch=('x86_64' 'i686')
url="https://www.qxorm.com/qxorm_en/home.html"
license=('GPL-3.0')
# "/mnt/D/Document/WorkSpace/Packages/AUR/qx-entity-editor/QxEntityEditor_1.2.2_linux_64b.tar.gz"
source_x86_64=("https://www.qxorm.com/version/QxEntityEditor/${pkgver}/QxEntityEditor_${pkgver}_linux_64b.tar.gz"
"QxEntityEditor.png"
"QxEntityEditor.desktop"
"QEELauncher.sh"
)
source_i686=("https://www.qxorm.com/version/QxEntityEditor/${pkgver}/QxEntityEditor_${pkgver}_linux_32b.tar.gz"
"QxEntityEditor.png"
"QxEntityEditor.desktop"
"QEELauncher.sh"
)
sha256sums_x86_64=('fe26ea154cf0c125a96b34cd0491d646366f0cdb105e9ea7ca395f03d1b2bee0'
'869286123d353ac0f7c21d2d387a08dd58075cad1d27c7088dae7ab3967c3a04'
'50ed62f00c3b67d29984554bccea2b810bddb516289decb0364ba6e64496d255'
'6565e7dc0c4a49e661ae9cae387c3387ff5a20ce79f2f4f1e64ef158c3d638e3'
)
sha256sums_i686=('4c087df0e90c549c5c2af00492e7195d236f2b34b4a162afe67f6f58a2a8c0a9'
'869286123d353ac0f7c21d2d387a08dd58075cad1d27c7088dae7ab3967c3a04'
'50ed62f00c3b67d29984554bccea2b810bddb516289decb0364ba6e64496d255'
'6565e7dc0c4a49e661ae9cae387c3387ff5a20ce79f2f4f1e64ef158c3d638e3'
)
package() {
cd $srcdir
_pkg=QxEntityEditor_Linux_64b
if [ "${CARCH}" = "i686" ]; then
_pkg=QxEntityEditor_Linux_32b
fi
install -d "${pkgdir}/opt/${_pkgname}"
install -d "${pkgdir}/usr/bin"
install -d "${pkgdir}/usr/share/applications"
install -d "${pkgdir}/usr/share/icons"
cp -r "${srcdir}/${_pkg}/"* "${pkgdir}/opt/${_pkgname}" -R
cp $srcdir/QEELauncher.sh ${pkgdir}/opt/${_pkgname}
cp $srcdir/${_pkgname}.png ${pkgdir}/opt/${_pkgname}
cp $srcdir/${_pkgname}.desktop ${pkgdir}/opt/${_pkgname}
# ln -s /opt/${pkgname}/MyQxEntityEditorLauncher.sh "${pkgdir}"/usr/bin/MyQxEntityEditorLauncher.sh
install -Dm755 ${srcdir}/QEELauncher.sh ${pkgdir}/usr/bin/QEELauncher.sh
install -Dm755 ${srcdir}/${_pkgname}.png ${pkgdir}/usr/share/icons/${_pkgname}.png
install -Dm644 ${srcdir}/${_pkgname}.desktop ${pkgdir}/usr/share/applications/${_pkgname}.desktop
chmod +x ${pkgdir}/usr/bin/QEELauncher.sh
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |