plask-bin
maintainer macdems
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt binary tarball from a non-standard host (get.plask.app), which is not a common code hosting platform, and the checksum is provided but the source is a binary package, creating a supply-chain risk if the host is compromised.
Triggered rules
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:20
source=("plask-$pkgver-$pkgrel.tar.zst::https://get.plask.app/packages/plask-$pkgver-$pkgrel-x86_64.pkg.tar.zst")
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt binary tarball from a non-standard host (get.plask.app), which is not a common code hosting platform, and the checksum is provided but the source is a binary package, creating a supply-chain risk if the host is compromised.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Maciej Dems <maciej.dems@p.lodz.pl>
2
pkgname=plask-bin
3
pkgver=2026.07.14
4
pkgrel=1
5
pkgdesc="Photonic LAser Simulation Kit: a comprehensive tool for numerical
6
analysis of broad range of physical phenomena in photonic devices"
7
url="https://plask.app"
8
arch=('x86_64')
9
license=('custom')
10
provides=('plask')
11
replaces=('plask')
12
conflicts=('plask' 'plask-git')
13
depends=('boost-libs' 'expat' 'fmt' 'openmp' 'intel-oneapi-mkl' 'lapack'
14
'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside6' 'libx11')
15
optdepends=('python-h5py: for saving results to files'
16
'python-scipy: for scientific tools'
17
'python-jedi: for Python hints in GUI'
18
'python-paramiko: for remote computation launching'
19
'ipython: for interactive shell')
20
source=("plask-$pkgver-$pkgrel.tar.zst::https://get.plask.app/packages/plask-$pkgver-$pkgrel-x86_64.pkg.tar.zst")
21
sha256sums=('cd3e56aa22786d33b05ca2f3f8a206c27eea176ae89adea97213a5c803cf7bf8')
22
noextract=("plask-$pkgver-$pkgrel.tar.zst")
23
24
package() {
25
cd "$pkgdir"
26
tar xf "$srcdir/plask-$pkgver-$pkgrel.tar.zst" --zstd --exclude='.*'
27
}
28
Changes since previous scan
--- PKGBUILD @ 2026-07-16 00:05+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: Maciej Dems <maciej.dems@p.lodz.pl> pkgname=plask-bin-pkgver=2026.04.13+pkgver=2026.07.14 pkgrel=1 pkgdesc="Photonic LAser Simulation Kit: a comprehensive tool for numerical analysis of broad range of physical phenomena in photonic devices"@@ -18,7 +18,7 @@ 'python-paramiko: for remote computation launching' 'ipython: for interactive shell') source=("plask-$pkgver-$pkgrel.tar.zst::https://get.plask.app/packages/plask-$pkgver-$pkgrel-x86_64.pkg.tar.zst")-sha256sums=('d565d387e0b0bb2c854d971c507ed8e8598584f781cd4a524b77f395a1317266')+sha256sums=('cd3e56aa22786d33b05ca2f3f8a206c27eea176ae89adea97213a5c803cf7bf8') noextract=("plask-$pkgver-$pkgrel.tar.zst") package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 00:17:08 | MEDIUM | 2 |
| 2026-07-18 00:14:48 | MEDIUM | 2 |
| 2026-07-17 00:06:16 | MEDIUM | 2 |
| 2026-07-16 09:51:03 | MEDIUM | 2 |
| 2026-07-16 00:05:41 | MEDIUM | 2 |