dl-c-iso8583
The source is a tarball from the author's personal website containing C source code that is compiled locally; the worst case of a swapped source is limited to code execution during build, but this is the project's own source, not a prebuilt binary, and the package otherwise follows standard AUR practices.
Triggered rules
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 the author's personal website containing C source code that is compiled locally; the worst case of a swapped source is limited to code execution during build, but this is the project's own source, not a prebuilt binary, and the package otherwise follows standard AUR practices.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:7
source=('http://www.oscarsanderson.com/wp-content/uploads/2008/07/dl_c_iso8583_v0_0_4_160708_allfiles.tar'
PKGBUILD
1 offending line(s) highlightedpkgname=('dl-c-iso8583')
pkgver='0.0.4'
pkgrel=1
pkgdesc="ISO 8583 is a messaging standard used for payment card originated financial transactions."
license=('custom')
url="http://www.oscarsanderson.com/iso-8583/"
source=('http://www.oscarsanderson.com/wp-content/uploads/2008/07/dl_c_iso8583_v0_0_4_160708_allfiles.tar'
'LICENSE')
sha256sums=('36a79e43a0abf087a58bff7e86e506a77a4d814b518cb137a00faac6e97c9ab5'
'aaa6de18a2be49b5bcb3acd99bb61c04c7c11042d136fb512ea96d346df6bbed')
arch=('x86_64')
options=('staticlibs')
_dir=DL_C_ISO8583_v0_0_4_160708_AllFiles
prepare() {
cd "${srcdir}/$_dir"
mkdir -p lib src include/${pkgname}
mv dl_c_common_v0_0_2/*.h include/${pkgname}
mv dl_c_common_v0_0_2/*.c src
mv dl_c_iso8583_v0_0_3/*.h include/${pkgname}
mv dl_c_iso8583_v0_0_3/*.c src
}
build() {
cd "${srcdir}/$_dir/src"
for IMP in *.c ; do
gcc -I../include/${pkgname} $IMP -c -o $IMP.o
done
rm -f ../lib/lib${pkgname}.a.${pkgver}
ar rcs ../lib/lib${pkgname}.a *.o
gcc -shared -fPIC -I../include/${pkgname} -o ../lib/lib${pkgname}.so.${pkgver} *.c
}
package() {
mkdir -p "${pkgdir}/usr/include/${pkgname}" "${pkgdir}/usr/lib" "${pkgdir}/usr/share/licenses/${pkgname}"
cp ${srcdir}/$_dir/include/${pkgname}/* "${pkgdir}/usr/include/${pkgname}/"
cp ${srcdir}/$_dir/lib/* "${pkgdir}/usr/lib/"
install "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
cd "${pkgdir}/usr/lib"
ln -sf lib${pkgname}.so.${pkgver} lib${pkgname}.so
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |