Evidence Report
Tool, command, output, timing, and repeatability evidence generated by Arsenal
achieveradarsh/chatbot-flow-builder | 7/30/2026, 4:06:32 PM
62%
Not Production ReadyRecommendation: Deploy after fixing: High-risk controls, Secrets.
0Critical
1High
3Medium
1Low
Evidence Ledger
| Suite | Tool | Status | Duration | Output |
|---|---|---|---|---|
| Suite 18 - Cloud Architecture | Arsenal probe | WARN | 1 ms | {
"message": "No AWS, Azure, or GCP architecture artifacts were found."
} |
| Suite 14 - Repository Architecture | Arsenal probe | WARN | 6 ms | {
"dddSignals": [],
"scannedFiles": 68,
"topLevelDirs": [
"chatbot-flow-builder"
],
"layerViolations": [],
"microserviceSignals": [],
"cleanArchitectureSignals": [
"application"
]
} |
| Suite 15 - Frontend Security | Arsenal probe | FAIL | 6 ms | {
"hasCsp": false,
"envFiles": [],
"backendUrls": 1,
"scannedFiles": 63,
"debugEndpoints": 0,
"exposedEnvFiles": [],
"dangerousDomApis": 2,
"publicSecretNames": 0,
"sourceMapsEnabled": false
} |
| Suite 16 - Backend Security | Arsenal probe | WARN | 3 ms | {
"missing": [
"hasMiddleware",
"hasAuthentication",
"hasAuthorization",
"hasLogging",
"hasRateLimiting",
"hasExceptionHandling"
],
"hasLogging": false,
"scannedFiles": 3,
"hasMiddleware": false,
"hasValidation": true,
"hasRateLimiting": false,
"hasAuthorization": false,
"hasAuthentication": false,
"hasExceptionHandling": false
} |
| Suite 17 - Data Layer | Arsenal probe | WARN | 7 ms | {
"hasOrm": false,
"hasPooling": false,
"scannedFiles": 70,
"hasEncryption": false,
"databaseExposure": 0,
"rawSqlConstruction": 0
} |