認証情報アクセス
Reads Dropbox tokens, config, and selected local files.
brew
dropbox-uploader のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
dropbox-uploader transfers files to and from Dropbox using local credentials.
Reads Dropbox tokens, config, and selected local files.
Can upload, delete, move, and overwrite Dropbox content.
Can publish or remove artifacts in shared storage.
Gate uploads, deletes, moves, and token reads.
Allow listing; require approval for transfers, deletes, and sensitive file paths.
インストール
brew install dropbox-uploaderlocal Homebrew formula metadata
概要
Bash script for interacting with Dropbox
履歴
Dropbox Uploader is a Bash-and-cURL command-line script for uploading, downloading, listing, sharing, monitoring, and otherwise managing Dropbox files from a shell. Its package-manager appeal is that it turns Dropbox access into one portable script rather than a desktop sync client or heavier SDK application.
The project grew around a simple Unix idea: use a shell script plus cURL to talk to Dropbox from systems where a GUI client is unavailable or inappropriate. Its README now documents Dropbox API v2 authentication, a first-run configuration wizard, and storage of access configuration in `~/.dropbox_uploader`.
Dropbox Uploader found a niche with headless machines, NAS boxes, backup scripts, Raspberry Pi setups, and cross-platform shells. The official tested-environment list includes GNU/Linux, FreeBSD, macOS, Windows/Cygwin, and Raspberry Pi, which explains why a Homebrew package remains useful even though the tool is only a script.
Common usage is automation-friendly file transfer: upload backups, download artifacts, list remote folders, create share links, monitor remote paths for changes, and unlink credentials. The first run guides the user through OAuth-style setup without storing the Dropbox account password.
For package nerds, Dropbox Uploader is a classic single-script utility: no daemon, no GUI, no SDK install, just Bash, cURL, and a config file. It matters because it preserves a scriptable Dropbox workflow for environments where official desktop sync is the wrong shape.
セキュリティ状態
broad file, network, media, or database tool signal. generalized runtime or code generation signal.
リスク yellow · 信頼度 中 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.dropbox_uploaderCredential-bearing paths to review before unattended agent runs.
~/.dropbox_uploader実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
dropShell.sh | cli | グローバル実行可能ファイル | |
dropbox_uploader.sh | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/andreafabrizi/Dropbox-Uploader
インストールメタデータ
| パッケージキー | brew:dropbox-uploader |
|---|---|
| バージョン | 1.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/dropbox-uploader |
| ホームページ | https://www.andreafabrizi.it/2016/01/01/Dropbox-Uploader/ |
| リポジトリ | https://github.com/andreafabrizi/Dropbox-Uploader |
| 上流ドキュメント | https://github.com/andreafabrizi/Dropbox-Uploader#readme |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://github.com/andreafabrizi/Dropbox-Uploader/archive/refs/tags/1.0.tar.gz |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dropbox-uploader |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.