pascalabcnet-gui

MEDIUM
maintainer kuhtoxo 1 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=pascalabcnet-gui
4pkgver=3.11.1.3746
5pkgrel=1
6pkgdesc="PascalABC.NET with GUI interface."
7arch=('x86_64')
8url="https://pascalabc.net/"
9license=('LGPL3')
10options=(!strip)
11
12depends=('mono>=4.5')
13
14# Text constants
15_pkgfoldername='PascalABCNETLinux'
16_archivename='PascalABCNETLinux.zip'
17
18source=(
19 http://pascalabc.net/downloads/$_archivename
20 pascalabcnet.desktop
21 pascalabcnet.png
22)
23sha256sums=('e38a13052f7dbc0e75717e5659818a6ad277f23f2762e9d02204de076a2c954a'
24 'bb92749af748f600344ed3e77978ca09b356f5ac7c0a7773944e2f608a7f65c8'
25 'd41bf68034c2e4cd4c7d8a81624b176a9716f5507154c24a95aeeedd6eaa2942')
26
27package() {
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)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 00:19:54 Medium 2
2026-09-12 00:25:17 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
2026-08-30 00:04:14 Medium 2
2026-08-29 00:29:17 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