dbschema

maintainer asyncbtd · 16 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads the source tarball and favicon from the official dbschema.com domain, which is the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a legitimate and expected source for the software, and the checksums are provided and verifiable.

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 the source tarball and favicon from the official dbschema.com domain, which is the project's own release infrastructure; despite the static analyzer flag for a non-whitelisted host, this is a legitimate and expected source for the software, and the checksums are provided and verifiable.

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:17 "${pkgname}-${pkgver}.tar.gz::https://dbschema.com/download/dbschema_linux_${pkgver//./_}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Timofey Brukhanchik <asyncbtd@gmail.com>
2# Contributor: Marcin Nowak <marcin.j.nowak+aur # gmail DOT com>
3# Contributor: Koi Dong <akillcool#live.com>
4# Contributor: Sergei Marochkin <me@ziggi.org>
5# Contributor: Morris Jobke <morris.jobke AT gmail DOT com>
6# Contributor: Boris Shomodjvarac <shomodj AT gmail DOT com>
7# Contributor: G. Richard Bellamy <rbellamy@pteradigm.com>
8
9pkgname=dbschema
10pkgver=10.2.1
11pkgrel=1
12pkgdesc='Relational Data Browse, Query Builder, SQL Editor, schema deployment and synchronization.'
13arch=('i686' 'x86_64')
14url='http://www.dbschema.com/'
15license=('custom')
16source=(
17 "${pkgname}-${pkgver}.tar.gz::https://dbschema.com/download/dbschema_linux_${pkgver//./_}.tar.gz"
18 "dbschema.desktop"
19 "https://dbschema.com/img/favicon/favicon.svg"
20)
21# verify here: https://dbschema.com/download/md5sums
22md5sums=(
23 'fffa0f7fac38ce4accf64e817c4b0efc'
24 'fd70b65c057119c0290bf9f4b51be830'
25 'f52f8d76f63ae513fda70b4ef53ebbc5'
26)
27
28package() {
29 install -dm755 "${pkgdir}/opt"
30 cp -r DbSchema "${pkgdir}/opt/${pkgname}"
31
32 chmod 755 "${pkgdir}/opt/${pkgname}/DbSchema"
33 install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
34 install -Dm644 "favicon.svg" "${pkgdir}/opt/$pkgname/favicon.svg"
35 install -dm755 "${pkgdir}/usr/bin"
36 ln -s "/opt/${pkgname}/DbSchema" "${pkgdir}/usr/bin/dbschema"
37}
38

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion