perl-ritx
maintainer severach
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source zip from a non-whitelisted but plausibly project-owned Google Code host; it builds and installs a Perl script locally, with no execution of remote code or exfiltration, and the worst case of a swapped source is limited to code injection during build, which is low risk for a Perl tool in the AUR.
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 a source zip from a non-whitelisted but plausibly project-owned Google Code host; it builds and installs a Perl script locally, with no execution of remote code or exfiltration, and the worst case of a swapped source is limited to code injection during build, which is low risk for a Perl tool in the AUR.
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:17
source=("https://ritx.googlecode.com/files/RitX-Reverse-Ip-Tool-v${pkgver}.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
2
# Contributor: Sebastian Neef <aur @ gehaxelt DOT in>
3
4
# Neat idea but doesn't seem to work. Probably easy to fix.
5
6
set -u
7
_pkgname='ritx'
8
pkgname='perl-ritx'
9
pkgver='1.6'
10
pkgrel='1'
11
pkgdesc='discovers domains hosted on the same server as a given IP or domain'
12
arch=('any')
13
#url="https://code.google.com/p/${pkgname}/"
14
url='https://www.aldeid.com/wiki/RitX'
15
license=('GPL2')
16
depends=('perl')
17
source=("https://ritx.googlecode.com/files/RitX-Reverse-Ip-Tool-v${pkgver}.zip")
18
sha256sums=('01495ea9c5e18dc0eec31c90ef2321e73bf2b58408f44e08077c7136e8216010')
19
20
prepare() {
21
set -u
22
cd "${_pkgname}"
23
sed -i -e 's:perl $b:$b:g' 'RitX.pl'
24
set +u
25
}
26
27
package() {
28
set -u
29
cd "${_pkgname}"
30
install -Dm755 'RitX.pl' "${pkgdir}/usr/bin/ritx"
31
install -Dm644 'README' -t "${pkgdir}/usr/share/doc/ritx/"
32
set +u
33
}
34
set +u
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 |