ip-watch-bot
LOW
maintainer dasbd72
0 votes
scanned 2026-09-17 17:25:53.299830
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>
2
pkgname=ip-watch-bot
3
pkgver=0.2.0
4
pkgrel=1
5
pkgdesc="Checks your public IP address and sends a Telegram notification when it changes"
6
arch=('any')
7
url="https://github.com/dasbd72/ip-watch-bot"
8
license=('MIT')
9
depends=('python' 'python-requests' 'python-yaml')
10
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling')
11
source=("$pkgname::git+https://github.com/dasbd72/ip-watch-bot.git#tag=v$pkgver")
12
sha256sums=('SKIP')
13
14
build() {
15
cd "$pkgname"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-17 17:25:53 | Low | 2 |