smartgit

maintainer Muflone · 178 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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:15 source=("https://download.smartgit.dev/${pkgname}/${pkgname}-${_pkgver}-linux-amd64.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Muflone http://www.muflone.com/contacts/english/
2# Contributor: Alexey Stukalov <astukalov@gmail.com>
3
4pkgname=smartgit
5pkgver=26.1.045
6_pkgver=$(echo "${pkgver//./_}" | cut -d_ -f -4)
7pkgrel=1
8pkgdesc='Git client with Hg and SVN support.'
9arch=('x86_64')
10url="https://www.smartgit.dev/"
11license=('LicenseRef-custom')
12depends=('desktop-file-utils' 'git' 'gtk3' 'which')
13optdepends=('mercurial: hg repositories support')
14replaces=('smartgithg')
15source=("https://download.smartgit.dev/${pkgname}/${pkgname}-${_pkgver}-linux-amd64.tar.gz"
16 "${pkgname}.desktop")
17sha256sums=('97a61d266d3d9daf77a0a6c4e47af8001408c29fa72347327b81c024d8957e07'
18 'bb5665e9c93640b311dbe8b633da65e3c72a712a3dc9655c3274a3542a688a32')
19
20package() {
21 # Install licenses
22 install -d -m 755 "${pkgdir}/usr/share/licenses/${pkgname}"
23 mv "${pkgname}/licenses"/* "${pkgdir}/usr/share/licenses/${pkgname}"
24 ln -s /opt/${pkgname}/license.html "${pkgdir}/usr/share/licenses/${pkgname}"
25 rmdir "${pkgname}/licenses"
26 # Install application files
27 install -d -m 755 "${pkgdir}/opt"
28 mv "${pkgname}" "${pkgdir}/opt/${pkgname}"
29 # Install desktop file
30 install -D -m 644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
31 # Install icon files
32 install -d -m 755 "${pkgdir}/usr/share/icons/hicolor"
33 cd "${pkgdir}/usr/share/icons/hicolor"
34 for _size in 32 48 64 128 256
35 do
36 install -d "${_size}x${_size}/apps"
37 ln -s "/opt/${pkgname}/bin/smartgit-${_size}.png" "${_size}x${_size}/apps/${pkgname}.png"
38 done
39 # Add symlink to /usr/bin
40 chmod 755 "${pkgdir}/opt/${pkgname}/bin/smartgit.sh"
41 install -d -m 755 "${pkgdir}/usr/bin"
42 ln -s "/opt/${pkgname}/bin/smartgit.sh" "${pkgdir}/usr/bin/${pkgname}"
43}
44

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