yabasic
maintainer FredBezies
· 1 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 domain hosting its own release, building from source is standard AUR practice, and the checksum is verified; the non-standard host is the project's own site, not a third-party file host.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from the project's official domain hosting its own release, building from source is standard AUR practice, and the checksum is verified; the non-standard host is the project's own site, not a third-party file host.
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:15
source=("https://2484.de/yabasic/download/$pkgname-$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
2
# Contributor: damir <damir@archlinux.org>
3
# Contributor: Suzy Williams <suzanne.williams3@verizon.net>
4
# Contributor: Allan McRae <allan@archlinux.org>
5
6
pkgname=yabasic
7
pkgver=2.92.1
8
pkgrel=1
9
pkgdesc="Yet Another Basic"
10
arch=('i686' 'x86_64')
11
license=('MIT')
12
url="https://2484.de/yabasic/"
13
depends=('glibc' 'libx11' 'ncurses' 'libffi')
14
makedepends=('libxt')
15
source=("https://2484.de/yabasic/download/$pkgname-$pkgver.tar.gz")
16
sha256sums=('55e41c0c61b14375e97f3ea961bc0b72751f4598e40e0b020ac56da979b646a9')
17
18
build() {
19
cd $pkgname-$pkgver
20
./configure --prefix=/usr
21
make
22
}
23
24
check() {
25
cd $pkgname-$pkgver
26
make check
27
}
28
29
package() {
30
cd $pkgname-$pkgver
31
make DESTDIR="$pkgdir" install
32
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
33
}
34
35
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -4,16 +4,16 @@ # Contributor: Allan McRae <allan@archlinux.org> pkgname=yabasic-pkgver=2.91.4-pkgrel=2+pkgver=2.92.1+pkgrel=1 pkgdesc="Yet Another Basic" arch=('i686' 'x86_64') license=('MIT')-url="http://www.yabasic.de/"+url="https://2484.de/yabasic/" depends=('glibc' 'libx11' 'ncurses' 'libffi') makedepends=('libxt')-source=("http://www.yabasic.de/download/$pkgname-$pkgver.tar.gz")-sha256sums=('dc951334e1666694a5031e34047013e9842060bc5d54f3d72f0c9fcc3a187657')+source=("https://2484.de/yabasic/download/$pkgname-$pkgver.tar.gz")+sha256sums=('55e41c0c61b14375e97f3ea961bc0b72751f4598e40e0b020ac56da979b646a9') build() { cd $pkgname-$pkgverScan 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 09:17:30 | MEDIUM | 1 |
| 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 |