dropbox

maintainer mtorromeo · 2376 votes · scanned 2026-08-03 00:08:14.047287
LOW
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 executed during build but installed as-is for user use.

Triggered rules

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-07-25) 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 executed during build but installed as-is for user use.

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=256.4.3790
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 'd40b2c6d65e5d67853b67d4e3c6c24709763032e03f35b973e007d8a86cea408'
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

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

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

0 / 4000
Your suggestion