
Research
/Security News
GlassWASM: WebAssembly Malware Found in Trojanized Open VSX Extensions
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.
@paperscope/cli
Advanced tools
Search and explore academic papers from your terminal. Powered by PaperScope.
git clone https://github.com/paperscope/paperscope-cli.git
cd paperscope-cli
bun install
bun run build
The compiled binary will be at dist/paperscope. Add it to your PATH:
sudo ln -s $(pwd)/dist/paperscope /usr/local/bin/paperscope
bun run dev -- search "transformer"
An API key gives you higher rate limits. Get one at paperscope.ai.
# Save API key
paperscope config set-key psk_your_api_key_here
# Or use environment variable
export PAPERSCOPE_API_KEY=psk_your_api_key_here
# View config
paperscope config show
# Remove saved key
paperscope config clear-key
Security note: The API key is stored in plaintext at
~/.paperscope/config.jsonwith0600permissions (owner-only read/write). On shared or multi-user machines, prefer thePAPERSCOPE_API_KEYenvironment variable instead.
# Basic search
paperscope search "transformer attention"
# Limit results
paperscope search "LLM reasoning" --limit 5
# Filter by tags
paperscope search "multimodal" --tags Agent
# Filter by source
paperscope search "diffusion" --source hf
# Show paper info (abstract, authors, tags)
paperscope read 2501.12345
# Read AI-generated blog post
paperscope read 2501.12345 --blog
# Read AI-generated summary
paperscope read 2501.12345 --summary
# Show paper tags with descriptions
paperscope read 2501.12345 --tags
paperscope quiz 2501.12345
# Default: top 10
paperscope trending
# Custom limit
paperscope trending --limit 20
# By period
paperscope trending --period weekly
# CVPR 2025
paperscope conf cvpr2025
# ACL 2025 with limit
paperscope conf acl2025 --limit 20
# NeurIPS
paperscope conf neurips2024 --limit 10
LLM, Reasoning, Agent, Multimodal, RAG, Image-Generation, Video-Generation, 3D-Generation, Audio-Speech, Robot, Autonomous-Driving, Reinforcement-Learning, AI-Infrastructure, Data-Centric, Coding, Medical-Bio, AI-For-Science, AI-Safety, World-Model, Benchmark
PaperScope CLI uses the PaperScope Public API.
| Endpoint | Description |
|---|---|
GET /v1/papers/search | Search papers |
GET /v1/papers/{id} | Paper details |
GET /v1/papers/{id}/blog | AI blog post |
GET /v1/papers/{id}/summary | AI summary |
GET /v1/papers/{id}/tags | Paper tags |
GET /v1/papers/{id}/quiz | Quiz |
GET /v1/papers/trending | Trending papers |
GET /v1/papers/conference/{name} | Conference papers |
MIT
在终端搜索和浏览学术论文。基于 PaperScope。
git clone https://github.com/paperscope/paperscope-cli.git
cd paperscope-cli
bun install
bun run build
sudo ln -s $(pwd)/dist/paperscope /usr/local/bin/paperscope
# 搜索论文
paperscope search "大模型推理"
# 查看论文详情
paperscope read 2501.12345
# 阅读 AI 博客解读
paperscope read 2501.12345 --blog
# 阅读 AI 摘要
paperscope read 2501.12345 --summary
# 查看标签
paperscope read 2501.12345 --tags
# 做测验
paperscope quiz 2501.12345
# 热门论文
paperscope trending --limit 10
# 顶会论文
paperscope conf cvpr2025 --limit 20
# 配置 API Key (可选, 提高限额)
paperscope config set-key psk_your_api_key
FAQs
PaperScope CLI - Search and explore academic papers from your terminal
We found that @paperscope/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.