ietf-cli
maintainer sanerb
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads source files from the official IETF SVN host, which is plausibly the project's own infrastructure; the files are scripts and configs, not unverifiable prebuilt binaries, and are used directly in a standard build, so the risk is low despite the non-whitelisted domain.
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 package downloads source files from the official IETF SVN host, which is plausibly the project's own infrastructure; the files are scripts and configs, not unverifiable prebuilt binaries, and are used directly in a standard build, so the risk is low despite the non-whitelisted domain.
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:18
source=("http://svn.tools.ietf.org/svn/tools/ietf-cli/ietf"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
2
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
3
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
4
# News updates for packages can be followed at https://devblog.square-r00t.net
5
pkgname=ietf-cli
6
pkgver=1.14
7
pkgrel=2
8
pkgdesc="A commandline IETF RFC browser/utility"
9
arch=( 'i686' 'x86_64' )
10
url="https://trac.tools.ietf.org/tools/ietf-cli/"
11
license=('custom')
12
depends=( 'python' )
13
optdepends=( 'lynx: the default web browser specified in the config' )
14
_pkgname=ietf
15
install=
16
changelog=
17
noextract=()
18
source=("http://svn.tools.ietf.org/svn/tools/ietf-cli/ietf"
19
"http://svn.tools.ietf.org/svn/tools/ietf-cli/ietf.config"
20
"ietf.config.arch"
21
"http://svn.tools.ietf.org/svn/tools/ietf-cli/ietf.README"
22
"LICENSE"
23
"ietf.sig"
24
"ietf.config.sig"
25
"ietf.config.arch.sig"
26
"ietf.README.sig"
27
"LICENSE.sig")
28
sha512sums=('cf16db6148c1110c6ff60995ada6354da3227be7ecf5e76df68ee05843a602fd5cf1e9ba1de9128efa84fc1c1e33de69d9db08c58f1cb565bdafe3e76191a6f0'
29
'68563ec320541618df4a91c942fa7062b34fa71d5761ad68134b92205dc9b6b6d95f20e0db6c8e6bf421d0d255ea15a9b60de1665faa1be9eff6e4eae5462a2a'
30
'9a0dc6f5a0bdaf15779568e177026f9c40a82b77564adb83eabf0a35e05e13fa070f2ab736fa04734721954169d00d8b4d4621d92138f4dee99fa3ce6076be52'
31
'871fb110699ecccbab9a96ecbbecbd7f28035fcf2caea6375d776c41ee683b0a38c6b982ce4bbb9441f069e57b225d0c3667db5affa0dbc85d622e6d505a3ca5'
32
'29dc31d0b0365f8b5037c846eb7f441f38249d25cf7aeba134777dddc422ff9faff92aded93bc03b21b4390153568543b2be0c92d09c667559dd78390654e70e'
33
'SKIP'
34
'SKIP'
35
'SKIP'
36
'SKIP'
37
'SKIP')
38
39
prepare() {
40
# We need to make this a little more package-friendly. Currently uses ("~/bin/ietf.config", "/usr/local/bin/ietf.config", "~/.ietf/ietf.config")
41
cd ${srcdir}
42
sed -i -re "s/^ConfigPlaces[[:space:]]*=[[:space:]]*\(.*$/ConfigPlaces = ('~\/.${_pkgname}.config', '~\/.${_pkgname}\/${_pkgname}.config', '\/etc\/${pkgname}\/${_pkgname}.config')/" ${_pkgname}
43
}
44
45
package() {
46
install -D -m755 ${srcdir}/${_pkgname} ${pkgdir}/usr/bin/${_pkgname}
47
install -D -m644 ${srcdir}/${_pkgname}.README ${pkgdir}/usr/share/doc/${pkgname}/README
48
install -D -m644 ${srcdir}/${_pkgname}.config.arch ${pkgdir}/etc/${pkgname}/${_pkgname}.config
49
install -D -m644 ${srcdir}/${_pkgname}.config ${pkgdir}/usr/share/doc/${pkgname}/${_pkgname}.config
50
install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/WTFPL
51
}
52
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 |