entire-graph-bin
LOW
maintainer danhper
0 votes
scanned 2026-09-01 13:48:42.149435
Why flagged
The package downloads prebuilt binaries from the project's official GitHub releases, which is a normal distribution method; the low severity is due to the flagged low votes and recent upload, not the source itself.
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 normal distribution method; the low severity is due to the flagged low votes and recent upload, not the source itself.
PKGBUILD
1
# Maintainer: Daniel Perez
2
3
pkgname=entire-graph-bin
4
pkgver=0.4.0
5
pkgrel=1
6
pkgdesc='Entity-level semantic code intelligence plugin for Entire CLI'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/entireio/entire-graph'
9
license=('MIT')
10
depends=('entire-cli>=0.10.0' 'git>=2.36')
11
provides=('entire-graph')
12
conflicts=('entire-graph')
13
options=('!debug')
14
source_x86_64=("entire-graph-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/entire-graph_${pkgver}_linux_amd64.tar.gz")
15
source_aarch64=("entire-graph-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/entire-graph_${pkgver}_linux_arm64.tar.gz")
16
sha256sums_x86_64=('24e3edef9d580158e4f125c50950fc4a41865b975d32ab4142d944c88eb9bc95')
17
sha256sums_aarch64=('d2aecc39e886bd8a8a3616a8c8af4fcf6764e31b90975c4f3fdb5af5e873bf98')
18
19
package() {
20
install -Dm755 entire-graph "$pkgdir/usr/bin/entire-graph"
21
install -Dm644 entire-plugin.yml "$pkgdir/usr/share/entire-graph/entire-plugin.yml"
22
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
23
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 13:48:42 | Low | 2 |