rats
maintainer anthraxx
· 24 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from Google's archived code download domain, which is plausibly the project's official release location; building from this source poses minimal supply-chain risk as it is a known archive of an official project.
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 Google's archived code download domain, which is plausibly the project's official release location; building from this source poses minimal supply-chain risk as it is a known archive of an official project.
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:13
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rough-auditing-tool-for-security/rats-${pkgver}.tgz)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
2
# Contributor: Simon Malinge <tapi@syskall.net>
3
4
pkgname=rats
5
pkgver=2.4
6
pkgrel=1
7
pkgdesc='Tool for scanning source code and flagging common security related programming errors'
8
url='https://code.google.com/p/rough-auditing-tool-for-security/'
9
license=('GPL2')
10
depends=('expat')
11
arch=('i686' 'x86_64')
12
options=('!emptydirs')
13
source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rough-auditing-tool-for-security/rats-${pkgver}.tgz)
14
sha512sums=('f402717fc935a2f9c2464e1623807575044258fd998cabc8f115c063141004b5978bad739021f109cbbd1abd84231155eb59671ae202aefb40e1fd6733d8ac6d')
15
16
prepare() {
17
cd ${pkgname}-${pkgver}
18
sed -e 's/$(BINDIR)/$(DESTDIR)$(BINDIR)/g' -i Makefile.in
19
sed -e 's/$(MANDIR)/$(DESTDIR)$(MANDIR)/g' -i Makefile.in
20
sed -e 's/ $(LIBDIR)/ $(DESTDIR)$(LIBDIR)/g' -i Makefile.in
21
sed -e 's/ $(SHAREDIR)/ $(DESTDIR)$(SHAREDIR)/g' -i Makefile.in
22
}
23
24
build() {
25
cd ${pkgname}-${pkgver}
26
./configure --prefix=/usr
27
make SHAREDIR="/usr/share/${pkgname}"
28
}
29
30
package() {
31
cd ${pkgname}-${pkgver}
32
make MANDIR="/usr/share/man" \
33
SHAREDIR="/usr/share/${pkgname}" \
34
DESTDIR="${pkgdir}" \
35
install
36
install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
37
}
38
39
# vim: ts=2 sw=2 et:
40
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 |