plask-bin

MEDIUM
maintainer macdems 0 votes scanned 2026-09-17 00:27:14.276658
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 forge or official distribution channel, and the checksum, while present, cannot be independently verified against a public upstream source, 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 90%): The package downloads a prebuilt binary tarball from a non-standard host (get.plask.app), which is not a common code forge or official distribution channel, and the checksum, while present, cannot be independently verified against a public upstream source, 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>
2pkgname=plask-bin
3pkgver=2026.08.24
4pkgrel=1
5pkgdesc="Photonic LAser Simulation Kit: a comprehensive tool for numerical
6analysis of broad range of physical phenomena in photonic devices"
7url="https://plask.app"
8arch=('x86_64')
9license=('custom')
10provides=('plask')
11replaces=('plask')
12conflicts=('plask' 'plask-git')
13depends=('boost-libs' 'expat' 'fmt' 'openmp' 'intel-oneapi-mkl' 'lapack'
14 'python-numpy' 'python-matplotlib' 'python-lxml' 'python-yaml' 'pyside6' 'libx11')
15optdepends=('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')
20source=("plask-$pkgver-$pkgrel.tar.zst::https://get.plask.app/packages/plask-$pkgver-$pkgrel-x86_64.pkg.tar.zst")
21sha256sums=('a1a4919202926ed8007dc0f0e0947200b1636d4f973f47fdbd7e407b5a91633b')
22noextract=("plask-$pkgver-$pkgrel.tar.zst")
23
24package() {
25 cd "$pkgdir"
26 tar xf "$srcdir/plask-$pkgver-$pkgrel.tar.zst" --zstd --exclude='.*'
27}
28

Changes since previous scan

--- PKGBUILD @ 2026-09-13 00:19
+++ PKGBUILD @ 2026-09-17 00:27
@@ -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=('30ad27f64b6055e09f97b2dd5de858a9459563baffbafa65f6a357a659603839')
+sha256sums=('a1a4919202926ed8007dc0f0e0947200b1636d4f973f47fdbd7e407b5a91633b')
noextract=("plask-$pkgver-$pkgrel.tar.zst")
package() {

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 2
2026-09-16 00:03:17 Medium 2
2026-09-15 00:25:31 Medium 2
2026-09-14 00:27:57 Medium 2
2026-09-13 01:13:16 Medium 2
2026-09-13 00:19:54 Medium 2
2026-09-12 00:25:17 Medium 2
2026-09-11 01:21:31 Medium 2
2026-09-11 00:19:22 Medium 2
2026-09-10 00:22:44 Medium 2
2026-09-09 00:04:09 Medium 2
2026-09-08 00:18:08 Medium 2
2026-09-07 00:30:15 Medium 2
2026-09-06 00:17:06 Medium 2
2026-09-05 00:16:27 Medium 2
2026-09-04 00:03:13 Medium 2
2026-09-03 00:15:47 Medium 2
2026-09-02 00:02:31 Medium 2
2026-09-01 00:11:19 Medium 2
2026-08-31 00:19:57 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion