diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..2a73e85
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,80 @@
+
+
+
+# Tech Stack File
+ [corelayer/go-cryptostruct](https://github.com/corelayer/go-cryptostruct)
+
+|5
Tools used|02/29/24
Report generated|
+|------|------|
+
+
+##
Languages (1)
+
+
+##
DevOps (2)
+
+
+
+##
Open source packages (2)
+
+##
Go Packages (2)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[crypto](https://pkg.go.dev/golang.org/x/crypto)|v0.18.0|01/22/24|Jan Tytgat |BSD-3-Clause|N/A|
+|[sys](https://pkg.go.dev/golang.org/x/sys)|v0.16.0|01/15/24|Jan Tytgat |BSD-3-Clause|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..14d540b
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,72 @@
+repo_name: corelayer/go-cryptostruct
+report_id: e554aa83385d3cd90ad4c7c7f73755ba
+version: 0.1
+repo_type: Public
+timestamp: '2024-02-29T19:44:18+00:00'
+requested_by: jantytgat
+provider: github
+branch: main
+detected_tools_count: 5
+tools:
+- name: Golang
+ description: An open source programming language that makes it easy to build simple,
+ reliable, and efficient software
+ website_url: http://golang.org/
+ license: BSD-3-Clause
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/1005/O6AczwfV_400x400.png
+ detection_source_url: https://github.com/corelayer/go-cryptostruct
+ detection_source: Repo Metadata
+- 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/corelayer/go-cryptostruct
+ detection_source: Repo Metadata
+- name: GitHub Actions
+ description: Automate your workflow from idea to production
+ website_url: https://github.com/features/actions
+ open_source: false
+ hosted_saas: true
+ category: Build, Test, Deploy
+ sub_category: Continuous Integration
+ image_url: https://img.stackshare.io/service/11563/actions.png
+ detection_source_url: https://github.com/corelayer/go-cryptostruct/blob/main/.github/workflows/codeql.yml
+ detection_source: ".github/workflows/codeql.yml"
+ last_updated_by: Jan Tytgat
+ last_updated_on: 2024-01-22 10:54:23.000000000 Z
+- name: crypto
+ description: Go supplementary cryptography libraries
+ package_url: https://pkg.go.dev/golang.org/x/crypto
+ version: 0.18.0
+ license: BSD-3-Clause
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Go Modules Packages
+ image_url: https://img.stackshare.io/package/go-packages/image.png
+ detection_source_url: https://github.com/corelayer/go-cryptostruct/blob/main/go.sum
+ detection_source: go.mod
+ last_updated_by: Jan Tytgat
+ last_updated_on: 2024-01-22 10:50:29.000000000 Z
+- name: sys
+ description: Go packages for low-level interaction with the operating system
+ package_url: https://pkg.go.dev/golang.org/x/sys
+ version: 0.16.0
+ license: BSD-3-Clause
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Go Modules Packages
+ image_url: https://img.stackshare.io/package/go-packages/image.png
+ detection_source_url: https://github.com/corelayer/go-cryptostruct/blob/main/go.sum
+ detection_source: go.mod
+ last_updated_by: Jan Tytgat
+ last_updated_on: 2024-01-15 13:10:27.000000000 Z