bip
maintainer bglopez
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from a project-hosting domain (duckcorp.org) that is plausibly associated with the project; it is not a personal file host or untrusted CDN, and the package builds from source, which is normal for AUR packages.
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 tarball from a project-hosting domain (duckcorp.org) that is plausibly associated with the project; it is not a personal file host or untrusted CDN, and the package builds from source, which is normal for AUR packages.
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=("https://projects.duckcorp.org/attachments/download/97/bip-$_pkgver.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
2
# Maintainer: Martin Wimpress <code@flexion.org>
3
4
pkgname=bip
5
pkgver=0.9.0rc4
6
_pkgver=0.9.0-rc4
7
pkgrel=1
8
pkgdesc="Multiuser IRC proxy that supports replaying of logged conversations."
9
arch=('x86_64')
10
url="http://bip.milkypond.org/"
11
license=('GPL')
12
depends=('openssl')
13
source=("https://projects.duckcorp.org/attachments/download/97/bip-$_pkgver.tar.gz"
14
"${pkgname}.service")
15
md5sums=('cd5afefdee246bdd83c0fb2e7744b24f'
16
'8675ee1b2cb85c0e79c182e897cffd31')
17
install=${pkgname}.install
18
19
prepare() {
20
cd ${pkgname}-${_pkgver}
21
# Don't treat warnings as errors.
22
sed -i 's/-Werror//g' src/Makefile.in
23
# Make the sample configuration reflect the PKGBUILD defaults
24
sed -i 's:/var/proxy/logs:/var/log/bip:' samples/$pkgname.conf
25
}
26
27
build() {
28
cd ${pkgname}-${_pkgver}
29
./configure \
30
--prefix=/usr
31
make
32
}
33
34
package() {
35
cd ${pkgname}-${_pkgver}
36
make DESTDIR="${pkgdir}" install
37
install -D -m755 ${srcdir}/${pkgname}-${_pkgver}/scripts/bipgenconfig "${pkgdir}"/usr/bin/bipgenconfig
38
install -D -m644 ${srcdir}/${pkgname}-${_pkgver}/samples/$pkgname.conf "${pkgdir}"/usr/share/$pkgname/$pkgname.conf.sample
39
install -D -m644 ${srcdir}/${pkgname}-${_pkgver}/samples/$pkgname.vim "${pkgdir}"/usr/share/vim/syntax/$pkgname.vim
40
install -D -m 0644 ${srcdir}/${pkgname}.service "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
41
}
42
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 |