fscrawler-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from Sonatype's snapshot repository, which is a legitimate Maven repository used for project snapshots; the host is not whitelisted but is plausibly official for the project, and the package installs only the project's own files without executing remote code or bundling unverified binaries.
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 archive from Sonatype's snapshot repository, which is a legitimate Maven repository used for project snapshots; the host is not whitelisted but is plausibly official for the project, and the package installs only the project's own files without executing remote code or bundling unverified binaries.
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:11
source=("https://oss.sonatype.org/content/repositories/snapshots/fr/pilato/elasticsearch/crawler/fscrawler-$_esversion/$_fsversion/fscrawler-$_esversion-${pkgver//_/-}.zip")
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: Nathan Loewen <loewen.nathan@gmail.com>
2
pkgname='fscrawler-bin'
3
pkgver='2.9_20211220.205213_11'
4
_fsversion='2.9-SNAPSHOT'
5
_esversion='es7'
6
pkgrel='1'
7
pkgdesc='Elasticsearch File System Crawler'
8
arch=('any')
9
url='https://github.com/dadoonet/fscrawler'
10
license=('Apache')
11
source=("https://oss.sonatype.org/content/repositories/snapshots/fr/pilato/elasticsearch/crawler/fscrawler-$_esversion/$_fsversion/fscrawler-$_esversion-${pkgver//_/-}.zip")
12
sha256sums=('4f8ebb1fdaad1a1868c731a21ed04fc07e9ba0af01210848a33c54366fc595a7')
13
14
prepare() {
15
# Remove Windows batch script
16
rm fscrawler-$_esversion-$_fsversion/bin/fscrawler.bat
17
}
18
19
package() {
20
mkdir -p "$pkgdir/opt/fscrawler"
21
cp -r "$srcdir/fscrawler-$_esversion-$_fsversion/"* "$pkgdir/opt/fscrawler"
22
mkdir -p "$pkgdir/usr/bin"
23
ln -sf '/opt/fscrawler/bin/fscrawler' "$pkgdir/usr/bin/fscrawler"
24
}
25
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 |