evernote-beta-bin
maintainer csj
· 14 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from Evernote's own CDN domain (cdn1.evernote.com), which is plausibly official; the source is a binary release from the vendor, not an untrusted third party, so while the host is not whitelisted, the context suggests it is legitimate and expected for this software.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt .deb from Evernote's own CDN domain (cdn1.evernote.com), which is plausibly official; the source is a binary release from the vendor, not an untrusted third party, so while the host is not whitelisted, the context suggests it is legitimate and expected for this software.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:25
"https://cdn1.evernote.com/boron/linux/builds/Evernote-Beta-${pkgver}-linux-ddl-beta-${buildver}.deb"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Jay Chang <changsijay [at] gmail [DoT] com>
2
# Contributor: Konrad Malik (https://konradmalik.github.io/)
3
4
pkgname=evernote-beta-bin
5
pkgver=10.56.9
6
buildver=4080-f4b294a5b5
7
pkgrel=1
8
pkgdesc="Official Evernote client for Linux (beta, early-access)"
9
arch=('x86_64')
10
url="https://evernote.com/earlyaccess"
11
license=('custom')
12
provides=('evernote')
13
depends=(
14
'libnotify'
15
'libappindicator-gtk3'
16
'libxtst'
17
'nss'
18
'attr'
19
)
20
optdepends=('gnome-keyring: for credentials persistence after reboot')
21
conflicts=('evernote-for-linux-bin' 'evernote-bin')
22
replaces=()
23
install=$pkgname.install
24
source=(
25
"https://cdn1.evernote.com/boron/linux/builds/Evernote-Beta-${pkgver}-linux-ddl-beta-${buildver}.deb"
26
)
27
noextract=("Evernote-Beta-${pkgver}-linux-ddl-beta-${buildver}.deb")
28
sha256sums=(
29
'394963be18c3c52c72605682080603409e80d3b4a497a1f4892ffb7972b7bec8'
30
)
31
32
package() {
33
# extract only data
34
bsdtar -O -xf "Evernote-Beta-${pkgver}-linux-ddl-beta-${buildver}.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
35
}
36
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 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |