Skip to content

Siddhant-K-code/google-sec-gemini

 
 

Repository files navigation

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.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Svelte 27.8%
  • TypeScript 24.5%
  • Python 15.0%
  • Rust 13.9%
  • CSS 10.8%
  • Jupyter Notebook 6.6%
  • Other 1.4%