ip-watch-bot

LOW
maintainer dasbd72 0 votes scanned 2026-09-17 17:25:53.299830
View on AUR
Why flagged

The package builds from the project's own GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

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 builds from the project's own GitHub repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: dasbd72 <twbd723@gmail.com>
2pkgname=ip-watch-bot
3pkgver=0.2.0
4pkgrel=1
5pkgdesc="Checks your public IP address and sends a Telegram notification when it changes"
6arch=('any')
7url="https://github.com/dasbd72/ip-watch-bot"
8license=('MIT')
9depends=('python' 'python-requests' 'python-yaml')
10makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling')
11source=("$pkgname::git+https://github.com/dasbd72/ip-watch-bot.git#tag=v$pkgver")
12sha256sums=('SKIP')
13
14build() {
15 cd "$pkgname"
16 python -m build --wheel --no-isolation
17}
18
19package() {
20 cd "$pkgname"
21 python -m installer --destdir="$pkgdir" dist/*.whl
22 install -Dm644 systemd/ip-watch-bot.service "$pkgdir/usr/lib/systemd/user/ip-watch-bot.service"
23 install -Dm644 systemd/ip-watch-bot.timer "$pkgdir/usr/lib/systemd/user/ip-watch-bot.timer"
24 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25}
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 17:25:53 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