Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 12, 2026·2 min de lectura

VULNRΞPO — Privacy-First Vuln Report Manager (Ollama)

VULNRΞPO is a client-side vulnerability report manager: it encrypts data in-browser, supports imports/exports, and can use local Ollama for AI writing.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando de instalación directa
npx -y tokrepo@latest install 53eb09a2-04a5-5988-851a-030c1ecc3367 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introducción

VULNRΞPO is a client-side vulnerability report manager: it encrypts data in-browser, supports imports/exports, and can use local Ollama for AI writing.

  • Best for: Security pros who want local-first, encrypted report workflows (no default backend)
  • Works with: Modern browsers (IndexedDB); optional local Ollama for AI writing; Docker image for quick trial (per README)
  • Setup time: 3–10 minutes

Practical Notes

  • GitHub: 555 stars · 118 forks; pushed 2026-05-11 (verified via GitHub API).
  • README security model: PBKDF2-SHA-256 with 600,000 iterations + AES-256-GCM; key kept in-memory only.
  • README notes Angular 21 and a Docker image (kac89/vulnrepo) for a one-command local run.

Main

A good way to adopt VULNRΞPO:

  1. Use it as your single source of truth for issues, templates, and exports; treat your scanner outputs as inputs.
  2. For collaboration, prefer encrypted HTML exports or portable encrypted exports, then share via your normal channels.
  3. If you enable AI assistance, keep it local: the README documents an Ollama integration and notes that no data is sent to cloud services in that mode.
  4. For teams that need centralized storage, consider the optional backend path—just treat it as an integration, not a requirement.

The main benefit is reduced “report friction”: templates + imports + exports in one place, while keeping encryption and storage local by default.

FAQ

Q: Does it require a backend? A: No. README says data is encrypted and stored locally in your browser by default; backend is optional.

Q: Can I use AI without sending data to cloud? A: README documents using local Ollama for AI-assisted writing.

Q: What import formats are supported? A: README lists many sources (Burp, Nessus, Nmap, ZAP, Semgrep, Trivy, and more).

🙏

Fuente y agradecimientos

Source: https://github.com/kac89/vulnrepo > License: Apache-2.0 > GitHub stars: 555 · forks: 118

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados