Skip to content

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

License

Notifications You must be signed in to change notification settings

google/sec-gemini

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.

About

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

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 9