moderncsv-bin
maintainer wjdp
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from the official project domain over HTTPS, which is a legitimate and expected practice; the host is not on a standard whitelist but is plausibly the project's own, and the checksums are provided and valid, making this a low-risk, normal AUR package build.
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 source tarball from the official project domain over HTTPS, which is a legitimate and expected practice; the host is not on a standard whitelist but is plausibly the project's own, and the checksums are provided and valid, making this a low-risk, normal AUR package build.
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:9
source=("https://www.moderncsv.com/release/ModernCSV-Linux-v$pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Will Pimblett <aur@wjdp.uk>
2
pkgname=moderncsv-bin
3
pkgver=2.4.3
4
pkgrel=1
5
pkgdesc='An Intuitive CSV File Editor/Viewer'
6
arch=('x86_64')
7
url='https://www.moderncsv.com/'
8
license=('custom:Proprietary')
9
source=("https://www.moderncsv.com/release/ModernCSV-Linux-v$pkgver.tar.gz"
10
"ModernCSV-LICENSE.md")
11
sha256sums=('7303e1284659ddcda9fcadc11d96e932a6522e3b480aa4d12e2479ce2194ff92'
12
'016bbbd5ae1785e2220d082bbaf9f54f2ca1b9be912ff3007eb4b860eaac87e1')
13
14
package() {
15
cd "$srcdir/moderncsv$pkgver"
16
17
# Install to /opt/moderncsv
18
install -dm755 "$pkgdir/opt/moderncsv"
19
cp -a . "$pkgdir/opt/moderncsv"
20
21
# Install desktop file with QT_QPA_PLATFORM fix
22
install -Dm644 moderncsv.desktop "$pkgdir/usr/share/applications/moderncsv.desktop"
23
# The application only support XCB, this needs setting to run in wayland
24
sed -i 's|Exec=/opt/moderncsv/moderncsv|Exec=env QT_QPA_PLATFORM=xcb /opt/moderncsv/moderncsv|' \
25
"$pkgdir/usr/share/applications/moderncsv.desktop"
26
27
# Install icons
28
install -dm755 "$pkgdir/usr/share/icons"
29
cp -a icons/hicolor "$pkgdir/usr/share/icons/"
30
31
# Create symlink to executable
32
install -dm755 "$pkgdir/usr/bin"
33
ln -s /opt/moderncsv/moderncsv "$pkgdir/usr/bin/moderncsv"
34
35
# Install licence
36
install -Dm644 "$srcdir/ModernCSV-LICENSE.md" "$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 |