feat: First starter case - The Stolen Lunch
- Case: easy-01-the-stolen-lunch - Plot: Office lunch theft, 2 suspects - Evidence: Email + Fridge photo (placeholders) - Suspects: Alex Chen + Jordan Park - 4 images (placeholders for testing) - truth.enc: base64 encoded Note: Images are placeholders for flow testing.
This commit is contained in:
41
cases/easy-01-the-stolen-lunch/case.yaml
Normal file
41
cases/easy-01-the-stolen-lunch/case.yaml
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
title: "The Stolen Lunch"
|
||||||
|
|
||||||
|
briefing:
|
||||||
|
narrative: |
|
||||||
|
It's 12:30 PM. You just got back from a meeting to find your
|
||||||
|
lunch missing from the office refrigerator. Your lunch box
|
||||||
|
had your name on it.
|
||||||
|
|
||||||
|
You reported it to HR. Two people were in the office kitchen
|
||||||
|
area around lunch time. HR has provided some evidence and
|
||||||
|
two suspect profiles.
|
||||||
|
|
||||||
|
Find out who took your lunch.
|
||||||
|
|
||||||
|
evidence:
|
||||||
|
- id: "evidence-01"
|
||||||
|
name: "Office Email"
|
||||||
|
image: "images/evidence-01.jpg"
|
||||||
|
description: "Email sent by one of the suspects earlier that morning"
|
||||||
|
|
||||||
|
- id: "evidence-02"
|
||||||
|
name: "Refrigerator Photo"
|
||||||
|
image: "images/evidence-02.jpg"
|
||||||
|
description: "Photo of the office refrigerator taken after the incident"
|
||||||
|
|
||||||
|
suspects:
|
||||||
|
- id: "suspect-01"
|
||||||
|
name: "Alex Chen"
|
||||||
|
photo: "images/suspect-01.jpg"
|
||||||
|
description: |
|
||||||
|
Your desk neighbor. Asian woman, early 30s.
|
||||||
|
Works in marketing. You've spoken a few times.
|
||||||
|
Was in the office this morning.
|
||||||
|
|
||||||
|
- id: "suspect-02"
|
||||||
|
name: "Jordan Park"
|
||||||
|
photo: "images/suspect-02.jpg"
|
||||||
|
description: |
|
||||||
|
Works in accounting, floor below.
|
||||||
|
Was visiting for a meeting. No prior connection to you.
|
||||||
|
Was seen in the kitchen area around lunch time.
|
||||||
BIN
cases/easy-01-the-stolen-lunch/images/evidence-01.jpg
Normal file
BIN
cases/easy-01-the-stolen-lunch/images/evidence-01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
cases/easy-01-the-stolen-lunch/images/evidence-02.jpg
Normal file
BIN
cases/easy-01-the-stolen-lunch/images/evidence-02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
cases/easy-01-the-stolen-lunch/images/suspect-01.jpg
Normal file
BIN
cases/easy-01-the-stolen-lunch/images/suspect-01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
BIN
cases/easy-01-the-stolen-lunch/images/suspect-02.jpg
Normal file
BIN
cases/easy-01-the-stolen-lunch/images/suspect-02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
1
cases/easy-01-the-stolen-lunch/truth.enc
Normal file
1
cases/easy-01-the-stolen-lunch/truth.enc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
LS0tCnN1bW1hcnk6IHwKICBBbGV4IENoZW4gdG9vayB5b3VyIGx1bmNoLgoKICBBbGV4IHdhcyBnZW51aW5lbHkgaHVuZ3J5IC0gdGhleSBtZW50aW9uZWQgYmVpbmcgc28gaHVuZ3J5IAogIHRoZXkgbWlnaHQgZ3JhYiBzb21ldGhpbmcgZnJvbSB0aGUgZnJpZGdlIChzZWUgRXZpZGVuY2UgMSkuCiAgV2hlbiB0aGV5IHNhdyB5b3VyIGxhYmVsZWQgbHVuY2ggYm94LCB0aGV5IGtuZXcgaXQgd2FzIAogIHVuYXR0ZW5kZWQgYW5kIHRvb2sgaXQuIFRoZXkgbGVmdCB0aGVpciBjb2ZmZWUgbXVnIGluIHRoZSAKICBmcmlkZ2UgYXMgZXZpZGVuY2UgKHNlZSBFdmlkZW5jZSAyKS4KCiAgSm9yZGFuIFBhcmsgd2FzIGluIHRoZSBidWlsZGluZyBmb3IgYSBtZWV0aW5nIGJ1dCBoYWQgbm8gCiAgY29ubmVjdGlvbiB0byB5b3VyIGx1bmNoLgoKa2V5X3BvaW50czoKICAtICJJZGVudGlmaWVkIEFsZXggQ2hlbiBhcyB0aGUgb25lIHdobyB0b29rIHRoZSBsdW5jaCIKICAtICJVbmRlcnN0b29kIHRoZSBtb3RpdmUgLSBBbGV4IHdhcyBodW5ncnkgYW5kIHNhdyBhbiBvcHBvcnR1bml0eSIKICAtICJGb3VuZCB0aGUgY29ubmVjdGluZyBldmlkZW5jZSAtIEFsZXgncyBjb2ZmZWUgbXVnIGluIHRoZSBmcmlkZ2UiCi0tLQ==
|
||||||
Reference in New Issue
Block a user