mql

maintainer atomic111 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads a prebuilt binary from the project's official release domain, which is a normal distribution method; the binary is installed directly without obfuscation or additional execution, and the worst case of a swapped source is code execution, but the domain is plausibly project-owned and not a generic file host.

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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the project's official release domain, which is a normal distribution method; the binary is installed directly without obfuscation or additional execution, and the worst case of a swapped source is code execution, but the domain is plausibly project-owned and not a generic file host.

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:12 source=("https://releases.mondoo.com/mql/${orignalVersion}/mql_${orignalVersion}_linux_amd64.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Mondoo Inc <hello@mondoo.com>
2# Maintainer: Dominik Richter <dom@mondoo.com>
3# Maintainer: Patrick Münch <patrick@mondoo.com>
4#
5pkgname=mql
6orignalVersion="13.31.1"
7pkgver="${orignalVersion/-/_}"
8pkgrel=1
9pkgdesc="Cloud-Native Query - Asset Inventory Framework"
10url="https://mondoo.com"
11license=('BUSL-1.1')
12source=("https://releases.mondoo.com/mql/${orignalVersion}/mql_${orignalVersion}_linux_amd64.tar.gz"
13 )
14arch=('x86_64')
15depends=()
16conflicts=('cnquery')
17replaces=('cnquery')
18sha256sums=('3ed6f49fd33a9bc34b6e39f93d6b38d9a68f242b37de43c4721b04d0284b3ed8'
19 )
20
21
22package() {
23 install -dm755 ${pkgdir}/usr/bin
24 cp ${srcdir}/$pkgname ${pkgdir}/usr/bin/.
25
26
27}
28
29#vim: syntax=sh

Changes since previous scan

--- PKGBUILD @ 2026-07-30 00:17
+++ PKGBUILD @ 2026-08-03 00:08
@@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=mql
-orignalVersion="13.31.0"
+orignalVersion="13.31.1"
pkgver="${orignalVersion/-/_}"
pkgrel=1
pkgdesc="Cloud-Native Query - Asset Inventory Framework"
@@ -15,7 +15,7 @@
depends=()
conflicts=('cnquery')
replaces=('cnquery')
-sha256sums=('0fdf08d0f6a9264cfccf744aef709b25148979cb07705b6d5cedb117e35c9d53'
+sha256sums=('3ed6f49fd33a9bc34b6e39f93d6b38d9a68f242b37de43c4721b04d0284b3ed8'
)

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 15:15:12 MEDIUM 1
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 07:37:32 MEDIUM 1
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 07:22:42 MEDIUM 1
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 19:14:42 MEDIUM 1
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 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