dropbox

LOW
maintainer mtorromeo 2377 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt Dropbox binary from Dropbox's official static server, which is a legitimate source; despite the non-whitelisted host, this is a standard and expected practice for Dropbox on Arch Linux, and the binary is not obfuscated or executed during build.

Triggered rules

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt Dropbox binary from Dropbox's official static server, which is a legitimate source; despite the non-whitelisted host, this is a standard and expected practice for Dropbox on Arch Linux, and the binary is not obfuscated or executed during build.

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:28 "https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-$pkgver.tar.gz"{,.asc})

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
2# Contributor: Chih-Hsuan Yen <yan12125@gmail.com>
3# Contributor: Tom < tomgparchaur at gmail dot com >
4# Contributor: David Manouchehri <d@32t.ca>
5
6pkgname=dropbox
7pkgver=270.4.3312
8pkgrel=1
9pkgdesc="A free service that lets you bring your photos, docs, and videos anywhere and share them easily."
10arch=("x86_64")
11url="https://www.dropbox.com"
12license=(custom:Dropbox)
13depends=("libsm" "libxslt" "libxmu" "libxdamage" "libxrender" "libxxf86vm" "libxcomposite" "fontconfig" "dbus")
14makedepends=("gendesk")
15optdepends=(
16 'ufw-extras: ufw rules for dropbox'
17 'perl-file-mimeinfo: opening dropbox folder on some desktop environments'
18 'xdg-utils: for "Launch Dropbox Website" and file manager integration'
19 'libappindicator-gtk3: make tray icons themed under some desktop environments like KDE plasma'
20)
21options=('!strip')
22
23# https://www.dropbox.com/scl/fo/0eu2dsn07fy5k0gt5fy74/AABbXqKHbY_mobVJhqgfOXYja/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
24source=("DropboxGlyph_Blue.svg"
25 "terms.txt"
26 "dropbox.service"
27 "dropbox@.service"
28 "https://edge.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-$pkgver.tar.gz"{,.asc})
29
30sha256sums=('9ba76205ec5838db85d822f23cfd7e2112fd2757e8031d8374709f102143c548'
31 '1610ff57e8b20ee7a37682c3cc505da4ddc9cec2bd7234c90c0f2073657521d2'
32 '6c67a9c8c95c08fafafd2f1d828074b13e3347b05d2e4f4bf4e62746115d7477'
33 '98581e65a91ae1f19ed42edcdaaa52e102298b5da0d71b50089393d364474d3d'
34 '35404957d2a15dcac998d53cbec692d5236e197493f6c009accd91ea9aa8f34c'
35 'SKIP')
36# The PGP key fingerprint should match the one on https://www.dropbox.com/help/desktop-web/linux-commands
37validpgpkeys=(
38 '1C61A2656FB57B7E4DE0F4C1FC918B335044912E' # Dropbox Automatic Signing Key <linux@dropbox.com>
39)
40
41prepare() {
42 gendesk --pkgname="$pkgname" --pkgdesc="$pkgdesc" --categories=Network -f PKGBUILD
43}
44
45package() {
46 install -d "$pkgdir"/opt
47 cp -dr --no-preserve=ownership "$srcdir"/.dropbox-dist/dropbox-lnx.x86_64-$pkgver "$pkgdir"/opt/dropbox
48 chmod 755 "$pkgdir"/opt/dropbox/*.so
49
50 install -d "$pkgdir"/usr/bin
51 ln -s ../../opt/dropbox/dropbox "$pkgdir"/usr/bin/dropbox
52
53 install -Dm644 "$srcdir"/dropbox.desktop -t "$pkgdir"/usr/share/applications
54 install -Dm644 "$srcdir"/DropboxGlyph_Blue.svg "$pkgdir"/usr/share/pixmaps/dropbox.svg
55 install -Dm644 "$srcdir"/terms.txt -t "$pkgdir"/usr/share/licenses/$pkgname
56 install -Dm644 "$srcdir"/dropbox.service -t "$pkgdir"/usr/lib/systemd/user
57 install -Dm644 "$srcdir"/dropbox@.service -t "$pkgdir"/usr/lib/systemd/system
58}
59

Changes since previous scan

--- PKGBUILD @ 2026-09-16 00:03
+++ PKGBUILD @ 2026-09-17 00:27
@@ -4,7 +4,7 @@
# Contributor: David Manouchehri <d@32t.ca>
pkgname=dropbox
-pkgver=264.4.3421
+pkgver=270.4.3312
pkgrel=1
pkgdesc="A free service that lets you bring your photos, docs, and videos anywhere and share them easily."
arch=("x86_64")
@@ -31,7 +31,7 @@
'1610ff57e8b20ee7a37682c3cc505da4ddc9cec2bd7234c90c0f2073657521d2'
'6c67a9c8c95c08fafafd2f1d828074b13e3347b05d2e4f4bf4e62746115d7477'
'98581e65a91ae1f19ed42edcdaaa52e102298b5da0d71b50089393d364474d3d'
- '4aa06821de43b5e1cf4f27f83cb5f0bca82d01107c758091d7895f0d723f5411'
+ '35404957d2a15dcac998d53cbec692d5236e197493f6c009accd91ea9aa8f34c'
'SKIP')
# The PGP key fingerprint should match the one on https://www.dropbox.com/help/desktop-web/linux-commands
validpgpkeys=(

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 19:23:36 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

Report a package

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

0 / 4000
Your suggestion