Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
Sign inSign up free
catalog / Research / GPT Researcher
◉AgentResearchFree

GPT Researcher

Autonomous AI research agent that searches the web and produces detailed, cited research reports in minutes.

@ai-supply
Installs105k
⟳ upstream v3.6.0 · updated 8d ago
↗ Source repository
← More ResearchResearch leaderboard →How we grade security →Source ↗
! Grade B · 75/100 · ReviewSecurity assessment
✓No compromise signals70capabilities surfaced1known CVE5of 20 OWASP controls clear
External endpoints declaredExternal endpoints declaredExternal endpoints declaredSuspicious network references
scanned 7d ago·osv · gitleaks · opengrep · picklescan + heuristics·full breakdown in the Security tab ↓

GPT Researcher

GPT Researcher is an autonomous agent designed to perform comprehensive online research on any topic and produce detailed, factual reports with citations. It orchestrates multiple sub-agents — a planner and execution agents — to scrape relevant sources, extract key facts, and synthesise a structured markdown report.

Key Features

  • Multi-agent orchestration: orchestrator plans subtasks, parallel agents execute web searches
  • Source deduplication and credibility filtering across 20+ web sources per query
  • LLM-provider agnostic: GPT-4, Claude, Gemini, or any LangChain-compatible model
  • Outputs: detailed report, quick summary, resource list, or outline
  • FastAPI server and React frontend included for production deployment

Quick Start

pip install gpt-researcher
export OPENAI_API_KEY=sk-...
export TAVILY_API_KEY=tvly-...
from gpt_researcher import GPTResearcher
import asyncio

async def main():
    researcher = GPTResearcher(
        query="Latest advances in multimodal LLMs 2025",
        report_type="research_report",
    )
    await researcher.conduct_research()
    report = await researcher.write_report()
    print(report)

asyncio.run(main())
npx ai-supply add gpt-researcher-ai-research

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

Rating rank
#1
of 17 in Research
Install rank
#2
of 17 in Research
Security score
75/100 · B
review
Security rank
#9
of 17 in Research
Installs
105k
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: Review · 7575/100 · grade Bscanned 7d ago
✓ no compromise signals71 risk-surface · 10/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⚑ shell⚑ network⚑ secrets
egress → api.openai.com, your-resource.openai.azure.com, arxiv.org, docs.github.com, api.github.com, www.ibm.com, huggingface.co, elest.io +32

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
⚠LLM03Supply Chaincritical
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 21 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/backend/requirements.txtrisk surface
•Dependency manifest — 4 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/deep_agents/requirements.txtrisk surface
•Dependency manifest — 6 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/docs/discord-bot/package.jsonrisk surface
•Dependency manifest — 1 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/docs/npm/package.jsonrisk surface
•Dependency manifest — 16 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/docs/package.jsonrisk surface
•Dependency manifest — 2 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/evals/hallucination_eval/requirements.txtrisk surface
•Dependency manifest — 58 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/package.jsonrisk surface
•Dependency manifest — 1 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/multi_agents/ag2/requirements.txtrisk surface
•Dependency manifest — 7 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/multi_agents/requirements.txtrisk surface
•Dependency manifest — 47 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/requirements.txtrisk surface
•Vulnerable dependencies — 240 known vulnerabilities in: python-multipart@0.0.9, aiohttp@3.9.5, idna@3.9.0, pillow@9.5.0, tqdm@4.9.0, requests@2.9.2, litellm@1.83.0, mcp@1.9.4 (CWE-1395)known CVE · -25 pts
⚠LLM01Prompt Injectionhigh
Adversarial instructions embedded in an artifact that hijack a downstream LLM.
•Prompt-injection phrasing — instruction-subversion language detected · assafelovic-gpt-researcher-5d84d2f/.triage/batch_6.json (CWE-77)expected
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — cookie exfiltration · assafelovic-gpt-researcher-5d84d2f/.triage/batch_5.json (CWE-200)risk surface
•Suspicious code patterns — OS command execution · assafelovic-gpt-researcher-5d84d2f/.triage/batch_6.json (CWE-78)risk surface
•Suspicious code patterns — pipe-to-shell install; OS command execution; cookie exfiltration · assafelovic-gpt-researcher-5d84d2f/.triage/issues_raw.json (CWE-494)risk surface
•Suspicious code patterns — destructive rm -rf /; world-writable chmod 777 · assafelovic-gpt-researcher-5d84d2f/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · assafelovic-gpt-researcher-5d84d2f/Dockerfile.fullstack (CWE-78)risk surface
•Suspicious code patterns — pipe-to-shell install · assafelovic-gpt-researcher-5d84d2f/docs/docs/gpt-researcher/frontend/discord-bot.md (CWE-494)risk surface
•Suspicious code patterns — pipe-to-shell install; scheduled-task persistence · assafelovic-gpt-researcher-5d84d2f/docs/docs/proposals/local-server-deployment-guide.md (CWE-494)risk surface
•Suspicious code patterns — dynamic code execution · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/public/workbox-f1770938.js (CWE-95)risk surface
•Suspicious code patterns — environment/secret exfiltration · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/src/GPTResearcher.tsx (CWE-200)risk surface
•Suspicious code patterns — pickle deserialization · assafelovic-gpt-researcher-5d84d2f/gpt_researcher/scraper/browser/browser.py (CWE-502)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.claude/references/advanced-patterns.mdrisk surface
•External endpoints declared — 2 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.claude/references/config-reference.mdrisk surface
•External endpoints declared — 8 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.cursorrulesrisk surface
•Egress to a private/loopback host — 0.0.0.0 · assafelovic-gpt-researcher-5d84d2f/.env.example (CWE-918)risk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · assafelovic-gpt-researcher-5d84d2f/.triage/all_results.json (CWE-272)risk surface
•Egress to a private/loopback host — 127.0.0.1 · assafelovic-gpt-researcher-5d84d2f/.triage/batch_1.json (CWE-918)risk surface
•External endpoints declared — 16 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_1.jsonrisk surface
•Broad capability surface — 4 high-impact capability categories referenced — verify least-privilege · assafelovic-gpt-researcher-5d84d2f/.triage/batch_2.json (CWE-272)risk surface
•Egress to a private/loopback host — 192.168.1.250 · assafelovic-gpt-researcher-5d84d2f/.triage/batch_3.json (CWE-918)risk surface
•External endpoints declared — 12 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_3.jsonrisk surface
•External endpoints declared — 13 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_4.jsonrisk surface
•Egress to an anonymous-paste / tunnel / OOB endpoint — pastebin.com · assafelovic-gpt-researcher-5d84d2f/.triage/batch_5.json (CWE-200)risk surface
•External endpoints declared — 11 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_5.jsonrisk surface
•External endpoints declared — 17 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_6.jsonrisk surface
•Egress to a private/loopback host — 127.0.0.1, 169.254.169.254, 172.18.0.1 · assafelovic-gpt-researcher-5d84d2f/.triage/batch_7.json (CWE-918)risk surface
•External endpoints declared — 25 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_7.jsonrisk surface
•Egress to a private/loopback host — 169.254.169.254, 172.18.0.1, 127.0.0.1, 192.168.1.250 · assafelovic-gpt-researcher-5d84d2f/.triage/issues_raw.json (CWE-918)risk surface
•External endpoints declared — 74 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/issues_raw.jsonrisk surface
•Egress to a private/loopback host — 127.0.0.1, 192.168.1.250 · assafelovic-gpt-researcher-5d84d2f/.triage/sorted.json (CWE-918)risk surface
•External endpoints declared — 44 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/.triage/sorted.jsonrisk surface
•External endpoints declared — 3 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/Dockerfile.fullstackrisk surface
•External endpoints declared — 20 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/README-ja_JP.mdrisk surface
•External endpoints declared — 21 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/README-ko_KR.mdrisk surface
•External endpoints declared — 19 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/README-zh_CN.mdrisk surface
•External endpoints declared — 4 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/README.mdrisk surface
•External endpoints declared — 31 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/breadth_2026-07-04_22-39-24.jsonrisk surface
•External endpoints declared — 6 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/frames_2026-07-04_13-35-12_n20.jsonrisk surface
•External endpoints declared — 14 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/hybrid_2026-07-04_22-06-28.jsonrisk surface
•External endpoints declared — 15 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/hybrid_2026-07-04_22-22-39.jsonrisk surface
•External endpoints declared — 24 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/hybrid_2026-07-05_14-43-50.jsonrisk surface
•Broad capability surface — 5 high-impact capability categories referenced — verify least-privilege · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/recency_2026-07-04_18-54-47.json (CWE-272)risk surface
•External endpoints declared — 34 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/recency_2026-07-04_18-54-47.jsonrisk surface
•External endpoints declared — 133 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_results/reports_2026-07-04_14-33-21_n8.jsonrisk surface
•External endpoints declared — 5 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/docs/blog/2023-11-12-openai-assistant/index.mdrisk surface
•External endpoints declared — 7 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/docs/docs/gpt-researcher/gptr/troubleshooting.mdrisk surface
•External endpoints declared — 26 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/docs/docs/gpt-researcher/llms/llms.mdrisk surface
•External endpoints declared — 10 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/docs/docs/proposals/local-server-deployment-guide.mdrisk surface
•External endpoints declared — 82 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/evals/hallucination_eval/results/evaluation_records.jsonlrisk surface
•External endpoints declared — 28 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/evals/simple_evals/logs/eval_2026-05-29_19-03-20_n3.jsonlrisk surface
•External endpoints declared — 9 distinct host(s) · assafelovic-gpt-researcher-5d84d2f/gpt_researcher/llm_provider/generic/base.pyrisk surface
⚠LLM07System Prompt Leakagemedium
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Internal host / private infrastructure reference — shipped content references a private IP range or internal-only host · assafelovic-gpt-researcher-5d84d2f/.triage/batch_1.json (CWE-200)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · assafelovic-gpt-researcher-5d84d2f/.triage/batch_5.json (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · assafelovic-gpt-researcher-5d84d2f/.triage/issues_raw.json (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · assafelovic-gpt-researcher-5d84d2f/.triage/sorted.json (CWE-798)risk surface
⚠LLM10Unbounded Consumptionmedium
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.
•Potentially unbounded loop — an infinite loop (while True / while(1) / for(;;)) may cause runaway consumption · assafelovic-gpt-researcher-5d84d2f/.triage/batch_7.json (CWE-835)risk surface
⚠LLM02Sensitive Information Disclosurelow
Secrets, credentials or PII shipped inside the artifact.
•Low-confidence secret match — 1 possible: generic-api-key · assafelovic-gpt-researcher-5d84d2f/.triage/batch_5.json (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · assafelovic-gpt-researcher-5d84d2f/.triage/issues_raw.json (CWE-798)risk surface
•Low-confidence secret match — 1 possible: generic-api-key · assafelovic-gpt-researcher-5d84d2f/.triage/sorted.json (CWE-798)risk surface
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
✓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.
✓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
⚠ML06AI Supply Chaincritical
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 21 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/backend/requirements.txtrisk surface
•Dependency manifest — 4 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/deep_agents/requirements.txtrisk surface
•Dependency manifest — 6 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/docs/discord-bot/package.jsonrisk surface
•Dependency manifest — 1 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/docs/npm/package.jsonrisk surface
•Dependency manifest — 16 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/docs/package.jsonrisk surface
•Dependency manifest — 2 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/evals/hallucination_eval/requirements.txtrisk surface
•Dependency manifest — 58 npm dependencies declared · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/package.jsonrisk surface
•Dependency manifest — 1 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/multi_agents/ag2/requirements.txtrisk surface
•Dependency manifest — 7 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/multi_agents/requirements.txtrisk surface
•Dependency manifest — 47 pip requirements declared · assafelovic-gpt-researcher-5d84d2f/requirements.txtrisk surface
•Vulnerable dependencies — 240 known vulnerabilities in: python-multipart@0.0.9, aiohttp@3.9.5, idna@3.9.0, pillow@9.5.0, tqdm@4.9.0, requests@2.9.2, litellm@1.83.0, mcp@1.9.4 (CWE-1395)known CVE · -25 pts
⚠ML02Data Poisoninghigh
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
•Prompt-injection phrasing — instruction-subversion language detected · assafelovic-gpt-researcher-5d84d2f/.triage/batch_6.json (CWE-77)expected
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — cookie exfiltration · assafelovic-gpt-researcher-5d84d2f/.triage/batch_5.json (CWE-200)risk surface
•Suspicious code patterns — OS command execution · assafelovic-gpt-researcher-5d84d2f/.triage/batch_6.json (CWE-78)risk surface
•Suspicious code patterns — pipe-to-shell install; OS command execution; cookie exfiltration · assafelovic-gpt-researcher-5d84d2f/.triage/issues_raw.json (CWE-494)risk surface
•Suspicious code patterns — destructive rm -rf /; world-writable chmod 777 · assafelovic-gpt-researcher-5d84d2f/Dockerfile (CWE-78)risk surface
•Suspicious code patterns — destructive rm -rf /; pipe-to-shell install · assafelovic-gpt-researcher-5d84d2f/Dockerfile.fullstack (CWE-78)risk surface
•Suspicious code patterns — pipe-to-shell install · assafelovic-gpt-researcher-5d84d2f/docs/docs/gpt-researcher/frontend/discord-bot.md (CWE-494)risk surface
•Suspicious code patterns — pipe-to-shell install; scheduled-task persistence · assafelovic-gpt-researcher-5d84d2f/docs/docs/proposals/local-server-deployment-guide.md (CWE-494)risk surface
•Suspicious code patterns — dynamic code execution · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/public/workbox-f1770938.js (CWE-95)risk surface
•Suspicious code patterns — environment/secret exfiltration · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/src/GPTResearcher.tsx (CWE-200)risk surface
•Suspicious code patterns — pickle deserialization · assafelovic-gpt-researcher-5d84d2f/gpt_researcher/scraper/browser/browser.py (CWE-502)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.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓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 (35) · hygiene / uncategorized
•Unrecognized file type — '.cursorignore' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/.cursorignorerisk surface
•Unrecognized file type — '.cursorrules' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/.cursorrulesrisk surface
•Unrecognized file type — '.dockerignore' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/.dockerignorerisk surface
•Suspicious network references — raw IP URL (2 URLs) · assafelovic-gpt-researcher-5d84d2f/.env.examplerisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/.gitignorerisk surface
•Unrecognized file type — '.python-version' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/.python-versionrisk surface
•Suspicious network references — raw IP URL (192 URLs) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_1.jsonrisk surface
•Suspicious network references — raw IP URL (108 URLs) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_3.jsonrisk surface
•Suspicious network references — raw IP URL (59 URLs) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_5.jsonrisk surface
•Suspicious network references — raw IP URL (61 URLs) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_6.jsonrisk surface
•Suspicious network references — raw IP URL (63 URLs) · assafelovic-gpt-researcher-5d84d2f/.triage/batch_7.jsonrisk surface
•Unrecognized file type — '.jq' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/.triage/build_backlog.jqrisk surface
•Unrecognized file type — '.graphql' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/.triage/engagement.graphqlrisk surface
•Suspicious network references — raw IP URL (522 URLs) · assafelovic-gpt-researcher-5d84d2f/.triage/issues_raw.jsonrisk surface
•Suspicious network references — raw IP URL (549 URLs) · assafelovic-gpt-researcher-5d84d2f/.triage/sorted.jsonrisk surface
•Unrecognized file type — '.?' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/Dockerfilerisk surface
•Unrecognized file type — '.fullstack' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/Dockerfile.fullstackrisk surface
•Suspicious network references — raw IP URL (8 URLs) · assafelovic-gpt-researcher-5d84d2f/Dockerfile.fullstackrisk surface
•Suspicious network references — raw IP URL (3 URLs) · assafelovic-gpt-researcher-5d84d2f/backend/server/app.pyrisk surface
•Unrecognized file type — '.cff' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/citation.cffrisk surface
•Unrecognized file type — '.docx' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_data/internal_docs/product/vlx500_product_brief.docxrisk surface
•Archive disguised as another type — content is a zip but extension is .docx · assafelovic-gpt-researcher-5d84d2f/deep_agents/benchmark_data/internal_docs/product/vlx500_product_brief.docxrisk surface
•Unrecognized file type — '.patch' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/deep_agents/drb_harness.patchrisk surface
•Unrecognized file type — '.dev' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/docs/discord-bot/Dockerfile.devrisk surface
•Suspicious network references — raw IP URL (10 URLs) · assafelovic-gpt-researcher-5d84d2f/docs/docs/gpt-researcher/llms/running-with-ollama.mdrisk surface
•Unrecognized file type — '.mdx' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/docs/docs/gpt-researcher/retrievers/mcp-configs.mdxrisk surface
•Suspicious network references — raw IP URL (23 URLs) · assafelovic-gpt-researcher-5d84d2f/docs/docs/proposals/local-server-deployment-guide.mdrisk surface
•Unrecognized file type — '.mjs' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/docs/docusaurus.config.mjsrisk surface
•Unrecognized file type — '.jsonl' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/evals/hallucination_eval/inputs/search_queries.jsonlrisk surface
•Unrecognized file type — '.env' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/.example.envrisk surface
•Unrecognized file type — '.prettierrc' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/.prettierrcrisk surface
•Unrecognized file type — '.conf' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/nginx/default.confrisk surface
•Possible obfuscation — very long lines paired with a decode/execute sink · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/public/sw.js (CWE-506)risk surface
•Suspicious network references — URL shortener (1 URLs) · assafelovic-gpt-researcher-5d84d2f/frontend/nextjs/public/workbox-f1770938.jsrisk surface
•Unrecognized file type — '.tf' is not on the allowlist · assafelovic-gpt-researcher-5d84d2f/terraform/ecr-setup/main.tfrisk surface
✔ verified source · pinned assafelovic-gpt-researcher-5d84d2f · changed since last scan · +egress www.ibm.com, huggingface.co, elest.io, ollama-ug3qr-u21899.vm.elestio.app, host.docker.internal, api.tavily.com, snyk.io, api-docs.deepseek.com, aimlapi.com, www.crunchbase.com, doi.org, link.springer.com, www.npmjs.com, calendly.com, r2r-docs.sciphi.ai, neo4j.com, ollama.com, 192.168.1.250, n8n.io, pytorch.org, serpapi.com, errors.pydantic.dev, www.globenewswire.com, www.linkedin.com, www.frontiersin.org, example.com\, discord.com, my.url, pastebin.com
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/gpt-researcher-ai-research/check). Click a policy:

Consume GPT Researcher 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/gpt-researcher-ai-research

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

# CLI
npx ai-supply add gpt-researcher-ai-research

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

# MCP tool
install_listing({ "slug": "gpt-researcher-ai-research" })
OpenAPI spec →
vlatest
! Security: Review · 751mo 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

Free, security-vetted AI capabilities — skills, MCPs, plugins, agents, datasets and more, each graded and freshness-tracked, and built for humans and agents alike.

api · v3.1status · all green
Contact
support@ai-supply.storesecurity@ai-supply.store
Catalog
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
  • Security
  • Scan a repo
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
Account
  • Create account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy