qcl
maintainer harrietobrien
· 4 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 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-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 |