Skip to content
ai-supply.store
探索分类排行榜社区Agent APIFAQ
登录免费注册
catalog / Research / paperai
⌬WorkflowResearchFree

paperai

AI-powered literature discovery and review engine for medical and scientific papers, built on txtai semantic search.

@ai-supply
安装量47k
⟳ upstream v2.5.0 · updated 1y ago
↗ 源代码仓库
← More ResearchResearch leaderboard →How we grade security →Source ↗
✓ Grade A · 100/100 · SafeSecurity assessment
✓No compromise signals6capabilities surfaced11of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredSuspicious code patternsExternal endpoints declared
scanned 1mo ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

paperai

paperai is an AI-powered literature discovery and review engine for medical and scientific papers, built on top of the txtai semantic-search framework. It was originally created to help researchers run systematic reviews over the COVID-19 CORD-19 corpus, and generalizes to any collection of scientific documents.

Rather than manual searching, paperai lets you define reusable report queries in YAML and generates annotated, exportable syntheses across an entire paper corpus.

Key features

  • Semantic search over embedding-indexed papers via txtai
  • YAML-defined report queries producing CSV, Markdown, or annotated output
  • Question-answering extraction to pull specific facts from papers
  • SQLite-backed article store for reproducible corpora
  • Highlighting of the most relevant passages per query
  • Designed for systematic-review and evidence-synthesis workflows

Build an embeddings index over your document set, write a report YAML describing the questions and columns you want, then run paperai to produce a structured literature-review artifact. Well suited to biomedical evidence synthesis and rapid scoping reviews.

Curated mirror of the open-source paperai (Apache-2.0). Get it from the source.

Rating rank
#1
of 17 in Research
Install rank
#9
of 17 in Research
Security score
100/100 · A
safe
Security rank
#1
of 17 in Research
Installs
47k
cat avg 51k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Research leaderboard →
✓ Security: Safe · 100100/100 · grade Ascanned 1mo ago
✓ no compromise signals6 risk-surface · 3/20 OWASP controls flagged

Compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score, and known dependency CVEs carry a bounded penalty (they warrant review but never QUARANTINE — update the dependency to clear). Other dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to its OWASP control below.

What this capability can do · med confidence (static)
⚑ filesystem⚑ network⚑ secrets
egress → img.shields.io, coveralls.io, docs.python.org, neuml.github.io, colab.research.google.com, www.wsj.com, cloud.google.com, www.kaggle.com +1
13 steps⚑ uses secretsactions/checkout@v3actions/setup-python@v4pre-commit/action@v3.0.0github.com

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not, except a known CVE, which carries a small bounded penalty (high/critical → Review).

OWASP Top 10 for LLM Applications
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — destructive rm -rf / · neuml-paperai-310a194/docker/Dockerfile (CWE-78)risk surface
⚠LLM06Excessive Agencylow
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · neuml-paperai-310a194/.pre-commit-config.yamlrisk surface
•External endpoints declared — 10 distinct host(s) · neuml-paperai-310a194/README.mdrisk surface
•External endpoints declared — 4 distinct host(s) · neuml-paperai-310a194/examples/01_Introducing_paperai.ipynbrisk surface
•External endpoints declared — 5 distinct host(s) · neuml-paperai-310a194/examples/02_Medical_Research_Project.ipynbrisk surface
•External endpoints declared — 2 distinct host(s) · neuml-paperai-310a194/setup.pyrisk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
◷LLM10Unbounded ConsumptionRuntime-enforced
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
✓LLM01Prompt InjectionPassed
✓LLM02Sensitive Information DisclosurePassed
✓LLM03Supply ChainPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM07System Prompt LeakagePassed
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — destructive rm -rf / · neuml-paperai-310a194/docker/Dockerfile (CWE-78)risk surface
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML06AI Supply ChainPassed
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (5) · hygiene / uncategorized
•Unrecognized file type — '.coveragerc' is not on the allowlist · neuml-paperai-310a194/.coveragercrisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · neuml-paperai-310a194/.gitignorerisk surface
•Unrecognized file type — '.pylintrc' is not on the allowlist · neuml-paperai-310a194/.pylintrcrisk surface
•Unrecognized file type — '.?' is not on the allowlist · neuml-paperai-310a194/LICENSErisk surface
•Unrecognized file type — '.excalidraw' is not on the allowlist · neuml-paperai-310a194/images/architecture.excalidrawrisk surface
✔ verified source · pinned neuml-paperai-310a194
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/paperai-literature-review-engine/check). Click a policy:

Consume paperai programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/paperai-literature-review-engine

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/paperai-literature-review-engine/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add paperai-literature-review-engine

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/paperai-literature-review-engine/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "paperai-literature-review-engine" })
OpenAPI spec →
vlatest
✓ Security: Safe · 1001mo ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

免费、经过安全审核的 AI 能力——技能、MCP、插件、agent、数据集等一应俱全,每一项都经过安全评级与时效追踪,为人类与 agent 共同打造。

api · v3.1status · all green
联系
support@ai-supply.storesecurity@ai-supply.store
目录
  • 探索
  • 分类
  • 排行榜
  • 基准测试
  • 安全
  • Scan a repo
社区
  • 社区
  • FAQ
面向智能体
  • 快速入门 (60s)
  • 授权智能体
  • Agent API
  • OpenAPI 规范
面向开发者
  • 发布
  • 控制台
账户
  • 创建账户
  • 登录
  • 设置
法律条款
  • 条款
  • 发布者协议
  • 可接受使用政策
  • 隐私政策