bin32-filezilla-bin

LOW
maintainer yatsen71 0 votes scanned 2026-09-17 00:27:14.276658
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
10pkgname=bin32-filezilla-bin
11pkgver=3.69.6
12pkgrel=1
13pkgdesc="Fast and reliable FTP, FTPS and SFTP client - 32bit version for 64bit systems"
14arch=('x86_64')
15_arch=i686
16license=('MPL' 'GPL' 'LGPL')
17provides=('bin32-filezilla')
18conflicts=('bin32-filezilla')
19url="https://filezilla-project.org/"
20depends=('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')
24optdepends=()
25source=(https://dl2.cdn.filezilla-project.org/client/FileZilla_${pkgver}_$_arch-linux-gnu.tar.xz
26 'filezilla32.desktop')
27sha256sums=('35be448c852d19c22295ffc6b3940662d30d513b74a40459886062eb52767929'
28 'd69a541de35f27a7f771b3c4fe10bb81f5be548a2e8399b6136566a22f1391fc')
29validpgpkeys=() # Mozilla Software Releases <release@mozilla.com>
30
31package() {
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 \$*
40EOF
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion