ddos

maintainer arunachalam · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on GitHub, which is the project's own repository; despite skipped checksums and low votes, it installs only Python scripts and data files without executing remote code or obfuscated payloads.

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 90%): The package builds from a source tarball hosted on GitHub, which is the project's own repository; despite skipped checksums and low votes, it installs only Python scripts and data files without executing remote code or obfuscated payloads.

PKGBUILD

1# Maintainer: Arunachalam <arunachalam@arcxos.vercel.app>
2pkgname=ddos
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Arunachalam's ARC-GHOST: Cyberpunk Authorized Security Assessment & Targeted Process Isolation Suite built for Linux by a 7-year veteran builder (Tamil Nadu), India."
6arch=('any')
7url="https://github.com/Arunachalam-gojosaturo/Ddos"
8license=('MIT')
9depends=('python' 'python-pillow' 'iptables' 'iproute2')
10optdependents=(
11 'hyprland: Wayland window focus & shortcut dispatch'
12 'xdotool: X11 window focus & shortcut dispatch'
13 'wtype: Wayland shortcut dispatch'
14 'ydotool: Input device shortcut dispatch'
15)
16source=("$pkgname-$pkgver.tar.gz::https://github.com/Arunachalam-gojosaturo/Ddos/archive/refs/tags/v$pkgver.tar.gz")
17sha256sums=('SKIP')
18
19package() {
20 cd "$srcdir"
21 _dir=$(find . -maxdepth 1 -type d \( -name "Ddos*" -o -name "ddos*" \) | head -n1)
22 if [ -n "$_dir" ]; then
23 cd "$_dir"
24 fi
25
26 install -Dm755 arc_ghost.py "$pkgdir/usr/bin/arc-ghost"
27 install -Dm755 arc_ghost.py "$pkgdir/usr/bin/ddos"
28 install -Dm755 scripts/fxblock.sh "$pkgdir/usr/bin/fxblock"
29
30 mkdir -p "$pkgdir/usr/share/ddos"
31 cp -r src assets requirements.txt "$pkgdir/usr/share/ddos/" 2>/dev/null || true
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 07:37:32 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