entire-graph-bin

LOW
maintainer danhper 0 votes scanned 2026-09-01 13:48:42.149435
View on AUR
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
3pkgname=entire-graph-bin
4pkgver=0.4.0
5pkgrel=1
6pkgdesc='Entity-level semantic code intelligence plugin for Entire CLI'
7arch=('x86_64' 'aarch64')
8url='https://github.com/entireio/entire-graph'
9license=('MIT')
10depends=('entire-cli>=0.10.0' 'git>=2.36')
11provides=('entire-graph')
12conflicts=('entire-graph')
13options=('!debug')
14source_x86_64=("entire-graph-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/entire-graph_${pkgver}_linux_amd64.tar.gz")
15source_aarch64=("entire-graph-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/entire-graph_${pkgver}_linux_arm64.tar.gz")
16sha256sums_x86_64=('24e3edef9d580158e4f125c50950fc4a41865b975d32ab4142d944c88eb9bc95')
17sha256sums_aarch64=('d2aecc39e886bd8a8a3616a8c8af4fcf6764e31b90975c4f3fdb5af5e873bf98')
18
19package() {
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)SeverityRules
2026-09-01 13:48:42 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