aibrowsertoolkit-bin
LOW
maintainer skssmd
0 votes
scanned 2026-08-21 05:14:11.864738
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
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.
PKGBUILD
1
# Maintainer: skssmd <skssmd78475@gmail.com>
2
pkgname=aibrowsertoolkit-bin
3
pkgver=0.1.2
4
pkgrel=1
5
pkgdesc="Browser API for AI agents, over HTTP"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/skssmd/Ai-Browser-Toolkit"
8
license=('Apache-2.0')
9
# Chrome is required at runtime but is not in the repos, and Edge counts too --
10
# a hard dependency would make this uninstallable on a clean Arch box.
11
optdepends=('google-chrome: the browser this drives'
12
'microsoft-edge-stable-bin: alternative browser')
13
provides=('aibrowsertoolkit')
14
conflicts=('aibrowsertoolkit')
15
options=('!strip')
16
install="${pkgname}.install"
17
source_x86_64=("${url}/releases/download/v${pkgver}/aibrowsertoolkit-${pkgver}-linux-x86_64.tar.gz")
18
source_aarch64=("${url}/releases/download/v${pkgver}/aibrowsertoolkit-${pkgver}-linux-aarch64.tar.gz")
19
sha256sums_x86_64=('4a212795732595fe5f5f5057e4dbfdcaf34ac2a3e97934f9737922d8c514ddf3')
20
sha256sums_aarch64=('1ee546a8d47ea1d4e63505c0ddee983b2489503858a885eea53ec86edf4e551a')
21
22
package() {
23
# The tarball's top-level directory is named for the bundle target, and
24
# CARCH is x86_64 or aarch64 -- which match by construction. That is why
25
# packaging/bundle.py's TARGETS uses those exact strings.
26
local src="${srcdir}/aibrowsertoolkit-${pkgver}-linux-${CARCH}"
27
install -dm755 "${pkgdir}/opt/aibrowsertoolkit"
28
cp -a "${src}/." "${pkgdir}/opt/aibrowsertoolkit/"
29
install -dm755 "${pkgdir}/usr/bin"
30
ln -s /opt/aibrowsertoolkit/bin/abt "${pkgdir}/usr/bin/abt"
31
install -Dm644 "${src}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
32
}
33
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 05:14:11 | Low | 1 |