swift4-im-git
maintainer orphaned
· 0 votes
· base
swift4-git
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git checkout from the project's own domain (swift.im), which is plausibly official; building from source is normal for AUR, even if the host isn't whitelisted.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git checkout from the project's own domain (swift.im), which is plausibly official; building from source is normal for AUR, even if the host isn't whitelisted.
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:13
source=("git://swift.im/swift#branch=swift-4.x")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Bjoern Franke <bjo@nord-west.org>
2
# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
3
4
pkgbase='swift4-git'
5
pkgname=('swift4-im-git' 'swiften4-git')
6
pkgver=4.0.2.r6.gbb3bd8a32
7
pkgrel=1
8
arch=('i686' 'x86_64')
9
url="http://swift.im/"
10
license=('GPL3')
11
makedepends=('git' 'python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
12
'qt5-webkit' 'qt5-x11extras' 'qt5-tools' 'qt5-svg')
13
source=("git://swift.im/swift#branch=swift-4.x")
14
md5sums=('SKIP')
15
16
pkgver() {
17
cd "$srcdir/swift"
18
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^swift\.//'
19
}
20
21
# Those options need to be consistent between each scons invocation.
22
_scons_options='max_jobs=1 optimize=1 debug=0 swiften_dll=1'
23
_directory='swift'
24
25
build() {
26
cd "$srcdir/$_directory"
27
./scons $_scons_options Swift Swiften
28
}
29
30
package_swift4-im-git() {
31
pkgdesc='XMPP client written in C++ with Qt and Swiften (4.x branch)'
32
depends=("swiften4-git=$pkgver" 'qt5-base' 'qt5-multimedia' 'qt5-webkit'
33
'qt5-x11extras' 'qt5-svg')
34
provides=('swift-im=3.0')
35
conflicts=('swift-im')
36
37
cd "$srcdir/$_directory"
38
./scons $_scons_options SWIFT_INSTALLDIR="$pkgdir/usr/" "$pkgdir/usr/"
39
}
40
41
package_swiften4-git() {
42
pkgdesc='XMPP library written in C++ with Boost (4.x branch)'
43
depends=('boost-libs')
44
provides=('swiften=4.0')
45
conflicts=('swiften')
46
47
cd "$srcdir/$_directory"
48
./scons $_scons_options SWIFTEN_INSTALLDIR="$pkgdir/usr/" "$pkgdir/usr/"
49
}
50
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |