digistorage-bin
Prebuilt binary downloaded from the vendor's own domain (storage.rcs-rds.ro) with a pinned sha256 checksum; the host is the official Digi Romania storage portal, making this a vendor-supplied binary rather than a personal/cloud-storage drop, but it is still an unreviewed prebuilt executable installed to /opt and run directly, which warrants medium caution.
Triggered rules
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:11
source=("digistorage-${pkgver}-linux-x86_64.tar.gz::https://storage.rcs-rds.ro/dl/apps/linux64"
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Prebuilt binary downloaded from the vendor's own domain (storage.rcs-rds.ro) with a pinned sha256 checksum; the host is the official Digi Romania storage portal, making this a vendor-supplied binary rather than a personal/cloud-storage drop, but it is still an unreviewed prebuilt executable installed to /opt and run directly, which warrants medium caution.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Attila Simon <atsitimolan@murena.io>
pkgname=digistorage-bin
pkgver=decf8db
pkgrel=1
pkgdesc="Digi Storage Desktop Client - Cloud storage client for Digi Romania"
arch=('x86_64')
url="https://storage.rcs-rds.ro"
depends=('gvfs')
license=('custom')
options=(!strip)
source=("digistorage-${pkgver}-linux-x86_64.tar.gz::https://storage.rcs-rds.ro/dl/apps/linux64"
"digistorage.desktop")
sha256sums=('a1f701503bbe82aa558f3cf64b8f459df236c25f2b43991c305e9e283d4ea42f'
'c7f64722db8ab612b1ad1de435236d109fc79ab392b4d877d911f35f0f8c16d2')
prepare() {
cd "${srcdir}"
tar -xf "digistorage-${pkgver}-linux-x86_64.tar.gz"
cd "digistorage"
rm -f "Install.desktop" "installer.sh"
}
package() {
install -Dm644 "${srcdir}/digistorage.desktop" "${pkgdir}/usr/share/applications/digistorage.desktop"
cd "${srcdir}/digistorage"
install -dm755 "${pkgdir}/opt"
cp -r . "${pkgdir}/opt/digistorage"
install -d "${pkgdir}/usr/share/icons/hicolor/64x64/apps"
ln -s "/opt/digistorage/icon.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/digistorage.png"
install -d "${pkgdir}/usr/bin"
ln -s "/opt/digistorage/storagegui" "${pkgdir}/usr/bin/digistorage"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 13:20:30 | Medium | 3 |
| 2026-09-14 13:17:35 | Medium | 2 |