typeshi
maintainer safalski
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's own Git host, building the project's own code, which is a normal and safe AUR practice despite the non-whitelisted domain.
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 own Git host, building the project's own code, which is a normal and safe AUR practice despite the non-whitelisted domain.
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:11
source=("$pkgname-$pkgver.tar.gz::https://git.safallama.com.np/safalski/typeShi/archive/v$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: safalski <https://git.safallama.com.np/safalski>
2
pkgname=typeshi
3
pkgver=0.1.6
4
pkgrel=1
5
pkgdesc="A typing application"
6
arch=('x86_64')
7
url="https://git.safallama.com.np/safalski/typeShi"
8
license=('BSD-2-Clause')
9
depends=('qt6-base' 'qt6-declarative' 'qt6-shadertools')
10
makedepends=('cmake' 'ninja' 'qt6-tools')
11
source=("$pkgname-$pkgver.tar.gz::https://git.safallama.com.np/safalski/typeShi/archive/v$pkgver.tar.gz")
12
sha256sums=('953a678e95c7766cf1deb3a1bd51ff107ef318e57a2a26e97a84d9884321e7a0')
13
14
15
build() {
16
cmake -B build -S "typeshi" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -G Ninja
17
ninja -C build
18
}
19
20
package() {
21
DESTDIR="$pkgdir" ninja -C build install
22
}
23
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -1,6 +1,6 @@ # Maintainer: safalski <https://git.safallama.com.np/safalski> pkgname=typeshi-pkgver=0.1.5+pkgver=0.1.6 pkgrel=1 pkgdesc="A typing application" arch=('x86_64')@@ -9,7 +9,7 @@ depends=('qt6-base' 'qt6-declarative' 'qt6-shadertools') makedepends=('cmake' 'ninja' 'qt6-tools') source=("$pkgname-$pkgver.tar.gz::https://git.safallama.com.np/safalski/typeShi/archive/v$pkgver.tar.gz")-sha256sums=('7caddd75c17a5fc87ce28ce23d0bee2cf6d96e8f3eea33312824eb8d0b08254d')+sha256sums=('953a678e95c7766cf1deb3a1bd51ff107ef318e57a2a26e97a84d9884321e7a0') build() {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 07:17:22 | 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 19:35:21 | MEDIUM | 1 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 07:31:44 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | LOW | 3 |
| 2026-07-25 13:29:48 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | LOW | 3 |
| 2026-07-24 09:27:42 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | LOW | 3 |
| 2026-07-23 09:22:54 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | LOW | 3 |
| 2026-07-22 00:29:32 | LOW | 3 |
| 2026-07-21 00:24:15 | LOW | 3 |