smartgit
The package downloads a source tarball from the project's official domain (smartgit.dev), which is plausibly the project's own release infrastructure; building from official source is normal AUR packaging, even if the host is not on a whitelist.
Triggered rules
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is LOW (confidence 95%): The package downloads a source tarball from the project's official domain (smartgit.dev), which is plausibly the project's own release infrastructure; building from official source is normal AUR packaging, even if the host is not on a whitelist.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:15
source=("https://download.smartgit.dev/${pkgname}/${pkgname}-${_pkgver}-linux-amd64.tar.gz"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Muflone http://www.muflone.com/contacts/english/
# Contributor: Alexey Stukalov <astukalov@gmail.com>
pkgname=smartgit
pkgver=26.1.045
_pkgver=$(echo "${pkgver//./_}" | cut -d_ -f -4)
pkgrel=1
pkgdesc='Git client with Hg and SVN support.'
arch=('x86_64')
url="https://www.smartgit.dev/"
license=('LicenseRef-custom')
depends=('desktop-file-utils' 'git' 'gtk3' 'which')
optdepends=('mercurial: hg repositories support')
replaces=('smartgithg')
source=("https://download.smartgit.dev/${pkgname}/${pkgname}-${_pkgver}-linux-amd64.tar.gz"
"${pkgname}.desktop")
sha256sums=('97a61d266d3d9daf77a0a6c4e47af8001408c29fa72347327b81c024d8957e07'
'bb5665e9c93640b311dbe8b633da65e3c72a712a3dc9655c3274a3542a688a32')
package() {
# Install licenses
install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
mv "${pkgname}/licenses"/* "${pkgdir}/usr/share/licenses/${pkgname}"
ln -s /opt/${pkgname}/license.html "${pkgdir}/usr/share/licenses/${pkgname}"
rmdir "${pkgname}/licenses"
# Install application files
install -d -m 755 "${pkgdir}/opt"
mv "${pkgname}" "${pkgdir}/opt/${pkgname}"
# Install desktop file
install -D -m 644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
# Install icon files
install -d -m 755 "${pkgdir}/usr/share/icons/hicolor"
cd "${pkgdir}/usr/share/icons/hicolor"
for _size in 32 48 64 128 256
do
install -d "${_size}x${_size}/apps"
ln -s "/opt/${pkgname}/bin/smartgit-${_size}.png" "${_size}x${_size}/apps/${pkgname}.png"
done
# Add symlink to /usr/bin
chmod 755 "${pkgdir}/opt/${pkgname}/bin/smartgit.sh"
install -d -m 755 "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/bin/smartgit.sh" "${pkgdir}/usr/bin/${pkgname}"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |