aur-sentry

LOW
maintainer arunachalam 0 votes scanned 2026-08-31 03:44:41.618721
View on AUR
Why flagged

The package installs legitimate shell scripts and documentation from a verifiable GitHub source; the low severity is due to few votes and recent upload, but no malicious behavior is present.

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 installs legitimate shell scripts and documentation from a verifiable GitHub source; the low severity is due to few votes and recent upload, but no malicious behavior is present.

PKGBUILD

1# Maintainer: Arunachalam <https://aur.archlinux.org/account/arunachalam>
2
3pkgname=aur-sentry
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="First AI-based pacman security agent and animated cyber visualizer for Arch Linux, developed by Arunachalam"
7arch=('any')
8url="https://github.com/Arunachalam-gojosaturo/aur-sentry"
9license=('MIT')
10depends=('bash' 'curl' 'jq' 'pacman')
11optdepends=(
12 'libnotify: Desktop threat notifications'
13)
14install=aur-sentry.install
15source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
16sha256sums=('cd2e5013dedff7e6e4d17519f90a78800ffc4d372275a70f8c9483685b788775')
17
18package() {
19 cd "$srcdir/$pkgname-$pkgver"
20
21 # Install core executables to /usr/bin
22 install -dm755 "$pkgdir/usr/bin"
23 install -m755 aur-sentry "$pkgdir/usr/bin/aur-sentry"
24 install -m755 arcxos-dl "$pkgdir/usr/bin/arcxos-dl"
25 install -m755 arcxos-hyper-dl "$pkgdir/usr/bin/arcxos-hyper-dl"
26 install -m755 hyperdl.sh "$pkgdir/usr/bin/hyperdl.sh"
27
28 # Install license
29 install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
30 install -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
31
32 # Install documentation and example configuration
33 install -dm755 "$pkgdir/usr/share/doc/$pkgname"
34 install -m644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
35 install -m644 banner.jpeg "$pkgdir/usr/share/doc/$pkgname/banner.jpeg"
36 install -m644 pacman.conf "$pkgdir/usr/share/doc/$pkgname/pacman.conf.example"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 03:44:41 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