百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

traur

> 编程语言
开源

对于使用 Rust 编写的 AUR 包的信任评分

190 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

对于使用 Rust 编写的 AUR 包的信任评分

traur

Trust scoring for AUR packages, written in Rust. Analyzes PKGBUILDs, install scripts, source URLs, metadata, and git history to score how much you should trust a package before installing it. Includes an ALPM hook that automatically scans packages before any install or upgrade transaction.

Installation

bash
paru -S traur

Usage

bash
traur scan                # scan all installed aur packages
traur scan       # scan a package
traur allow      # whitelist a package

How it works

12 independent features emit scored signals per package:

Feature What it checks
PKGBUILD analysis Dangerous shell code
Install script analysis Suspicious .install hooks
Source URL analysis Untrusted source domains
Checksum analysis Missing, skipped, or weak checksums
Metadata analysis AUR votes, popularity, maintainer status
Name analysis Typosquatting and brand impersonation
Maintainer analysis New accounts, batch uploads
Orphan takeover analysis Submitter != maintainer, orphan takeover patterns
Git history analysis New network code, author changes
Shell analysis Beyond-regex obfuscation (var concat, indirect exec, data blobs)
GTFOBins analysis Legitimate binary abuse
Bin source verification -bin package source domain vs upstream URL mismatch

Detection coverage

Patterns derived from real AUR malware incidents:

  • CHAOS RAT (2025) — browser impersonation packages, RAT distribution
  • Google Chrome RAT (2025) — .install script, Python download+execute
  • Acroread (2018) — orphan takeover, curl from paste service, systemd persistence

Categories: download-and-execute, reverse shells, credential theft, persistence mechanisms, privilege escalation, C2/exfiltration, cryptocurrency mining, code obfuscation, kernel module loading, environment variable theft, system reconnaissance.

License

MIT

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言