architect

LOW
maintainer orphaned 0 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The .deb is downloaded from the official vendor domain (getarchitect.io) and has a proper sha256sum ('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'). The 'SKIP' is only on the architect.png icon file, which is pure image data and not executed code — this is a minor sloppiness but not a security concern. The binary itself is checksummed. The package is old (2017) and the domain may no longer be active, but that's a 'broken' concern rather than a security one. No obfuscation, no unofficial host, no missing checksum on the executed binary.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (anthropic/claude-4.6-sonnet-20260217) reviewed the full PKGBUILD and judged it LOW (confidence 85%): The .deb is downloaded from the official vendor domain (getarchitect.io) and has a proper sha256sum ('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'). The 'SKIP' is only on the architect.png icon file, which is pure image data and not executed code — this is a minor sloppiness but not a security concern. The binary itself is checksummed. The package is old (2017) and the domain may no longer be active, but that's a 'broken' concern rather than a security one. No obfuscation, no unofficial host, no missing checksum on the executed binary.

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:26 source=("${pkgname}-${pkgver}.deb::https://www.getarchitect.io/downloads/architect-stable_${_pkgver}_amd64.deb"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
2
3pkgname=architect
4pkgver=0.9.11
5_pkgver=20170518095416
6pkgrel=1
7pkgdesc="An integrated development environment (IDE) that focuses specifically on the needs of the data scientist"
8arch=('x86_64')
9url='https://www.getarchitect.io'
10license=('EPL')
11depends=('r'
12 'r-rjava'
13 'freetype2'
14 'curl'
15 'python'
16 'libjpeg-turbo'
17 'libxtst'
18 'tk'
19 'libnet'
20 'java-runtime'
21 'libxmu'
22 'cairo'
23 'alsa-lib'
24 'libtiff')
25makedepends=('tar')
26source=("${pkgname}-${pkgver}.deb::https://www.getarchitect.io/downloads/architect-stable_${_pkgver}_amd64.deb"
27 'architect.png')
28sha256sums=('8100cab2828eda5f895ed8ea65267b2b3920d39a996a6d8f8436e3258959e7e8'
29 'SKIP')
30
31package() {
32 tar xvf data.tar.xz -C "${pkgdir}/"
33 find "${pkgdir}/opt/${pkgname}" -type f -exec chmod o-w {} +
34 find "${pkgdir}/opt/${pkgname}" -type d -exec chmod o-w {} +
35 chmod 755 "${pkgdir}/opt/${pkgname}/stable/${_pkgver}/${pkgname}"
36 install -d "${pkgdir}/usr/bin"
37 ln -s /opt/${pkgname}/stable/${_pkgver}/${pkgname} "${pkgdir}/usr/bin/architect"
38 gendesk -f -n --pkgname "${pkgname}" \
39 --pkgdesc "$pkgdesc" \
40 --name "Architect" \
41 --comment "$pkgdesc" \
42 --exec "${pkgname}" \
43 --categories 'Development;Application' \
44 --icon "${pkgname}"
45 install -Dm644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
46 install -Dm644 architect.png -t "${pkgdir}/usr/share/pixmaps"
47}

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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