vikasit-bin
maintainer koolninad
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads prebuilt binaries from the project's official GitHub releases, which is a common and generally trusted practice; the low severity is due to the binary nature of the sources and recent upload with few votes, but no malicious behavior is evident.
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 downloads prebuilt binaries from the project's official GitHub releases, which is a common and generally trusted practice; the low severity is due to the binary nature of the sources and recent upload with few votes, but no malicious behavior is evident.
PKGBUILD
1
# Maintainer: Ninad Chandorkar <ninad@chandorkartechnologies.com>
2
pkgname='vikasit-bin'
3
pkgver=2.2.3
4
pkgrel=1
5
pkgdesc='The AI coding agent built for the terminal.'
6
url='https://github.com/Vikasit-AI/vikasit-code'
7
arch=('aarch64' 'x86_64')
8
license=('MIT')
9
provides=('vikasit')
10
conflicts=('vikasit')
11
depends=('ripgrep')
12
options=('!debug' '!strip')
13
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/Vikasit-AI/releases/releases/download/v${pkgver}/vikasit-code-linux-arm64.tar.gz")
14
sha256sums_aarch64=('64fc21a20806351494f799210a5a87ab562b487d610f7412117ac582f6de6413')
15
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/Vikasit-AI/releases/releases/download/v${pkgver}/vikasit-code-linux-x64.tar.gz")
16
sha256sums_x86_64=('cd91a6050a83876d23e15881077a30e1de579a48563fa75dc9379f1b455799ce')
17
18
package() {
19
install -Dm755 ./vikasit "${pkgdir}/usr/bin/vikasit"
20
}
21
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 17:32:42 | LOW | 2 |