diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..b2b245e
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,140 @@
+
+
+
+# Tech Stack File
+![](https://img.stackshare.io/repo.svg "repo") [stackshareio/omniauth-google-oauth2](https://github.com/stackshareio/omniauth-google-oauth2)![](https://img.stackshare.io/public_badge.svg "public")
+
+|12
Tools used|03/01/24
Report generated|
+|------|------|
+
+
+## Languages (1)
+
+
+
+
+ Ruby
+
+
+ |
+
+
+
+
+## Frameworks (1)
+
+
+## DevOps (5)
+
+
+## Other (1)
+
+
+
+## Open source packages (4)
+
+## RubyGems (4)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[jwt](https://rubygems.org/jwt)|v2.0|11/03/11|quest |MIT|N/A|
+|[omniauth-google-oauth2](https://rubygems.org/omniauth-google-oauth2)|v0.8.0|08/22/19|quest |MIT|N/A|
+|[omniauth-oauth2](https://rubygems.org/omniauth-oauth2)|v1.6|08/22/19|Nicholas La Roux |MIT|N/A|
+|[rake](https://rubygems.org/rake)|v12.0|05/30/17|Josh Ellithorpe |MIT|[CVE-2020-8130](https://github.com/advisories/GHSA-jppv-gw3r-w3q8) (Moderate)|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..f4c75aa
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,174 @@
+repo_name: stackshareio/omniauth-google-oauth2
+report_id: 9eb454e4712a13267592a9ff411bf32d
+version: 0.1
+repo_type: Public
+timestamp: '2024-03-01T20:35:54+00:00'
+requested_by: zquestz
+provider: github
+branch: master
+detected_tools_count: 12
+tools:
+- name: Ruby
+ description: A dynamic, interpreted, open source programming language with a focus
+ on simplicity and productivity
+ website_url: https://www.ruby-lang.org
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/989/ruby.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2
+ detection_source: Repo Metadata
+- name: Sinatra
+ description: Classy web-development dressed in a DSL
+ website_url: http://www.sinatrarb.com/
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Microframeworks (Backend)
+ image_url: https://img.stackshare.io/service/999/logo.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/examples/Gemfile
+ detection_source: examples/Gemfile
+ last_updated_by: Josh Ellithorpe
+ last_updated_on: 2017-05-30 06:15:19.000000000 Z
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2
+ detection_source: Repo Metadata
+- name: RSpec
+ description: Behaviour Driven Development for Ruby
+ website_url: https://rspec.info/
+ version: '3.6'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Testing Frameworks
+ image_url: https://img.stackshare.io/service/2539/logo.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/omniauth-google-oauth2.gemspec
+ detection_source: omniauth-google-oauth2.gemspec
+ last_updated_by: quest
+ last_updated_on: 2011-11-03 19:04:46.000000000 Z
+- name: RuboCop
+ description: A Ruby static code analyzer, based on the community Ruby style guide
+ website_url: http://batsov.com/rubocop/
+ version: '0.49'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Code Review
+ image_url: https://img.stackshare.io/service/2643/rubocop.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/omniauth-google-oauth2.gemspec
+ detection_source: examples/Gemfile
+ last_updated_by: quest
+ last_updated_on: 2014-04-18 04:50:47.000000000 Z
+- name: RubyGems
+ description: Easily download, install, and use ruby software packages on your system
+ website_url: https://rubygems.org/
+ open_source: false
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Package Managers
+ image_url: https://img.stackshare.io/service/12795/5jL6-BA5_400x400.jpeg
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/omniauth-google-oauth2.gemspec
+ detection_source: omniauth-google-oauth2.gemspec
+ last_updated_by: quest
+ last_updated_on: 2011-11-03 19:04:46.000000000 Z
+- name: Travis CI
+ description: A hosted continuous integration service for open source and private
+ projects
+ website_url: http://travis-ci.com/
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/460/Lu6cGu0z_400x400.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/.travis.yml
+ detection_source: ".travis.yml"
+ last_updated_by: Josh Ellithorpe
+ last_updated_on: 2013-06-26 22:23:23.000000000 Z
+- name: OmniAuth
+ description: OmniAuth is a flexible authentication system utilizing Rack middleware.
+ website_url: https://github.com/intridea/omniauth
+ version: 1.1.1
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Application Utilities
+ sub_category: User Management and Authentication
+ image_url: https://img.stackshare.io/service/1433/omniauth.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/omniauth-google-oauth2.gemspec
+ detection_source: examples/Gemfile
+ last_updated_by: quest
+ last_updated_on: 2014-04-18 04:50:47.000000000 Z
+- name: jwt
+ description: A pure ruby implementation of the RFC 7519 OAuth JSON Web Token
+ package_url: https://rubygems.org/jwt
+ version: '2.0'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: RubyGems Packages
+ image_url: https://img.stackshare.io/package/18991/default_e5e3569d4beb5d51f9ce87c88e8b44a2308e087b.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/omniauth-google-oauth2.gemspec
+ detection_source: omniauth-google-oauth2.gemspec
+ last_updated_by: quest
+ last_updated_on: 2011-11-03 19:04:46.000000000 Z
+- name: omniauth-google-oauth2
+ description: A Google OAuth2 strategy for OmniAuth 1.x
+ package_url: https://rubygems.org/omniauth-google-oauth2
+ version: 0.8.0
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: RubyGems Packages
+ image_url: https://img.stackshare.io/package/rubygems/image.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/examples/Gemfile
+ detection_source: examples/Gemfile
+ last_updated_by: quest
+ last_updated_on: 2019-08-22 06:39:50.000000000 Z
+- name: omniauth-oauth2
+ description: An abstract OAuth2 strategy for OmniAuth
+ package_url: https://rubygems.org/omniauth-oauth2
+ version: '1.6'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: RubyGems Packages
+ image_url: https://img.stackshare.io/package/18909/default_6011c3e13c0feeff577120981a21a5968e50756a.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/omniauth-google-oauth2.gemspec
+ detection_source: omniauth-google-oauth2.gemspec
+ last_updated_by: Nicholas La Roux
+ last_updated_on: 2019-08-22 06:08:16.000000000 Z
+- name: rake
+ description: Rake is a Make-like program implemented in Ruby
+ package_url: https://rubygems.org/rake
+ version: '12.0'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: RubyGems Packages
+ image_url: https://img.stackshare.io/package/18812/default_f582e4648f4682adb72d2b201218cda7f8e894ac.png
+ detection_source_url: https://github.com/stackshareio/omniauth-google-oauth2/blob/master/omniauth-google-oauth2.gemspec
+ detection_source: omniauth-google-oauth2.gemspec
+ last_updated_by: Josh Ellithorpe
+ last_updated_on: 2017-05-30 06:15:19.000000000 Z
+ vulnerabilities:
+ - name: OS Command Injection in Rake
+ cve_id: CVE-2020-8130
+ cve_url: https://github.com/advisories/GHSA-jppv-gw3r-w3q8
+ detected_date: Aug 22
+ severity: moderate
+ first_patched: 12.3.3