datawarrior
The source is a tarball from the project's official domain (openmolecules.org), which is not on the default whitelist but is the legitimate upstream host; the package builds and installs the official software without obfuscation or remote code execution.
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 source is a tarball from the project's official domain (openmolecules.org), which is not on the default whitelist but is the legitimate upstream host; the package builds and installs the official software without obfuscation or remote code execution.
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:12
source=("https://openmolecules.org/datawarrior/$pkgname${_pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted# Maintainer: AoyuJiao <aoyujiao050824@gmail.com>
# Contributor: Francesco Orofino <ivanhoe1024@gmail.com>
pkgname=datawarrior
pkgver=6.1.0
_pkgver=610
pkgrel=2
pkgdesc="Open-source data visualization and analysis program with embedded chemical intelligence"
arch=('any')
url="http://www.openmolecules.org/datawarrior/index.html"
license=('GPL')
depends=('jdk-openjdk' 'java-openjfx' 'hicolor-icon-theme')
source=("https://openmolecules.org/datawarrior/$pkgname${_pkgver}.tar.gz")
md5sums=('8141e32024a61ca144e238f3d00ca2d6')
package() {
cd "${pkgname}_linux"
mkdir -p $pkgdir/opt/datawarrior
cp -r datawarrior/* $pkgdir/opt/datawarrior/.
cp resources/openmolecules-datawarrior.xml $pkgdir/opt/datawarrior/.
chmod 755 $pkgdir/opt/datawarrior
chmod 755 $pkgdir/opt/datawarrior/datawarrior
install -dm755 "${pkgdir}/usr/share/applications"
install -Dm644 "resources/openmolecules-datawarrior.desktop" "$pkgdir/usr/share/applications/openmolecules-datawarrior.desktop"
install -dm755 "$pkgdir/usr/share/mime/packages"
install -Dm644 $pkgdir/opt/datawarrior/openmolecules-datawarrior.xml $pkgdir/usr/share/mime/packages/openmolecules-datawarrior.xml
for res in 128x128 96x96 64x64 48x48; do
install -Dm644 "resources/${res}/openmolecules-datawarrior.png" "${pkgdir}/usr/share/icons/hicolor/${res}/apps/openmolecules-datawarrior.png"
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwam.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwam.png"
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwaq.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwaq.png"
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwar.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwar.png"
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwas.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwas.png"
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwat.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwat.png"
install -Dm644 "resources/${res}/application-vnd.openmolecules.sdf.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.sdf.png"
done
#launch datawarrior from the terminal
install -dm755 "${pkgdir}/usr/bin"
echo "/opt/datawarrior/datawarrior" > ${pkgdir}/usr/bin/datawarrior
chmod +x ${pkgdir}/usr/bin/datawarrior
}
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 |