screamingfrogseospider
maintainer matth
· 22 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads official .deb binaries from the project's own domain (screamingfrog.co.uk), which is a legitimate source for the software;虽 host not whitelisted, it is the vendor's official download site, and the binaries are verified via b2sum.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads official .deb binaries from the project's own domain (screamingfrog.co.uk), which is a legitimate source for the software;虽 host not whitelisted, it is the vendor's official download site, and the binaries are verified via b2sum.
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:19
source_x86_64=("screamingfrogseospider_${pkgver}_amd64.deb::https://download.screamingfrog.co.uk/products/seo-spider/screamingfrogseospider_${pkgver}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Matt Harrison <matt@harrison.us.com>
2
# Maintained at: https://github.com/matt-h/aur-pkgbuilds or https://codeberg.org/matt/aur-pkgbuilds
3
4
pkgname=screamingfrogseospider
5
pkgver=24.2
6
pkgrel=1
7
pkgdesc="spiders websites’ links, images, CSS, script and apps from an SEO perspective."
8
arch=('x86_64' 'aarch64')
9
url="https://www.screamingfrog.co.uk/seo-spider/"
10
license=('custom')
11
depends=('java-runtime-openjdk>=21' 'ttf-font' 'bash')
12
makedepends=('tar' 'python')
13
options=('!debug')
14
source=(
15
"LICENSE"
16
"screamingfrogseospider"
17
"patch-java-check.py"
18
)
19
source_x86_64=("screamingfrogseospider_${pkgver}_amd64.deb::https://download.screamingfrog.co.uk/products/seo-spider/screamingfrogseospider_${pkgver}_amd64.deb")
20
source_aarch64=("screamingfrogseospider_${pkgver}_arm64.deb::https://download.screamingfrog.co.uk/products/seo-spider/screamingfrogseospider_${pkgver}_arm64.deb")
21
b2sums=('6cde786ef5e5bf0e2d1cb9403eb9bbe6923731e22263e1cd2b3c3f0258d6efb4151eba5b59ee9e87894d17af75f1f72509bd389d1425a9fcab37ba51d9b50cd7'
22
'30d4dae44d6388046bd0ebd1e36b3d4c9889b451ce2ca75483c6cac57813c9f20faeae38be35c7da86917b81802b6b1e1c950fa7bd406242bb4f4e97b63e140e'
23
'297204e5385359137534c7e031da006b510915140cc5e35b18cde0a12dc1b1eed1281d76420a7563df13df97d7d55eec7aa1671f97a973f7333664d59714d5d5')
24
b2sums_x86_64=('5d8d23cb0d1c52c9f42f38b9fba11cb47ed12c1a54e99dbdf165d7100b97cf0759829f61302e93f69809e102cb0a747b342764aea8a3898ba591f1ab1c58fdd7')
25
b2sums_aarch64=('18050f1f4540083d8f5a709567ca3c5308752d4c83bc45c1deef0e7afad0c8f8b9c5ee7734c84f36dccb6d1f2f685a1152f215c325f1bf9a75e9655542638d61')
26
27
build() {
28
msg "Extracting deb data..."
29
tar xf "$srcdir/data.tar.xz" -C "$srcdir"
30
rm -rf "$srcdir/usr/share/screamingfrogseospider/jre"
31
rm "$srcdir/usr/bin/screamingfrogseospider"
32
33
msg "Patching Java vendor check to work with OpenJDK..."
34
python3 "$srcdir/patch-java-check.py" "$srcdir/usr/share/screamingfrogseospider/ScreamingFrogSEOSpider.jar"
35
}
36
37
package() {
38
cp -dpr --no-preserve=ownership "$srcdir/usr" "$pkgdir"
39
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
40
install -Dm755 "$srcdir/screamingfrogseospider" "$pkgdir/usr/bin/screamingfrogseospider"
41
}
42
43
# vim:set ts=2 sw=2 et:
44
Changes since previous scan
--- PKGBUILD @ 2026-07-17 00:06+++ PKGBUILD @ 2026-08-03 00:08@@ -2,14 +2,15 @@ # Maintained at: https://github.com/matt-h/aur-pkgbuilds or https://codeberg.org/matt/aur-pkgbuilds pkgname=screamingfrogseospider-pkgver=24.1+pkgver=24.2 pkgrel=1 pkgdesc="spiders websites’ links, images, CSS, script and apps from an SEO perspective." arch=('x86_64' 'aarch64') url="https://www.screamingfrog.co.uk/seo-spider/" license=('custom')-depends=('java-runtime-openjdk>=21' 'ttf-font')+depends=('java-runtime-openjdk>=21' 'ttf-font' 'bash') makedepends=('tar' 'python')+options=('!debug') source=( "LICENSE" "screamingfrogseospider"@@ -20,8 +21,8 @@ b2sums=('6cde786ef5e5bf0e2d1cb9403eb9bbe6923731e22263e1cd2b3c3f0258d6efb4151eba5b59ee9e87894d17af75f1f72509bd389d1425a9fcab37ba51d9b50cd7' '30d4dae44d6388046bd0ebd1e36b3d4c9889b451ce2ca75483c6cac57813c9f20faeae38be35c7da86917b81802b6b1e1c950fa7bd406242bb4f4e97b63e140e' '297204e5385359137534c7e031da006b510915140cc5e35b18cde0a12dc1b1eed1281d76420a7563df13df97d7d55eec7aa1671f97a973f7333664d59714d5d5')-b2sums_x86_64=('0a41099a9cce3da86f026785997b7f809018badc25a3e45adcd7b8cfc6edf2bf7394d2522c0334a630ba6d188e8496118e3eb611f9c1c4597f02f0440ce5e53d')-b2sums_aarch64=('530f57bee353df8a4aea2d7b7fca077e31371489501615ee158c836b4cbd8cbbbf874af7b0ba8d4a028a5e16c2e7e84465e8af2fece489593b2a9e61931a2d38')+b2sums_x86_64=('5d8d23cb0d1c52c9f42f38b9fba11cb47ed12c1a54e99dbdf165d7100b97cf0759829f61302e93f69809e102cb0a747b342764aea8a3898ba591f1ab1c58fdd7')+b2sums_aarch64=('18050f1f4540083d8f5a709567ca3c5308752d4c83bc45c1deef0e7afad0c8f8b9c5ee7734c84f36dccb6d1f2f685a1152f215c325f1bf9a75e9655542638d61') build() { msg "Extracting deb data..."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 13:54:53 | MEDIUM | 1 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |