datawarrior
maintainer AoyuJiao
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
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
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 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)
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://openmolecules.org/datawarrior/$pkgname${_pkgver}.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: AoyuJiao <aoyujiao050824@gmail.com>
2
# Contributor: Francesco Orofino <ivanhoe1024@gmail.com>
3
pkgname=datawarrior
4
pkgver=6.1.0
5
_pkgver=610
6
pkgrel=2
7
pkgdesc="Open-source data visualization and analysis program with embedded chemical intelligence"
8
arch=('any')
9
url="http://www.openmolecules.org/datawarrior/index.html"
10
license=('GPL')
11
depends=('jdk-openjdk' 'java-openjfx' 'hicolor-icon-theme')
12
source=("https://openmolecules.org/datawarrior/$pkgname${_pkgver}.tar.gz")
13
md5sums=('8141e32024a61ca144e238f3d00ca2d6')
14
15
package() {
16
cd "${pkgname}_linux"
17
mkdir -p $pkgdir/opt/datawarrior
18
cp -r datawarrior/* $pkgdir/opt/datawarrior/.
19
cp resources/openmolecules-datawarrior.xml $pkgdir/opt/datawarrior/.
20
21
chmod 755 $pkgdir/opt/datawarrior
22
chmod 755 $pkgdir/opt/datawarrior/datawarrior
23
24
install -dm755 "${pkgdir}/usr/share/applications"
25
install -Dm644 "resources/openmolecules-datawarrior.desktop" "$pkgdir/usr/share/applications/openmolecules-datawarrior.desktop"
26
27
install -dm755 "$pkgdir/usr/share/mime/packages"
28
install -Dm644 $pkgdir/opt/datawarrior/openmolecules-datawarrior.xml $pkgdir/usr/share/mime/packages/openmolecules-datawarrior.xml
29
30
for res in 128x128 96x96 64x64 48x48; do
31
install -Dm644 "resources/${res}/openmolecules-datawarrior.png" "${pkgdir}/usr/share/icons/hicolor/${res}/apps/openmolecules-datawarrior.png"
32
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwam.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwam.png"
33
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwaq.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwaq.png"
34
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwar.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwar.png"
35
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwas.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwas.png"
36
install -Dm644 "resources/${res}/application-vnd.openmolecules.dwat.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.dwat.png"
37
install -Dm644 "resources/${res}/application-vnd.openmolecules.sdf.png" "${pkgdir}/usr/share/icons/hicolor/${res}/mimetypes/application-vnd.openmolecules.sdf.png"
38
done
39
40
#launch datawarrior from the terminal
41
install -dm755 "${pkgdir}/usr/bin"
42
echo "/opt/datawarrior/datawarrior" > ${pkgdir}/usr/bin/datawarrior
43
chmod +x ${pkgdir}/usr/bin/datawarrior
44
45
}
46
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 |