qcl
LOW
maintainer harrietobrien
4 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a tarball from the project's official academic host, building from own source is normal for AUR; non-whitelisted host is plausibly legitimate.
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 academic host, building from own source is normal for AUR; non-whitelisted host is plausibly legitimate.
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:14
source=("http://tph.tuwien.ac.at/~oemer/tgz/$pkgname-$pkgver.tgz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vlad Pirlog <(firstname) at (lastname) dot com>
2
# Contributor: Rob Knegjens <rknegjens@gmail.com>
3
4
pkgname=qcl
5
pkgver='0.6.7'
6
pkgrel=1
7
pkgdesc='Quantum Computation Language'
8
arch=('i686' 'x86_64')
9
url='http://tph.tuwien.ac.at/~oemer/qcl.html'
10
license=('GPL2')
11
changelog='CHANGELOG.txt'
12
makedepends=('flex' 'bison')
13
depends=('readline' 'plotutils')
14
source=("http://tph.tuwien.ac.at/~oemer/tgz/$pkgname-$pkgver.tgz"
15
'makefile.patch'
16
'CHANGELOG.txt')
17
b2sums=('b4d345f06a3988652ffed71ce0133247ef07a8149a4b7c4719424b020274f095432b82d3edea85a0acbd0f185f9c3211614714dea09f5cc2e3df59ae81dd8b0d'
18
'eaf473703c7d985aa5d8b4c47c563a4067f2f895a1e79414b3591c98e988d79617ee49eaee2ae1bd701ecc40a8a7d9d0e1995b9fb2e889433b028f6a87ba9b60'
19
'6e2e7733725a80c58d5c3b39ac3e11d7bc3e4e6a1df1b02e1a32cf912f04218eda918f0fb20cf99ad46cb42593abff683392cebaa8d7e2a12a12843928a09d54')
20
21
prepare() {
22
cd "$pkgname-$pkgver"
23
patch -Np1 -i "$srcdir/makefile.patch"
24
}
25
26
build() {
27
cd "$pkgname-$pkgver"
28
make
29
}
30
31
package() {
32
cd "$pkgname-$pkgver"
33
make DESTDIR="$pkgdir/" install
34
}
35
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 |