https://github.com/wakeward/malicious-task-demo
Example repository to demonstrate a malicious VSCode Task
https://github.com/wakeward/malicious-task-demo
Last synced: 6 months ago
JSON representation
Example repository to demonstrate a malicious VSCode Task
- Host: GitHub
- URL: https://github.com/wakeward/malicious-task-demo
- Owner: wakeward
- License: apache-2.0
- Created: 2024-12-07T20:27:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:40:42.000Z (over 1 year ago)
- Last Synced: 2025-04-01T05:44:11.735Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Malicious VSCode Task
A simple repository to demonstrate how to create a malicious VSCode Task which will:
- Execute upon a user opening the folder in VSCode
- Run a malicious command
- Hide the output from the end user