dl-c-iso8583

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion