pascalabcnet-gui
maintainer kuhtoxo
· 1 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt archive from a non-standard host (pascalabc.net) not on the standard whitelist, which could be a supply-chain risk if the host were compromised or the download redirected, though it is plausibly the project's official site.
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:19
http://pascalabc.net/downloads/$_archivename
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt archive from a non-standard host (pascalabc.net) not on the standard whitelist, which could be a supply-chain risk if the host were compromised or the download redirected, though it is plausibly the project's official site.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: KUHTOXO https://aur.archlinux.org/account/kuhtoxo
2
3
pkgname=pascalabcnet-gui
4
pkgver=3.11.1.3746
5
pkgrel=1
6
pkgdesc="PascalABC.NET with GUI interface."
7
arch=('x86_64')
8
url="https://pascalabc.net/"
9
license=('LGPL3')
10
options=(!strip)
11
12
depends=('mono>=4.5')
13
14
# Text constants
15
_pkgfoldername='PascalABCNETLinux'
16
_archivename='PascalABCNETLinux.zip'
17
18
source=(
19
http://pascalabc.net/downloads/$_archivename
20
pascalabcnet.desktop
21
pascalabcnet.png
22
)
23
sha256sums=('e38a13052f7dbc0e75717e5659818a6ad277f23f2762e9d02204de076a2c954a'
24
'bb92749af748f600344ed3e77978ca09b356f5ac7c0a7773944e2f608a7f65c8'
25
'd41bf68034c2e4cd4c7d8a81624b176a9716f5507154c24a95aeeedd6eaa2942')
26
27
package() {
28
# create folders
29
mkdir -p "${pkgdir}/opt/${_pkgfoldername}"
30
mkdir -p "${pkgdir}/usr/share/applications"
31
mkdir -p "${pkgdir}/usr/share/icons/hicolor/256x256/apps"
32
33
# Fix errror: System.Security.SecurityExeption: No Access to the given key ---> System.UnatorizedAccesExeption: Access to the path '/etc/mono/registry/LocalMachine' is denied. ---> System.IO.IOExeption: Permission denied
34
mkdir -p "${pkgdir}/etc/mono/registry/LocalMachine"
35
36
# copy files
37
cp -a "${srcdir}/PascalABCNETLinux/." "${pkgdir}/opt/${_pkgfoldername}"
38
39
# copy desktop and png files
40
install -Dm644 pascalabcnet.desktop "$pkgdir/usr/share/applications/pascalabcnet.desktop"
41
install -Dm644 pascalabcnet.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/pascalabcnet.png"
42
}
43
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 00:05:41 | MEDIUM | 2 |
| 2026-07-15 00:09:25 | MEDIUM | 2 |