tabs-app

maintainer ashpie · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a git repository hosted on a non-whitelisted domain, but it is the project's own source code, and the build process is standard for an Electron app; no untrusted prebuilt binaries are downloaded.

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 package builds from a git repository hosted on a non-whitelisted domain, but it is the project's own source code, and the build process is standard for an Electron app; no untrusted prebuilt binaries are downloaded.

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:10 source=("tabs-src::git+https://git.kma.sh/ashpie/tabs.git#tag=v$pkgver"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Alice Gaudon <alice at gaudon dot pro>
2
3pkgname='tabs-app'
4pkgver=1.3.3
5pkgrel=1
6pkgdesc='Persistent and separate browser tabs in one window'
7arch=('x86_64')
8url='https://git.kma.sh/ashpie/tabs'
9license=('GPL3')
10source=("tabs-src::git+https://git.kma.sh/ashpie/tabs.git#tag=v$pkgver"
11 'tabs-app'
12 'tabs-app.desktop')
13sha512sums=('SKIP'
14 '20d96d59a93ff83fff36bb2a1f8896763c0bae990983777c9e8b34086b37544f9aee31ba57791de82ebe23d7a9c182bdea47dba264636e8456af7e1aedb2665e'
15 '94bf995f0e4a132bd41452ca75deaffe58b3cf434adacf7371ba74e14b32a6c116e7686abea0796081bc8af3dc0c10a1059a9afa651ef13da1b4751dced89644')
16provides=('tabs-app')
17conflicts=('tabs-app')
18depends=('gtk3' 'nss')
19makedepends=('git' 'yarn' 'npm')
20
21prepare() {
22 cd "$srcdir/tabs-src" || exit 1
23 yarn install
24}
25
26build() {
27 cd "$srcdir/tabs-src" || exit 1
28 yarn compile && yarn electron-builder -l dir
29}
30
31package() {
32 install -Dm644 "$srcdir/tabs-src/LICENSE" "$pkgdir/usr/share/licenses/tabs-app/LICENSE"
33
34 install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
35 install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
36
37 install -Dm644 "$srcdir/tabs-src/resources/images/logo.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
38
39 mkdir -p "$pkgdir/opt/$pkgname"
40 cp -dr --no-preserve=ownership "$srcdir/tabs-src/dist/linux-unpacked/." "$pkgdir/opt/$pkgname/"
41 install -Dm644 "$srcdir/tabs-src/dev-app-update.yml" "$pkgdir/opt/$pkgname/resources/app-update.yml"
42}
43

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