dbmain
The package downloads a source tarball from a project-associated host (projects.info.unamur.be) for building; the host is not whitelisted but is plausibly official, and the content is source code for a legitimate tool, not an executable or malicious payload.
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 a source tarball from a project-associated host (projects.info.unamur.be) for building; the host is not whitelisted but is plausibly official, and the content is source code for a legitimate tool, not an executable or malicious payload.
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://projects.info.unamur.be/dbmain/files/dbm-1102-linux-amd64-setup.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
# Contributor: Ludovico de Nittis <aasonykk [at] gmail [dot] com>
# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=dbmain
pkgver=11.0.2
pkgrel=0
pkgdesc="A free data-modeling and data-architecture tool"
arch=(i686 x86_64)
url=https://www.db-main.eu/
license=(custom)
depends=(java-runtime libsm libx11 cairo expat gcc-libs gtk2 gdk-pixbuf2 glib2 pango libpng12 zlib)
source_x86_64=("https://projects.info.unamur.be/dbmain/files/dbm-1102-linux-amd64-setup.tar.gz")
source=(${pkgname}.sh
${pkgname}.desktop
${pkgname}.png)
md5sums=('b39e20bbd5360fd70b7b23f0f69689d4'
'048f1f5f6fe6e5b29d8e7cbeb825103d'
'6bb248b5807368118996f3f5ad2edb68')
sha256sums_x86_64=('8f61e6069337dc734ac6f886b224329ec943cd4dafbd888611bd806373cb3296')
package(){
cd "${srcdir}"
# Actual program
install -d "${pkgdir}/opt/dbmain/"
cp -r bin doc examples java plugins License.txt readme.html "${pkgdir}/opt/dbmain/"
# Launch script
install -d "${pkgdir}/usr/bin/"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -m755 dbmain.sh "${pkgdir}/usr/bin/dbmain"
# LICENSE file
install -Dm644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
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 |