ttf-iridesce-scratch
maintainer SharpIce
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds a font from its official GitHub repository with a fixed commit; the source is verifiable and non-executable, posing minimal risk despite the unverified checksum.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds a font from its official GitHub repository with a fixed commit; the source is verifiable and non-executable, posing minimal risk despite the unverified checksum.
PKGBUILD
1
# Maintainer: SharpIce <VupRbl@163.com>
2
3
# shellcheck shell=bash disable=SC2034,SC2154
4
5
_commit=326a9ea5e5d285587258be405d47a1191b9169a1
6
7
pkgname=ttf-iridesce-scratch
8
pkgver=20260702
9
pkgrel=1
10
pkgdesc="A sci-fi mechanical font from the fictional universe of 'Iridesce Independent'"
11
arch=('any')
12
url="https://github.com/IridesceIFC/Iridesce-Scratch"
13
license=('OFL-1.1')
14
depends=()
15
makedepends=('git')
16
source=("iridesce-scratch::git+https://github.com/IridesceIFC/Iridesce-Scratch.git#commit=$_commit")
17
sha256sums=('SKIP')
18
19
package() {
20
cd "$srcdir/iridesce-scratch" || return
21
22
install -Dm644 'Iridesce scratch Regular.ttf' "$pkgdir/usr/share/fonts/TTF/Iridesce scratch Regular.ttf"
23
install -Dm644 'Iridesce scratch Italic.ttf' "$pkgdir/usr/share/fonts/TTF/Iridesce scratch Italic.ttf"
24
25
install -Dm644 'readme OFL.txt' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
26
}
27
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 07:27:58 | LOW | 2 |