aesfix
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a Princeton research group's S3 bucket, hosting the project's own source code; building from a non-whitelisted but project-affiliated host is normal for AUR packages and poses low risk.
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-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from a Princeton research group's S3 bucket, hosting the project's own source code; building from a non-whitelisted but project-affiliated host is normal for AUR packages and poses low risk.
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:13
source=("https://citpsite.s3.amazonaws.com/memory-content/src/aesfix-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
2
# Contributor: Andrew Sun <adsun701 at gmail dot com>
3
# Contributor: Christopher Loen <christopherloen at gmail dot com>
4
5
pkgname=aesfix
6
pkgver=1.0.1
7
pkgrel=3
8
pkgdesc='Error-correction for AES key schedules'
9
arch=('x86_64')
10
url='https://citp.princeton.edu/research/memory/'
11
license=('BSD')
12
depends=('gcc-libs')
13
source=("https://citpsite.s3.amazonaws.com/memory-content/src/aesfix-${pkgver}.tar.gz"
14
"https://citpsite.s3.amazonaws.com/memory-content/src/aesfix-${pkgver}.tar.gz.asc")
15
sha256sums=('7b177e876caee6aae48f0123102f11df6594a738483f9a47f2c76fe81cc045d4'
16
'SKIP')
17
validpgpkeys=('12E404FFD3C931F934052D06B8841A919D0FACE4')
18
19
prepare() {
20
cd "$pkgname"
21
sed -i '/CXXFLAGS/s/=/?=/;/(CXX)/s/$/ \$(LDFLAGS)/' Makefile
22
}
23
24
build() {
25
cd "$pkgname"
26
CXXFLAGS="$CXXFLAGS -funroll-loops" make
27
}
28
29
package() {
30
cd "$pkgname"
31
install -Dm 755 aesfix -t "$pkgdir/usr/bin/"
32
install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
33
find samples -type f -exec install -Dm 644 '{}' "$pkgdir/usr/share/$pkgname/{}" \;
34
}
35
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 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 |
| 2026-07-15 00:09:25 | LOW | 2 |