dbmain
maintainer ryu1845
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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://projects.info.unamur.be/dbmain/files/dbm-1102-linux-amd64-setup.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
2
# Contributor: Ludovico de Nittis <aasonykk [at] gmail [dot] com>
3
# Contributor: Eric Engestrom <aur [at] engestrom [dot] ch>
4
5
pkgname=dbmain
6
pkgver=11.0.2
7
pkgrel=0
8
pkgdesc="A free data-modeling and data-architecture tool"
9
arch=(i686 x86_64)
10
url=https://www.db-main.eu/
11
license=(custom)
12
depends=(java-runtime libsm libx11 cairo expat gcc-libs gtk2 gdk-pixbuf2 glib2 pango libpng12 zlib)
13
source_x86_64=("https://projects.info.unamur.be/dbmain/files/dbm-1102-linux-amd64-setup.tar.gz")
14
source=(${pkgname}.sh
15
${pkgname}.desktop
16
${pkgname}.png)
17
md5sums=('b39e20bbd5360fd70b7b23f0f69689d4'
18
'048f1f5f6fe6e5b29d8e7cbeb825103d'
19
'6bb248b5807368118996f3f5ad2edb68')
20
sha256sums_x86_64=('8f61e6069337dc734ac6f886b224329ec943cd4dafbd888611bd806373cb3296')
21
22
package(){
23
cd "${srcdir}"
24
25
# Actual program
26
install -d "${pkgdir}/opt/dbmain/"
27
cp -r bin doc examples java plugins License.txt readme.html "${pkgdir}/opt/dbmain/"
28
29
# Launch script
30
install -d "${pkgdir}/usr/bin/"
31
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
32
install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
33
install -m755 dbmain.sh "${pkgdir}/usr/bin/dbmain"
34
35
# LICENSE file
36
install -Dm644 License.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
37
}
38
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 |