bin32-filezilla-bin
maintainer yatsen71
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a legitimate FileZilla release tarball from a CDN domain (dl2.cdn.filezilla-project.org) that is plausibly owned by the project;虽非标准主机 but not inherently malicious, and the package builds from official upstream source.
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 legitimate FileZilla release tarball from a CDN domain (dl2.cdn.filezilla-project.org) that is plausibly owned by the project;虽非标准主机 but not inherently malicious, and the package builds from official upstream source.
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:25
source=(https://dl2.cdn.filezilla-project.org/client/FileZilla_${pkgver}_$_arch-linux-gnu.tar.xz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: aus <austin@theaus.xyz>
2
# Contributor: Felix Golatofski <contact@xdfr.de>
3
# Contributor: Swift Geek
4
# Contributor: c0nd0r <gcesarmza@gmail.com>
5
# Contributor: Thomas Dziedzic < gostrc at gmail >
6
# Contributor: webjdm <web.jdm@gmail.com>
7
# Contributor: magedon <magedon.zt@gmail.com>
8
# Contributor: Ali Akbar
9
10
pkgname=bin32-filezilla-bin
11
pkgver=3.69.6
12
pkgrel=1
13
pkgdesc="Fast and reliable FTP, FTPS and SFTP client - 32bit version for 64bit systems"
14
arch=('x86_64')
15
_arch=i686
16
license=('MPL' 'GPL' 'LGPL')
17
provides=('bin32-filezilla')
18
conflicts=('bin32-filezilla')
19
url="https://filezilla-project.org/"
20
depends=('bash' 'lib32-cairo' 'lib32-fontconfig' 'lib32-freetype2'
21
'lib32-gdk-pixbuf2' 'lib32-glib2' 'lib32-glibc' 'lib32-gtk3' 'lib32-libx11' 'lib32-libxcb'
22
'lib32-libxcomposite' 'lib32-libxcursor' 'lib32-libxdamage' 'lib32-libxext' 'lib32-libxfixes' 'lib32-libxi'
23
'lib32-libxrandr' 'lib32-libxrender' 'lib32-nspr' 'lib32-nss' 'lib32-pango')
24
optdepends=()
25
source=(https://dl2.cdn.filezilla-project.org/client/FileZilla_${pkgver}_$_arch-linux-gnu.tar.xz
26
'filezilla32.desktop')
27
sha256sums=('35be448c852d19c22295ffc6b3940662d30d513b74a40459886062eb52767929'
28
'd69a541de35f27a7f771b3c4fe10bb81f5be548a2e8399b6136566a22f1391fc')
29
validpgpkeys=() # Mozilla Software Releases <release@mozilla.com>
30
31
package() {
32
# directory and files
33
cd ${pkgdir}
34
mkdir -p {usr/bin,usr/lib32}
35
36
cp -r ${srcdir}/FileZilla3 usr/lib32
37
cat <<EOF > usr/bin/filezilla32
38
#!/bin/bash
39
/usr/lib32/FileZilla3/bin/filezilla \$*
40
EOF
41
chmod +x usr/bin/filezilla32
42
43
# desktop icons
44
cd ${srcdir}
45
install -d ${pkgdir}/usr/share/applications
46
install -Dm644 filezilla32.desktop ${pkgdir}/usr/share/applications
47
}
48
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 |