aur-sentry
LOW
maintainer arunachalam
0 votes
scanned 2026-08-31 03:44:41.618721
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
3
pkgname=aur-sentry
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="First AI-based pacman security agent and animated cyber visualizer for Arch Linux, developed by Arunachalam"
7
arch=('any')
8
url="https://github.com/Arunachalam-gojosaturo/aur-sentry"
9
license=('MIT')
10
depends=('bash' 'curl' 'jq' 'pacman')
11
optdepends=(
12
'libnotify: Desktop threat notifications'
13
)
14
install=aur-sentry.install
15
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
16
sha256sums=('cd2e5013dedff7e6e4d17519f90a78800ffc4d372275a70f8c9483685b788775')
17
18
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-31 03:44:41 | Low | 2 |