diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..88ae6af
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,78 @@
+
+
+
+# Tech Stack File
+ [dazeb/scribd-downloader](https://github.com/dazeb/scribd-downloader)
+
+|5
Tools used|02/29/24
Report generated|
+|------|------|
+
+
+##
Languages (1)
+
+
+##
DevOps (2)
+
+
+
+
+ Git
+
+
+ |
+
+
+
+
+ PyPI
+
+
+ |
+
+
+
+
+
+##
Open source packages (2)
+
+##
PyPI (2)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|N/A|09/09/19|Maksim Liakhavets |MIT|N/A|
+|[requests](https://pypi.org/project/requests)|v2.19.1|09/09/19|Maksim Liakhavets |Apache-2.0|[CVE-2018-18074](https://github.com/advisories/GHSA-x84v-xcm2-53pg) (High)
[CVE-2023-32681](https://github.com/advisories/GHSA-j8r2-6x86-q33q) (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..bee2b83
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,83 @@
+repo_name: dazeb/scribd-downloader
+report_id: '0334821ac6bbaa6bacb76b983479d99e'
+version: 0.1
+repo_type: Public
+timestamp: '2024-02-29T19:26:42+00:00'
+requested_by: Phoenix124
+provider: github
+branch: master
+detected_tools_count: 5
+tools:
+- name: Python
+ description: A clear and powerful object-oriented programming language, comparable
+ to Perl, Ruby, Scheme, or Java.
+ website_url: https://www.python.org
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/993/pUBY5pVj.png
+ detection_source_url: https://github.com/dazeb/scribd-downloader
+ 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/dazeb/scribd-downloader
+ detection_source: Repo Metadata
+- name: PyPI
+ description: A repository of software for the Python programming language
+ website_url: https://pypi.org/
+ open_source: false
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Hosted Package Repository
+ image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg
+ detection_source_url: https://github.com/dazeb/scribd-downloader/blob/master/scribd_downloader.egg-info/requires.txt
+ detection_source: scribd_downloader.egg-info/requires.txt
+ last_updated_by: Maksim Liakhavets
+ last_updated_on: 2019-09-09 09:53:39.000000000 Z
+- name: beautifulsoup4
+ description: Screen-scraping library
+ package_url: https://pypi.org/project/beautifulsoup4
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: PyPI Packages
+ image_url: https://img.stackshare.io/package/19838/default_85689b353a3a9409328e253ea28d859d29151e0c.png
+ detection_source_url: https://github.com/dazeb/scribd-downloader/blob/master/scribd_downloader.egg-info/requires.txt
+ detection_source: scribd_downloader.egg-info/requires.txt
+ last_updated_by: Maksim Liakhavets
+ last_updated_on: 2019-09-09 09:53:39.000000000 Z
+- name: requests
+ description: Python HTTP for Humans
+ package_url: https://pypi.org/project/requests
+ version: 2.19.1
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: PyPI Packages
+ image_url: https://img.stackshare.io/package/19826/default_d7c684bf2673f008a9f02ac93901229297a22d7e.png
+ detection_source_url: https://github.com/dazeb/scribd-downloader/blob/master/scribd_downloader.egg-info/requires.txt
+ detection_source: scribd_downloader.egg-info/requires.txt
+ last_updated_by: Maksim Liakhavets
+ last_updated_on: 2019-09-09 09:53:39.000000000 Z
+ vulnerabilities:
+ - name: Insufficiently Protected Credentials in Requests
+ cve_id: CVE-2018-18074
+ cve_url: https://github.com/advisories/GHSA-x84v-xcm2-53pg
+ detected_date: Aug 22
+ severity: high
+ first_patched: 2.20.0
+ - name: Unintended leak of Proxy-Authorization header in requests
+ cve_id: CVE-2023-32681
+ cve_url: https://github.com/advisories/GHSA-j8r2-6x86-q33q
+ detected_date: May 23
+ severity: moderate
+ first_patched: 2.31.0