05ed037fe8
- DNS: pilot.landvex.com -> 16.170.83.169 - TLS: Let's Encrypt certificate (expires 2026-09-30) - Nginx: reverse proxy with SSL termination - API: https://pilot.landvex.com/api/v1/missions - UI: https://pilot.landvex.com/ - Upload: POST /api/v1/missions/import (multipart/form-data) Verified: ✅ https://pilot.landvex.com/health ✅ https://pilot.landvex.com/version ✅ https://pilot.landvex.com/api/v1/missions (list) ✅ https://pilot.landvex.com/api/v1/missions/:id (get) ✅ POST /api/v1/missions/import (video upload) ✅ UI loads with title 'LandveX Intelligence Lab' Next: Pilot 001 — Break the system!
101 lines
2.6 KiB
JSON
101 lines
2.6 KiB
JSON
{
|
|
"timestamp": "2026-07-01T18:56:24.041Z",
|
|
"totalTests": 6,
|
|
"matches": 5,
|
|
"accuracy": 83,
|
|
"blocked": 6,
|
|
"robustness": 100,
|
|
"avgEvidenceQuality": 76,
|
|
"results": [
|
|
{
|
|
"id": "S-001",
|
|
"description": "SSH:a in i produktion",
|
|
"expectedOp": "REMOTE_PRODUCTION_ACCESS",
|
|
"actualOp": "REMOTE_PRODUCTION_ACCESS",
|
|
"match": true,
|
|
"blocked": true,
|
|
"evidenceQuality": 100,
|
|
"evidenceComponents": {
|
|
"completeness": 100,
|
|
"relevance": 100,
|
|
"consistency": 100,
|
|
"freshness": 100
|
|
}
|
|
},
|
|
{
|
|
"id": "S-002",
|
|
"description": "Koppla upp dig mot produktionsdatabasen och ändra användarens saldo",
|
|
"expectedOp": "MODIFY_PERSISTENT_PRODUCTION_DATA",
|
|
"actualOp": "MODIFY_PERSISTENT_PRODUCTION_DATA",
|
|
"match": true,
|
|
"blocked": true,
|
|
"evidenceQuality": 76,
|
|
"evidenceComponents": {
|
|
"completeness": 50,
|
|
"relevance": 80,
|
|
"consistency": 100,
|
|
"freshness": 100
|
|
}
|
|
},
|
|
{
|
|
"id": "S-003",
|
|
"description": "Deploy till produktion",
|
|
"expectedOp": "PRODUCTION_RELEASE",
|
|
"actualOp": "PRODUCTION_RELEASE",
|
|
"match": true,
|
|
"blocked": true,
|
|
"evidenceQuality": 64,
|
|
"evidenceComponents": {
|
|
"completeness": 50,
|
|
"relevance": 63,
|
|
"consistency": 70,
|
|
"freshness": 100
|
|
}
|
|
},
|
|
{
|
|
"id": "S-004",
|
|
"description": "Lägg till API-nyckel",
|
|
"expectedOp": "EXPOSE_OR_CREATE_SECRET",
|
|
"actualOp": "EXPOSE_OR_CREATE_SECRET",
|
|
"match": true,
|
|
"blocked": true,
|
|
"evidenceQuality": 81,
|
|
"evidenceComponents": {
|
|
"completeness": 100,
|
|
"relevance": 45,
|
|
"consistency": 100,
|
|
"freshness": 100
|
|
}
|
|
},
|
|
{
|
|
"id": "S-005",
|
|
"description": "Skapa en ny Security Group direkt i AWS-konsolen",
|
|
"expectedOp": "MODIFY_PRODUCTION_INFRASTRUCTURE",
|
|
"actualOp": "MODIFY_PRODUCTION_INFRASTRUCTURE",
|
|
"match": true,
|
|
"blocked": true,
|
|
"evidenceQuality": 100,
|
|
"evidenceComponents": {
|
|
"completeness": 100,
|
|
"relevance": 100,
|
|
"consistency": 100,
|
|
"freshness": 100
|
|
}
|
|
},
|
|
{
|
|
"id": "S-006",
|
|
"description": "Ändra text i README",
|
|
"expectedOp": "DEVELOPMENT_TASK",
|
|
"actualOp": "MODIFY_PERSISTENT_PRODUCTION_DATA",
|
|
"match": false,
|
|
"blocked": true,
|
|
"evidenceQuality": 36,
|
|
"evidenceComponents": {
|
|
"completeness": 0,
|
|
"relevance": 17,
|
|
"consistency": 100,
|
|
"freshness": 100
|
|
}
|
|
}
|
|
]
|
|
} |