bdh-linux-ide
maintainer prabakaran202
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a public git repository with a SKIP'd checksum, but sources are from a legitimate project host (GitHub) and install only configuration files and scripts; no untrusted prebuilt binaries or remote code execution.
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 a public git repository with a SKIP'd checksum, but sources are from a legitimate project host (GitHub) and install only configuration files and scripts; no untrusted prebuilt binaries or remote code execution.
PKGBUILD
1
# Maintainer: Prabakaran (bdh)
2
3
pkgname=bdh-linux-ide
4
pkgver=1.0.0
5
pkgrel=1
6
pkgdesc="A simple, lightweight terminal-based IDE using Tmux, Ranger, and Nano."
7
arch=('any')
8
url="https://github.com/BackendDeveloperHub/bdh-linux-ide"
9
license=('GNU General Public License')
10
depends=('tmux' 'ranger' 'nano' 'bash')
11
source=("git+$url.git")
12
sha256sums=('SKIP')
13
14
package() {
15
cd "$pkgname"
16
17
# Arch Linux விதிகளின்படி /usr/local/bin-க்கு பதிலாக /usr/bin பயன்படுத்த வேண்டும்
18
install -dm755 "$pkgdir/usr/bin"
19
install -dm755 "$pkgdir/etc/bdh-ide"
20
21
# Executable ஃபைல்களை இன்ஸ்டால் செய்ய
22
install -Dm755 bdh-ide "$pkgdir/usr/bin/bdh-ide"
23
install -Dm755 bdh-ide-kill "$pkgdir/usr/bin/bdh-ide-kill"
24
25
# Config ஃபைல்களை இன்ஸ்டால் செய்ய
26
install -Dm644 configs/tmux.conf "$pkgdir/etc/bdh-ide/tmux.conf"
27
install -Dm644 configs/nanorc "$pkgdir/etc/bdh-ide/nanorc"
28
install -Dm644 configs/ide_layout.tz "$pkgdir/etc/bdh-ide/ide_layout.tz"
29
}
30
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 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 19:17:41 | LOW | 2 |