wirq-bin
maintainer loadept
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the project's official GitHub releases, which is a common and acceptable practice; while the host is not whitelisted, it is a legitimate source, and the binary is not executed in a risky manner during install.
Triggered rules
LOW
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt binary from the project's official GitHub releases, which is a common and acceptable practice; while the host is not whitelisted, it is a legitimate source, and the binary is not executed in a risky manner during install.
PKGBUILD
1
# Maintainer: loadept <hi at loadept dot com>
2
3
pkgname=wirq-bin
4
pkgver=0.0.3
5
pkgrel=1
6
pkgdesc="A local MITM proxy for inspecting HTTP/HTTPS traffic"
7
url="https://github.com/loadept/wirq"
8
arch=('x86_64')
9
license=('AGPL-3.0-or-later')
10
depends=('webkit2gtk-4.1')
11
12
source=(wirq-${pkgver}-linux-amd64.tar.gz::${url}/releases/download/v${pkgver}/wirq-linux-amd64.tar.gz)
13
sha256sums=('eb9744f464661da65daf6def322107abbed79aa136f8b54ce97c50cb958a7fb6')
14
15
package() {
16
install -Dm755 wirq "$pkgdir/opt/wirq/wirq"
17
install -Dm644 wirq.desktop "$pkgdir/opt/wirq/wirq.desktop"
18
install -Dm644 icon.png "$pkgdir/opt/wirq/wirq.png"
19
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/wirq/LICENSE"
20
21
install -dm755 "$pkgdir/usr/bin"
22
install -dm755 "$pkgdir/usr/share/applications"
23
install -dm755 "$pkgdir/usr/share/icons/hicolor/128x128/apps"
24
25
ln -s "/opt/wirq/wirq" "$pkgdir/usr/bin/wirq"
26
ln -s "/opt/wirq/wirq.desktop" "$pkgdir/usr/share/applications/wirq.desktop"
27
ln -s "/opt/wirq/wirq.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/wirq.png"
28
}
29
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 03:10:20 | LOW | 2 |