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>
2
pkgname=ddos
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Arunachalam's ARC-GHOST: Cyberpunk Authorized Security Assessment & Targeted Process Isolation Suite built for Linux by a 7-year veteran builder (Tamil Nadu), India."
6
arch=('any')
7
url="https://github.com/Arunachalam-gojosaturo/Ddos"
8
license=('MIT')
9
depends=('python' 'python-pillow' 'iptables' 'iproute2')
10
optdependents=(
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
)
16
source=("$pkgname-$pkgver.tar.gz::https://github.com/Arunachalam-gojosaturo/Ddos/archive/refs/tags/v$pkgver.tar.gz")
17
sha256sums=('SKIP')
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |