sec-gemini

sec-gemini

Sec-Gemini v1 is a cutting-edge AI model designed to enhance cybersecurity capabilities and empower defenders in the ongoing battle against cyber threats.

Stars: 74

Visit
 screenshot

Sec-Gemini is an experimental cybersecurity-focused AI tool developed by Google. This repository contains SDKs and a CLI for Sec-Gemini, with SDKs available for Python and TypeScript. Additionally, there is a web component provided to facilitate integration on websites.

README:

Sec-Gemini SDKs and CLI

This repository hosts SDKs and a CLI for Sec-Gemini, an experimental cybersecurity-focused AI from Google.

SDKs

SDKs are available for:

  • Python in sec-gemini-python/
  • TypeScript in sec-gemini-ts/

We also have a web component to ease integration on your website. Here's how to load it:

<sec-gem-chat
      incognito="true"
      session-id=""
      session-name="TestName"
      session-description="TestDescription"
      session-prompt=""
      theme="dark"
      api-key="..."
    >
    </sec-gem-chat>
<script src='https://cdn.jsdelivr.net/npm/sec-gemini-web-component/dist/swc.iife.js'>

CLI

The CLI can be installed on Linux and macOS:

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/google/sec-gemini/releases/download/cli/sec-gemini-v0.0.4/sec-gemini-installer.sh | sh

And for Windows:

powershell -ExecutionPolicy Bypass -c "irm https://github.com/google/sec-gemini/releases/download/cli/sec-gemini-v0.0.4/sec-gemini-installer.ps1 | iex"

asciicast

Website

For more information on Sec-Gemini, visit https://secgemini.google.

Disclaimer

This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for sec-gemini

Similar Open Source Tools

For similar tasks

For similar jobs