dl-c-iso8583

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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: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) highlighted
1pkgname=('dl-c-iso8583')
2pkgver='0.0.4'
3pkgrel=1
4pkgdesc="ISO 8583 is a messaging standard used for payment card originated financial transactions."
5license=('custom')
6url="http://www.oscarsanderson.com/iso-8583/"
7source=('http://www.oscarsanderson.com/wp-content/uploads/2008/07/dl_c_iso8583_v0_0_4_160708_allfiles.tar'
8 'LICENSE')
9sha256sums=('36a79e43a0abf087a58bff7e86e506a77a4d814b518cb137a00faac6e97c9ab5'
10 'aaa6de18a2be49b5bcb3acd99bb61c04c7c11042d136fb512ea96d346df6bbed')
11
12arch=('x86_64')
13options=('staticlibs')
14
15
16_dir=DL_C_ISO8583_v0_0_4_160708_AllFiles
17prepare() {
18 cd "${srcdir}/$_dir"
19 mkdir -p lib src include/${pkgname}
20 mv dl_c_common_v0_0_2/*.h include/${pkgname}
21 mv dl_c_common_v0_0_2/*.c src
22 mv dl_c_iso8583_v0_0_3/*.h include/${pkgname}
23 mv dl_c_iso8583_v0_0_3/*.c src
24}
25
26build() {
27 cd "${srcdir}/$_dir/src"
28 for IMP in *.c ; do
29 gcc -I../include/${pkgname} $IMP -c -o $IMP.o
30 done
31 rm -f ../lib/lib${pkgname}.a.${pkgver}
32 ar rcs ../lib/lib${pkgname}.a *.o
33 gcc -shared -fPIC -I../include/${pkgname} -o ../lib/lib${pkgname}.so.${pkgver} *.c
34}
35
36package() {
37 mkdir -p "${pkgdir}/usr/include/${pkgname}" "${pkgdir}/usr/lib" "${pkgdir}/usr/share/licenses/${pkgname}"
38 cp ${srcdir}/$_dir/include/${pkgname}/* "${pkgdir}/usr/include/${pkgname}/"
39 cp ${srcdir}/$_dir/lib/* "${pkgdir}/usr/lib/"
40 install "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/"
41 cd "${pkgdir}/usr/lib"
42 ln -sf lib${pkgname}.so.${pkgver} lib${pkgname}.so
43}
44

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion