{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-049d5e22d202fc92", "name": "TODO/FIXME marker in shipping code \u2014 eslint.config.js:23", "shortDescription": {"text": "TODO/FIXME marker in shipping code \u2014 eslint.config.js:23"}, "fullDescription": {"text": "Track in /reviews or /issues, not as a code comment that rots.\n\nWhy: Drift control \u2014 shouldn't be the same as Quality TODO scanner.\nRule id: fq.todo-marker"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-47636e33caef255d", "name": "Dockerfile runs as root: docker/Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: docker/Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0450bbe6da0a1260", "name": "Docker base image is tag-pinned but not digest-pinned: composer:2.10.1", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: composer:2.10.1"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8e913b1e46338df8", "name": "Docker base image is tag-pinned but not digest-pinned: node:lts", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: node:lts"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5be25084e18726b8", "name": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3b51932532bfae38", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-9710c8d059e53154", "name": "No frontend routes/components detected", "shortDescription": {"text": "No frontend routes/components detected"}, "fullDescription": {"text": "No React/Vue/Next routes were found. This is fine for backend-only repos."}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2ca37dbe4facc34a", "name": "Runtime dotenv file present in repo: .env.prod", "shortDescription": {"text": "Runtime dotenv file present in repo: .env.prod"}, "fullDescription": {"text": "`.env.prod` looks like a runtime dotenv file. It contains secret-looking assignments for BUGSNAG_API_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-7176e5d95d18d844", "name": "Runtime dotenv file present in repo: .env", "shortDescription": {"text": "Runtime dotenv file present in repo: .env"}, "fullDescription": {"text": "`.env` looks like a runtime dotenv file. It contains secret-looking assignments for APP_SECRET, JWT_SECRET_KEY, JWT_PUBLIC_KEY, JWT_PASSPHRASE, FB_OAUTH_PUBLIC_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-43e496167fde2f4c", "name": "Runtime dotenv file present in repo: .env.test", "shortDescription": {"text": "Runtime dotenv file present in repo: .env.test"}, "fullDescription": {"text": "`.env.test` looks like a runtime dotenv file. It contains secret-looking assignments for APP_SECRET, JENKINS_TOKEN, JENKINS_UPLOAD_TOKEN. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-5b43d4a583792c5d", "name": "Runtime dotenv file present in repo: .env.dev", "shortDescription": {"text": "Runtime dotenv file present in repo: .env.dev"}, "fullDescription": {"text": "`.env.dev` looks like a runtime dotenv file. It contains secret-looking assignments for MAILER_DSN. Move real values to a secret manager and keep only `.env.example` style templates in source control."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-e12684ee0cdc91cc", "name": "Possible secret in .env.prod", "shortDescription": {"text": "Possible secret in .env.prod"}, "fullDescription": {"text": "Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "critical", "confidence": 1.0}}, {"id": "scanner-c37f557ff057c978", "name": "Insecure pattern 'weak_hash' in src/Api/OpenAPI/specification.yaml:3568", "shortDescription": {"text": "Insecure pattern 'weak_hash' in src/Api/OpenAPI/specification.yaml:3568"}, "fullDescription": {"text": "Found a known-risky pattern (weak_hash). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b10f3d2e27ea98e0", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Studio/StudioDetailPage.js:377", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Studio/StudioDetailPage.js:377"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3a7fddb3612649cc", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/RemixGraphInline.js:395", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/RemixGraphInline.js:395"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-40fde15273889c54", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/CodeStatisticsInline.js:74", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/CodeStatisticsInline.js:74"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c4c20cd8884893da", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/Project.js:410", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/Project.js:410"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f3820a69964b29c4", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectPage.js:174", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectPage.js:174"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-31840f0719a2667d", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectEditor.js:89", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectEditor.js:89"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ecd9c44d47b96697", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/OwnProjectList.js:267", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/OwnProjectList.js:267"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9f5c957858444bf0", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/CodeViewInline.js:383", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/CodeViewInline.js:383"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f4aa983a03abe745", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectEditorNavigation.js:42", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectEditorNavigation.js:42"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-fee76960874a779b", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectList.js:120", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectList.js:120"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ee1b920fbe0e3ef8", "name": "Insecure pattern 'local_storage_auth_token' in assets/Security/OAuthHandler.js:25", "shortDescription": {"text": "Insecure pattern 'local_storage_auth_token' in assets/Security/OAuthHandler.js:25"}, "fullDescription": {"text": "Found a known-risky pattern (local_storage_auth_token). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-23ede761c27fbb50", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Translate/Translation.js:81", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Translate/Translation.js:81"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-afeafe2965068127", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/PieChart.js:12", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/PieChart.js:12"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9f4dd7d018337ea3", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/UserCommunication/BroadcastNotification.js:12", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/UserCommunication/BroadcastNotification.js:12"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1c46b7b448d3cb37", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/UserCommunication/MaintenanceInformation/IconList.js:25", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/UserCommunication/MaintenanceInformation/IconList.js:25"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2ffdd8128f96c37a", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/SystemManagement/Logs.js:87", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/SystemManagement/Logs.js:87"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-3ce248d73def2f21", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/project/browse_controller.js:164", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/project/browse_controller.js:164"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1d4f88fed946834c", "name": "Insecure pattern 'insert_adjacent_html' in assets/controllers/project/browse_controller.js:174", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in assets/controllers/project/browse_controller.js:174"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e7183e3e2f1da42d", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/overview_controller.js:534", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/overview_controller.js:534"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1cf172028c540ccd", "name": "Insecure pattern 'insert_adjacent_html' in assets/controllers/studio/overview_controller.js:222", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in assets/controllers/studio/overview_controller.js:222"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e1b381e22151123e", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/join-requests_controller.js:21", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/join-requests_controller.js:21"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8bac482f6b36a23b", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/activity-list_controller.js:24", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/activity-list_controller.js:24"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5c8641f855996737", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/project-list_controller.js:177", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/project-list_controller.js:177"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8b70d6418f5cb8ab", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/comment_controller.js:128", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/comment_controller.js:128"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2bf36a3582a7771c", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/member-list_controller.js:24", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/member-list_controller.js:24"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-333856e64337dddf", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/AchievementsPage.js:88", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/AchievementsPage.js:88"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e1827c600d74e0c3", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/MyProfilePage.js:251", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/MyProfilePage.js:251"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4211b2da5c97da63", "name": "Insecure pattern 'insert_adjacent_html' in assets/User/NotificationsPage.js:253", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/NotificationsPage.js:253"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f9738b14bc11e9a1", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/ProfileStudios.js:281", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/ProfileStudios.js:281"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-90402db32321d14e", "name": "Insecure pattern 'insert_adjacent_html' in assets/User/ProfileStudios.js:289", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/ProfileStudios.js:289"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0c7f1c4dcbd33c23", "name": "Insecure pattern 'insert_adjacent_html' in assets/User/ReportsPage.js:148", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/ReportsPage.js:148"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b75208178fae7d94", "name": "Insecure pattern 'insert_adjacent_html' in assets/User/FollowerOverview.js:117", "shortDescription": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/FollowerOverview.js:117"}, "fullDescription": {"text": "Found a known-risky pattern (insert_adjacent_html). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-b868345bde171f49", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/ProfilePage.js:253", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/ProfilePage.js:253"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a761f6952d0f0fb3", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Search/SearchPage.js:40", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Search/SearchPage.js:40"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f221a26041bede69", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Index/MaintenanceHandler.js:80", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Index/MaintenanceHandler.js:80"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4954ba47485800e5", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Index/FeaturedBanner.js:119", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Index/FeaturedBanner.js:119"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-aff1a966c64a3b57", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/CookieConsent.js:48", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/CookieConsent.js:48"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1b209748b71446c9", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/Sidebar.js:63", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/Sidebar.js:63"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-730059bf62ac7d52", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/TopBar.js:128", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/TopBar.js:128"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e5fa0da1e0a07f0c", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/MediaLibrary/MediaLib.js:194", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/MediaLibrary/MediaLib.js:194"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a2a962c9c1310924", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/MediaLibrary/OverviewPage.js:110", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/MediaLibrary/OverviewPage.js:110"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-65642732bc45add8", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Components/AjaxController.js:15", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Components/AjaxController.js:15"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-f4a5a4b10cbffac7", "name": "Insecure pattern 'direct_innerhtml_assignment' in assets/Components/TextFillDefault.js:17", "shortDescription": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Components/TextFillDefault.js:17"}, "fullDescription": {"text": "Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-06cfc57f33748e21", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6.0.3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-de8a963b184e846f", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "peter-evans/create-pull-request@v8 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-05839abdc48f1632", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-da7fe8b897b402d6", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "StephaneBour/actions-php-cpd@8.2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-7bf081e6443e0f6e", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c3aec96b92b2671b", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6.0.3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0697d58a797e11c2", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6eb09220ebca803d", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "Legion2/swagger-ui-action@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-9455586d9a9eaa4c", "name": "GitHub Actions workflow grants broad write permissions", "shortDescription": {"text": "GitHub Actions workflow grants broad write permissions"}, "fullDescription": {"text": "CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1a11c06ea0eddaa3", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6.0.3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fdf9804522088da0", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6.0.3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1dac87add392d172", "name": "GitHub Action is tag-pinned rather than SHA-pinned", "shortDescription": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "fullDescription": {"text": "actions/checkout@v6.0.3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "0 test file(s) for 114 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 25 placeholder/mock markers across 14 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11825279136b53a3", "name": "CI is configured but no tests are detected", "shortDescription": {"text": "CI is configured but no tests are detected"}, "fullDescription": {"text": "A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-749d4bc1bd66df5f", "name": "Agent instructions exist but release-hardening basics are missing", "shortDescription": {"text": "Agent instructions exist but release-hardening basics are missing"}, "fullDescription": {"text": "AI-coder instruction files were found, but the repo is missing tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-1f73c54600c996fd", "name": "Agent authority lacks a verifier contract: .claude/CLAUDE.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/CLAUDE.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5ac9fe87b1c03ba9", "name": "Agent authority lacks a verifier contract: .claude/CLAUDE_PHPUNIT_MOCKING.md", "shortDescription": {"text": "Agent authority lacks a verifier contract: .claude/CLAUDE_PHPUNIT_MOCKING.md"}, "fullDescription": {"text": "This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a9f2927c90fedda1", "name": "Agent instruction contains unpinned remote install: .claude/skills/bundle-analysis/SKILL.md", "shortDescription": {"text": "Agent instruction contains unpinned remote install: .claude/skills/bundle-analysis/SKILL.md"}, "fullDescription": {"text": "Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-09f04109a46fcbdc", "name": "Commented-code block (5 lines) in assets/bootstrap.js:5", "shortDescription": {"text": "Commented-code block (5 lines) in assets/bootstrap.js:5"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-3ae32767a8307945", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Studio/StudioDetailPage.js:78", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Studio/StudioDetailPage.js:78"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dffaff8064158b6a", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Studio/CreatePage.js:43", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Studio/CreatePage.js:43"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-79b3a5097b1921bd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/Project.js:167", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/Project.js:167"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-381744a01eee2b80", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectComments.js:260", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectComments.js:260"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-e5cb08735676996b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectEditorModel.js:115", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectEditorModel.js:115"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-573800320181d447", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectList.js:93", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectList.js:93"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2cb33c940bd44245", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Security/LogoutTokenHandler.js:15", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Security/LogoutTokenHandler.js:15"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-67abf83111bfb2cd", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Security/LoginTokenHandler.js:46", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Security/LoginTokenHandler.js:46"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-88a2cfa4415ba4e9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/UserCommunication/BroadcastNotification.js:24", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/UserCommunication/BroadcastNotification.js:24"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c892a73859f73dc0", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/UserCommunication/SendMail.js:52", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/UserCommunication/SendMail.js:52"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d35aad928b31b427", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/SystemManagement/Logs.js:91", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/SystemManagement/Logs.js:91"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-218a484156fa02e8", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/project/browse_controller.js:424", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/project/browse_controller.js:424"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-c8922dd2686cf107", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/studio/project-list_controller.js:325", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/studio/project-list_controller.js:325"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-971cc96ad7309a51", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/studio/member-list_controller.js:194", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/studio/member-list_controller.js:194"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-da2ccbd9cce0f3f5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/VerifyAccountHandler.js:11", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/VerifyAccountHandler.js:11"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-268826f6b9ac3b99", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/MyProfilePage.js:80", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/MyProfilePage.js:80"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-d38e50f90f7ae8aa", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/ProfileStudios.js:303", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/ProfileStudios.js:303"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d285a53cd781905", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/FollowerOverview.js:137", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/FollowerOverview.js:137"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-608e3539d49b2195", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/ProfilePage.js:32", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/ProfilePage.js:32"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-97a727d11f0d6a96", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Search/SearchPage.js:84", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Search/SearchPage.js:84"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-45313aa3db8d7294", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Moderation/ReportDialog.js:125", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Moderation/ReportDialog.js:125"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-6b3dfd4cf6ef49b5", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Moderation/AppealDialog.js:45", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Moderation/AppealDialog.js:45"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-287ca905fd93893d", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Index/FeaturedBanner.js:19", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Index/FeaturedBanner.js:19"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-be9d18a79d2ef1c9", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Api/ApiHelper.js:25", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Api/ApiHelper.js:25"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-5bb63d3dcb67d4a7", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/MediaLibrary/MediaLib.js:93", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/MediaLibrary/MediaLib.js:93"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4e720ce0b1927b5e", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/MediaLibrary/OverviewPage.js:74", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/MediaLibrary/OverviewPage.js:74"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-aceaf133b14fe201", "name": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Components/AjaxController.js:17", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Components/AjaxController.js:17"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-11a1e86c50b2f49e", "name": "Flask mutation route `scan` without `@login_required` \u2014 docker/nsfw-scanner/app.py:16", "shortDescription": {"text": "Flask mutation route `scan` without `@login_required` \u2014 docker/nsfw-scanner/app.py:16"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24849"}, "properties": {"repository": "Catrobat/Catroweb", "repoUrl": "https://github.com/Catrobat/Catroweb", "branch": "main"}, "results": [{"ruleId": "scanner-049d5e22d202fc92", "level": "none", "message": {"text": "TODO/FIXME marker in shipping code \u2014 eslint.config.js:23"}, "properties": {"repobilityId": "d77e5f2f5a151553", "scanner": "scanner-primary", "fingerprint": "049d5e22d202fc92", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.todo-marker"]}}, {"ruleId": "scanner-47636e33caef255d", "level": "warning", "message": {"text": "Dockerfile runs as root: docker/Dockerfile"}, "properties": {"repobilityId": "8a345ba4198453bd", "scanner": "scanner-primary", "fingerprint": "47636e33caef255d", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-0450bbe6da0a1260", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: composer:2.10.1"}, "properties": {"repobilityId": "fb5a091977c5ec66", "scanner": "scanner-primary", "fingerprint": "0450bbe6da0a1260", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-8e913b1e46338df8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: node:lts"}, "properties": {"repobilityId": "99b0b39cb58228b4", "scanner": "scanner-primary", "fingerprint": "8e913b1e46338df8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-5be25084e18726b8", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim"}, "properties": {"repobilityId": "f5ae7a260729d1fd", "scanner": "scanner-primary", "fingerprint": "5be25084e18726b8", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/Dockerfile"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-3b51932532bfae38", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.12-slim"}, "properties": {"repobilityId": "795536891d7d351e", "scanner": "scanner-primary", "fingerprint": "3b51932532bfae38", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/nsfw-scanner/Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-9710c8d059e53154", "level": "none", "message": {"text": "No frontend routes/components detected"}, "properties": {"repobilityId": "44ca61485762e494", "scanner": "scanner-primary", "fingerprint": "9710c8d059e53154", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-2ca37dbe4facc34a", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env.prod"}, "properties": {"repobilityId": "f80e5c2c123d39bf", "scanner": "scanner-primary", "fingerprint": "2ca37dbe4facc34a", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.prod"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-7176e5d95d18d844", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env"}, "properties": {"repobilityId": "4b9c737a445874ba", "scanner": "scanner-primary", "fingerprint": "7176e5d95d18d844", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-43e496167fde2f4c", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env.test"}, "properties": {"repobilityId": "25baea8a4d77c75a", "scanner": "scanner-primary", "fingerprint": "43e496167fde2f4c", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.test"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5b43d4a583792c5d", "level": "error", "message": {"text": "Runtime dotenv file present in repo: .env.dev"}, "properties": {"repobilityId": "39400adf0f918d08", "scanner": "scanner-primary", "fingerprint": "5b43d4a583792c5d", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets", "config", "env-file", "runtime-env", "env_file_with_secret"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.dev"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e12684ee0cdc91cc", "level": "error", "message": {"text": "Possible secret in .env.prod"}, "properties": {"repobilityId": "04e61283c2d76ffa", "scanner": "scanner-primary", "fingerprint": "e12684ee0cdc91cc", "layer": "security", "severity": "critical", "confidence": 1.0, "tags": ["secrets"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".env.prod"}, "region": {"startLine": 6}}}]}, {"ruleId": "scanner-c37f557ff057c978", "level": "warning", "message": {"text": "Insecure pattern 'weak_hash' in src/Api/OpenAPI/specification.yaml:3568"}, "properties": {"repobilityId": "fc079f7d8922aecc", "scanner": "scanner-primary", "fingerprint": "c37f557ff057c978", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "weak_hash"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/Api/OpenAPI/specification.yaml"}, "region": {"startLine": 3568}}}]}, {"ruleId": "scanner-b10f3d2e27ea98e0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Studio/StudioDetailPage.js:377"}, "properties": {"repobilityId": "59ce9240b03642bd", "scanner": "scanner-primary", "fingerprint": "b10f3d2e27ea98e0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Studio/StudioDetailPage.js"}, "region": {"startLine": 377}}}]}, {"ruleId": "scanner-3a7fddb3612649cc", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/RemixGraphInline.js:395"}, "properties": {"repobilityId": "86e461058b60e12b", "scanner": "scanner-primary", "fingerprint": "3a7fddb3612649cc", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/RemixGraphInline.js"}, "region": {"startLine": 395}}}]}, {"ruleId": "scanner-40fde15273889c54", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/CodeStatisticsInline.js:74"}, "properties": {"repobilityId": "e377afb1d2829f55", "scanner": "scanner-primary", "fingerprint": "40fde15273889c54", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/CodeStatisticsInline.js"}, "region": {"startLine": 74}}}]}, {"ruleId": "scanner-c4c20cd8884893da", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/Project.js:410"}, "properties": {"repobilityId": "fb725527861a321a", "scanner": "scanner-primary", "fingerprint": "c4c20cd8884893da", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/Project.js"}, "region": {"startLine": 410}}}]}, {"ruleId": "scanner-f3820a69964b29c4", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectPage.js:174"}, "properties": {"repobilityId": "6a9efe51729fa245", "scanner": "scanner-primary", "fingerprint": "f3820a69964b29c4", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/ProjectPage.js"}, "region": {"startLine": 174}}}]}, {"ruleId": "scanner-31840f0719a2667d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectEditor.js:89"}, "properties": {"repobilityId": "6db903731df3f85f", "scanner": "scanner-primary", "fingerprint": "31840f0719a2667d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/ProjectEditor.js"}, "region": {"startLine": 89}}}]}, {"ruleId": "scanner-ecd9c44d47b96697", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/OwnProjectList.js:267"}, "properties": {"repobilityId": "d8c5fb092ff1a8b1", "scanner": "scanner-primary", "fingerprint": "ecd9c44d47b96697", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/OwnProjectList.js"}, "region": {"startLine": 267}}}]}, {"ruleId": "scanner-9f5c957858444bf0", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/CodeViewInline.js:383"}, "properties": {"repobilityId": "ae6519af312609bb", "scanner": "scanner-primary", "fingerprint": "9f5c957858444bf0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/CodeViewInline.js"}, "region": {"startLine": 383}}}]}, {"ruleId": "scanner-f4aa983a03abe745", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectEditorNavigation.js:42"}, "properties": {"repobilityId": "3c296a7cdfffba55", "scanner": "scanner-primary", "fingerprint": "f4aa983a03abe745", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/ProjectEditorNavigation.js"}, "region": {"startLine": 42}}}]}, {"ruleId": "scanner-fee76960874a779b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Project/ProjectList.js:120"}, "properties": {"repobilityId": "83ade140b2250bdb", "scanner": "scanner-primary", "fingerprint": "fee76960874a779b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Project/ProjectList.js"}, "region": {"startLine": 120}}}]}, {"ruleId": "scanner-ee1b920fbe0e3ef8", "level": "warning", "message": {"text": "Insecure pattern 'local_storage_auth_token' in assets/Security/OAuthHandler.js:25"}, "properties": {"repobilityId": "bb8de8677062c1c1", "scanner": "scanner-primary", "fingerprint": "ee1b920fbe0e3ef8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "local_storage_auth_token"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Security/OAuthHandler.js"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-23ede761c27fbb50", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Translate/Translation.js:81"}, "properties": {"repobilityId": "974f56617439d908", "scanner": "scanner-primary", "fingerprint": "23ede761c27fbb50", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Translate/Translation.js"}, "region": {"startLine": 81}}}]}, {"ruleId": "scanner-afeafe2965068127", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/PieChart.js:12"}, "properties": {"repobilityId": "94d25bbbe343827a", "scanner": "scanner-primary", "fingerprint": "afeafe2965068127", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Admin/PieChart.js"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-9f4dd7d018337ea3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/UserCommunication/BroadcastNotification.js:12"}, "properties": {"repobilityId": "947db7dbf5dae5a8", "scanner": "scanner-primary", "fingerprint": "9f4dd7d018337ea3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Admin/UserCommunication/BroadcastNotification.js"}, "region": {"startLine": 12}}}]}, {"ruleId": "scanner-1c46b7b448d3cb37", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/UserCommunication/MaintenanceInformation/IconList.js:25"}, "properties": {"repobilityId": "b1baac41c81aa33e", "scanner": "scanner-primary", "fingerprint": "1c46b7b448d3cb37", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Admin/UserCommunication/MaintenanceInformation/IconList.js"}, "region": {"startLine": 25}}}]}, {"ruleId": "scanner-2ffdd8128f96c37a", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Admin/SystemManagement/Logs.js:87"}, "properties": {"repobilityId": "cc8859b528f4300e", "scanner": "scanner-primary", "fingerprint": "2ffdd8128f96c37a", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Admin/SystemManagement/Logs.js"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-3ce248d73def2f21", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/project/browse_controller.js:164"}, "properties": {"repobilityId": "7809c13f8a00a139", "scanner": "scanner-primary", "fingerprint": "3ce248d73def2f21", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/project/browse_controller.js"}, "region": {"startLine": 164}}}]}, {"ruleId": "scanner-1d4f88fed946834c", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in assets/controllers/project/browse_controller.js:174"}, "properties": {"repobilityId": "361f5a9a29dbbc83", "scanner": "scanner-primary", "fingerprint": "1d4f88fed946834c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/project/browse_controller.js"}, "region": {"startLine": 174}}}]}, {"ruleId": "scanner-e7183e3e2f1da42d", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/overview_controller.js:534"}, "properties": {"repobilityId": "e18ad3facdfcf531", "scanner": "scanner-primary", "fingerprint": "e7183e3e2f1da42d", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/studio/overview_controller.js"}, "region": {"startLine": 534}}}]}, {"ruleId": "scanner-1cf172028c540ccd", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in assets/controllers/studio/overview_controller.js:222"}, "properties": {"repobilityId": "4b98b0a128880ce6", "scanner": "scanner-primary", "fingerprint": "1cf172028c540ccd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/studio/overview_controller.js"}, "region": {"startLine": 222}}}]}, {"ruleId": "scanner-e1b381e22151123e", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/join-requests_controller.js:21"}, "properties": {"repobilityId": "2eeba468d98be476", "scanner": "scanner-primary", "fingerprint": "e1b381e22151123e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/studio/join-requests_controller.js"}, "region": {"startLine": 21}}}]}, {"ruleId": "scanner-8bac482f6b36a23b", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/activity-list_controller.js:24"}, "properties": {"repobilityId": "4aac70e0143b433f", "scanner": "scanner-primary", "fingerprint": "8bac482f6b36a23b", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/studio/activity-list_controller.js"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-5c8641f855996737", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/project-list_controller.js:177"}, "properties": {"repobilityId": "e4ff183ccb5e6e4f", "scanner": "scanner-primary", "fingerprint": "5c8641f855996737", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/studio/project-list_controller.js"}, "region": {"startLine": 177}}}]}, {"ruleId": "scanner-8b70d6418f5cb8ab", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/comment_controller.js:128"}, "properties": {"repobilityId": "3b5ff28d9fbf81b7", "scanner": "scanner-primary", "fingerprint": "8b70d6418f5cb8ab", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/studio/comment_controller.js"}, "region": {"startLine": 128}}}]}, {"ruleId": "scanner-2bf36a3582a7771c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/controllers/studio/member-list_controller.js:24"}, "properties": {"repobilityId": "e95f003fbc472390", "scanner": "scanner-primary", "fingerprint": "2bf36a3582a7771c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/controllers/studio/member-list_controller.js"}, "region": {"startLine": 24}}}]}, {"ruleId": "scanner-333856e64337dddf", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/AchievementsPage.js:88"}, "properties": {"repobilityId": "7a9ea04793ecf502", "scanner": "scanner-primary", "fingerprint": "333856e64337dddf", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/AchievementsPage.js"}, "region": {"startLine": 88}}}]}, {"ruleId": "scanner-e1827c600d74e0c3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/MyProfilePage.js:251"}, "properties": {"repobilityId": "c610c0a4c00a9132", "scanner": "scanner-primary", "fingerprint": "e1827c600d74e0c3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/MyProfilePage.js"}, "region": {"startLine": 251}}}]}, {"ruleId": "scanner-4211b2da5c97da63", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/NotificationsPage.js:253"}, "properties": {"repobilityId": "40862a526c5b238c", "scanner": "scanner-primary", "fingerprint": "4211b2da5c97da63", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/NotificationsPage.js"}, "region": {"startLine": 253}}}]}, {"ruleId": "scanner-f9738b14bc11e9a1", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/ProfileStudios.js:281"}, "properties": {"repobilityId": "a9de941a31a293c2", "scanner": "scanner-primary", "fingerprint": "f9738b14bc11e9a1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/ProfileStudios.js"}, "region": {"startLine": 281}}}]}, {"ruleId": "scanner-90402db32321d14e", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/ProfileStudios.js:289"}, "properties": {"repobilityId": "921bf319398df3bf", "scanner": "scanner-primary", "fingerprint": "90402db32321d14e", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/ProfileStudios.js"}, "region": {"startLine": 289}}}]}, {"ruleId": "scanner-0c7f1c4dcbd33c23", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/ReportsPage.js:148"}, "properties": {"repobilityId": "ef183d1419897638", "scanner": "scanner-primary", "fingerprint": "0c7f1c4dcbd33c23", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/ReportsPage.js"}, "region": {"startLine": 148}}}]}, {"ruleId": "scanner-b75208178fae7d94", "level": "warning", "message": {"text": "Insecure pattern 'insert_adjacent_html' in assets/User/FollowerOverview.js:117"}, "properties": {"repobilityId": "ea7ce74a346770db", "scanner": "scanner-primary", "fingerprint": "b75208178fae7d94", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "insert_adjacent_html"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/FollowerOverview.js"}, "region": {"startLine": 117}}}]}, {"ruleId": "scanner-b868345bde171f49", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/User/ProfilePage.js:253"}, "properties": {"repobilityId": "c194dd94cf686d5d", "scanner": "scanner-primary", "fingerprint": "b868345bde171f49", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/User/ProfilePage.js"}, "region": {"startLine": 253}}}]}, {"ruleId": "scanner-a761f6952d0f0fb3", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Search/SearchPage.js:40"}, "properties": {"repobilityId": "07899d7918be05d3", "scanner": "scanner-primary", "fingerprint": "a761f6952d0f0fb3", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Search/SearchPage.js"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-f221a26041bede69", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Index/MaintenanceHandler.js:80"}, "properties": {"repobilityId": "74f466f2e98ff99d", "scanner": "scanner-primary", "fingerprint": "f221a26041bede69", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Index/MaintenanceHandler.js"}, "region": {"startLine": 80}}}]}, {"ruleId": "scanner-4954ba47485800e5", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Index/FeaturedBanner.js:119"}, "properties": {"repobilityId": "a93043a3bc25cd77", "scanner": "scanner-primary", "fingerprint": "4954ba47485800e5", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Index/FeaturedBanner.js"}, "region": {"startLine": 119}}}]}, {"ruleId": "scanner-aff1a966c64a3b57", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/CookieConsent.js:48"}, "properties": {"repobilityId": "2bc90404ef72b852", "scanner": "scanner-primary", "fingerprint": "aff1a966c64a3b57", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Layout/CookieConsent.js"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-1b209748b71446c9", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/Sidebar.js:63"}, "properties": {"repobilityId": "f5b087bcf2db7fce", "scanner": "scanner-primary", "fingerprint": "1b209748b71446c9", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Layout/Sidebar.js"}, "region": {"startLine": 63}}}]}, {"ruleId": "scanner-730059bf62ac7d52", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Layout/TopBar.js:128"}, "properties": {"repobilityId": "e758811235a5f8ba", "scanner": "scanner-primary", "fingerprint": "730059bf62ac7d52", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Layout/TopBar.js"}, "region": {"startLine": 128}}}]}, {"ruleId": "scanner-e5fa0da1e0a07f0c", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/MediaLibrary/MediaLib.js:194"}, "properties": {"repobilityId": "eb77063e06566ee1", "scanner": "scanner-primary", "fingerprint": "e5fa0da1e0a07f0c", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/MediaLibrary/MediaLib.js"}, "region": {"startLine": 194}}}]}, {"ruleId": "scanner-a2a962c9c1310924", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/MediaLibrary/OverviewPage.js:110"}, "properties": {"repobilityId": "64e1e37abeb68b5d", "scanner": "scanner-primary", "fingerprint": "a2a962c9c1310924", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/MediaLibrary/OverviewPage.js"}, "region": {"startLine": 110}}}]}, {"ruleId": "scanner-65642732bc45add8", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Components/AjaxController.js:15"}, "properties": {"repobilityId": "0d7cb274fc146b0a", "scanner": "scanner-primary", "fingerprint": "65642732bc45add8", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Components/AjaxController.js"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-f4a5a4b10cbffac7", "level": "warning", "message": {"text": "Insecure pattern 'direct_innerhtml_assignment' in assets/Components/TextFillDefault.js:17"}, "properties": {"repobilityId": "63edac64c9957920", "scanner": "scanner-primary", "fingerprint": "f4a5a4b10cbffac7", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "direct_innerhtml_assignment"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "assets/Components/TextFillDefault.js"}, "region": {"startLine": 17}}}]}, {"ruleId": "scanner-06cfc57f33748e21", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "adc085c24e9c90f1", "scanner": "scanner-primary", "fingerprint": "06cfc57f33748e21", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/container_tests.yaml"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-06cfc57f33748e21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "4cfa8e23276f5ed4", "scanner": "scanner-primary", "fingerprint": "06cfc57f33748e21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/container_tests.yaml"}, "region": {"startLine": 54}}}]}, {"ruleId": "scanner-06cfc57f33748e21", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "696358c510d6b499", "scanner": "scanner-primary", "fingerprint": "06cfc57f33748e21", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/container_tests.yaml"}, "region": {"startLine": 57}}}]}, {"ruleId": "scanner-de8a963b184e846f", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "977f7d330499ff57", "scanner": "scanner-primary", "fingerprint": "de8a963b184e846f", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/create_release_pull_request.yaml"}, "region": {"startLine": 55}}}]}, {"ruleId": "scanner-05839abdc48f1632", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "b7bf47efa2689e48", "scanner": "scanner-primary", "fingerprint": "05839abdc48f1632", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/create_release_pull_request.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-da7fe8b897b402d6", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "edb93b855711d11b", "scanner": "scanner-primary", "fingerprint": "da7fe8b897b402d6", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/code_quality.yaml"}, "region": {"startLine": 171}}}]}, {"ruleId": "scanner-7bf081e6443e0f6e", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "f7906436f76dabf8", "scanner": "scanner-primary", "fingerprint": "7bf081e6443e0f6e", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sync_crowdin.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "077300fcc5f93318", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 60}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e4d572018a98cb81", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 72}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1d987b0ffba6a40d", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 76}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d77a033de789e80e", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 90}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "d77a033de789e80e", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 102}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "97c6ae5cad1f53f8", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 117}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "077300fcc5f93318", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 139}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1d987b0ffba6a40d", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 143}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e509ca98988f8bc8", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 155}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "97c6ae5cad1f53f8", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 178}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6eec9b1e14e0b207", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 185}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "077300fcc5f93318", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 250}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1d987b0ffba6a40d", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 254}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e509ca98988f8bc8", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 266}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "97c6ae5cad1f53f8", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 352}}}]}, {"ruleId": "scanner-c3aec96b92b2671b", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "6eec9b1e14e0b207", "scanner": "scanner-primary", "fingerprint": "c3aec96b92b2671b", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 360}}}]}, {"ruleId": "scanner-0697d58a797e11c2", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "bb5efe58544a4253", "scanner": "scanner-primary", "fingerprint": "0697d58a797e11c2", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/tests.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6eb09220ebca803d", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "f1a261bb0820c401", "scanner": "scanner-primary", "fingerprint": "6eb09220ebca803d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy_api_spec.yaml"}, "region": {"startLine": 23}}}]}, {"ruleId": "scanner-6eb09220ebca803d", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e6ef72d7decc09c2", "scanner": "scanner-primary", "fingerprint": "6eb09220ebca803d", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy_api_spec.yaml"}, "region": {"startLine": 31}}}]}, {"ruleId": "scanner-9455586d9a9eaa4c", "level": "warning", "message": {"text": "GitHub Actions workflow grants broad write permissions"}, "properties": {"repobilityId": "e4a57b46b3fcb105", "scanner": "scanner-primary", "fingerprint": "9455586d9a9eaa4c", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "least-privilege"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deploy_api_spec.yaml"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c7cef4a4c122c7bc", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 40}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1c04fc9e8d294361", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 43}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1861f20d0fc5dae9", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 51}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1c04fc9e8d294361", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 66}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c7cef4a4c122c7bc", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 84}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "80a302b7db0a2493", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 87}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "c4f9f9a057156672", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 90}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1c04fc9e8d294361", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 100}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1861f20d0fc5dae9", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 108}}}]}, {"ruleId": "scanner-1a11c06ea0eddaa3", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "1c04fc9e8d294361", "scanner": "scanner-primary", "fingerprint": "1a11c06ea0eddaa3", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/sbom.yaml"}, "region": {"startLine": 128}}}]}, {"ruleId": "scanner-fdf9804522088da0", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "868a19f2feccfbb2", "scanner": "scanner-primary", "fingerprint": "fdf9804522088da0", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/safedep_vet.yaml"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-fdf9804522088da0", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "72a14269b1d9879e", "scanner": "scanner-primary", "fingerprint": "fdf9804522088da0", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/safedep_vet.yaml"}, "region": {"startLine": 36}}}]}, {"ruleId": "scanner-1dac87add392d172", "level": "note", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "e4e5e20af3d844a0", "scanner": "scanner-primary", "fingerprint": "1dac87add392d172", "layer": "cicd", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deployment.yaml"}, "region": {"startLine": 48}}}]}, {"ruleId": "scanner-1dac87add392d172", "level": "warning", "message": {"text": "GitHub Action is tag-pinned rather than SHA-pinned"}, "properties": {"repobilityId": "5a47b22cb2d69046", "scanner": "scanner-primary", "fingerprint": "1dac87add392d172", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["supply-chain", "github-actions", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".github/workflows/deployment.yaml"}, "region": {"startLine": 56}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "35493e19e97e1ba8", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "4d2240fc7a39c1fa", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-11825279136b53a3", "level": "warning", "message": {"text": "CI is configured but no tests are detected"}, "properties": {"repobilityId": "204b64597317af4c", "scanner": "scanner-primary", "fingerprint": "11825279136b53a3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "ci", "config-theater", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-749d4bc1bd66df5f", "level": "warning", "message": {"text": "Agent instructions exist but release-hardening basics are missing"}, "properties": {"repobilityId": "fe3eb12805d57071", "scanner": "scanner-primary", "fingerprint": "749d4bc1bd66df5f", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-1f73c54600c996fd", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/CLAUDE.md"}, "properties": {"repobilityId": "31713f8f64e4a724", "scanner": "scanner-primary", "fingerprint": "1f73c54600c996fd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/CLAUDE.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5ac9fe87b1c03ba9", "level": "warning", "message": {"text": "Agent authority lacks a verifier contract: .claude/CLAUDE_PHPUNIT_MOCKING.md"}, "properties": {"repobilityId": "5dd469e202cd9892", "scanner": "scanner-primary", "fingerprint": "5ac9fe87b1c03ba9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "verification", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/CLAUDE_PHPUNIT_MOCKING.md"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a9f2927c90fedda1", "level": "warning", "message": {"text": "Agent instruction contains unpinned remote install: .claude/skills/bundle-analysis/SKILL.md"}, "properties": {"repobilityId": "c8529846c95289be", "scanner": "scanner-primary", "fingerprint": "a9f2927c90fedda1", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["agent-instructions", "supply-chain", "claude_instruction"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": ".claude/skills/bundle-analysis/SKILL.md"}, "region": {"startLine": 64}}}]}, {"ruleId": "scanner-09f04109a46fcbdc", "level": "none", "message": {"text": "Commented-code block (5 lines) in assets/bootstrap.js:5"}, "properties": {"repobilityId": "20fce9e8f18767fc", "scanner": "scanner-primary", "fingerprint": "09f04109a46fcbdc", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3ae32767a8307945", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Studio/StudioDetailPage.js:78"}, "properties": {"repobilityId": "3e335c9fe1edf660", "scanner": "scanner-primary", "fingerprint": "3ae32767a8307945", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-dffaff8064158b6a", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Studio/CreatePage.js:43"}, "properties": {"repobilityId": "bcce27239ccc9af8", "scanner": "scanner-primary", "fingerprint": "dffaff8064158b6a", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-79b3a5097b1921bd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/Project.js:167"}, "properties": {"repobilityId": "9987766189207985", "scanner": "scanner-primary", "fingerprint": "79b3a5097b1921bd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-381744a01eee2b80", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectComments.js:260"}, "properties": {"repobilityId": "9901daa159860559", "scanner": "scanner-primary", "fingerprint": "381744a01eee2b80", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-e5cb08735676996b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectEditorModel.js:115"}, "properties": {"repobilityId": "4e9b20ce47fcffea", "scanner": "scanner-primary", "fingerprint": "e5cb08735676996b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-573800320181d447", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Project/ProjectList.js:93"}, "properties": {"repobilityId": "dc469bc35f195e76", "scanner": "scanner-primary", "fingerprint": "573800320181d447", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2cb33c940bd44245", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Security/LogoutTokenHandler.js:15"}, "properties": {"repobilityId": "a2541eb9ad87c180", "scanner": "scanner-primary", "fingerprint": "2cb33c940bd44245", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-67abf83111bfb2cd", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Security/LoginTokenHandler.js:46"}, "properties": {"repobilityId": "21977a3cec7054cc", "scanner": "scanner-primary", "fingerprint": "67abf83111bfb2cd", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-88a2cfa4415ba4e9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/UserCommunication/BroadcastNotification.js:24"}, "properties": {"repobilityId": "c9a350fa2d541569", "scanner": "scanner-primary", "fingerprint": "88a2cfa4415ba4e9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c892a73859f73dc0", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/UserCommunication/SendMail.js:52"}, "properties": {"repobilityId": "012e92a6786f8931", "scanner": "scanner-primary", "fingerprint": "c892a73859f73dc0", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d35aad928b31b427", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Admin/SystemManagement/Logs.js:91"}, "properties": {"repobilityId": "a42e8ec9b754d7a2", "scanner": "scanner-primary", "fingerprint": "d35aad928b31b427", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-218a484156fa02e8", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/project/browse_controller.js:424"}, "properties": {"repobilityId": "a621ca546c8ea22b", "scanner": "scanner-primary", "fingerprint": "218a484156fa02e8", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-c8922dd2686cf107", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/studio/project-list_controller.js:325"}, "properties": {"repobilityId": "6257589998ac8acc", "scanner": "scanner-primary", "fingerprint": "c8922dd2686cf107", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-971cc96ad7309a51", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/controllers/studio/member-list_controller.js:194"}, "properties": {"repobilityId": "7cdbec9481aaa277", "scanner": "scanner-primary", "fingerprint": "971cc96ad7309a51", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-da2ccbd9cce0f3f5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/VerifyAccountHandler.js:11"}, "properties": {"repobilityId": "62095728dbc021c3", "scanner": "scanner-primary", "fingerprint": "da2ccbd9cce0f3f5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-268826f6b9ac3b99", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/MyProfilePage.js:80"}, "properties": {"repobilityId": "c4a800a6abf63c2e", "scanner": "scanner-primary", "fingerprint": "268826f6b9ac3b99", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d38e50f90f7ae8aa", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/ProfileStudios.js:303"}, "properties": {"repobilityId": "7eb94936bbe295ef", "scanner": "scanner-primary", "fingerprint": "d38e50f90f7ae8aa", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-2d285a53cd781905", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/FollowerOverview.js:137"}, "properties": {"repobilityId": "9a98c4edb7951f2a", "scanner": "scanner-primary", "fingerprint": "2d285a53cd781905", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-608e3539d49b2195", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/User/ProfilePage.js:32"}, "properties": {"repobilityId": "1d9bea459e830562", "scanner": "scanner-primary", "fingerprint": "608e3539d49b2195", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-97a727d11f0d6a96", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Search/SearchPage.js:84"}, "properties": {"repobilityId": "f82a4be4c4ce116d", "scanner": "scanner-primary", "fingerprint": "97a727d11f0d6a96", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-45313aa3db8d7294", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Moderation/ReportDialog.js:125"}, "properties": {"repobilityId": "a438c0a1879d4f5f", "scanner": "scanner-primary", "fingerprint": "45313aa3db8d7294", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-6b3dfd4cf6ef49b5", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Moderation/AppealDialog.js:45"}, "properties": {"repobilityId": "7e4247cbdfde2ec5", "scanner": "scanner-primary", "fingerprint": "6b3dfd4cf6ef49b5", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-287ca905fd93893d", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Index/FeaturedBanner.js:19"}, "properties": {"repobilityId": "bbae4c041da7a42b", "scanner": "scanner-primary", "fingerprint": "287ca905fd93893d", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-be9d18a79d2ef1c9", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Api/ApiHelper.js:25"}, "properties": {"repobilityId": "9a3dc96e93ed3ad1", "scanner": "scanner-primary", "fingerprint": "be9d18a79d2ef1c9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-5bb63d3dcb67d4a7", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/MediaLibrary/MediaLib.js:93"}, "properties": {"repobilityId": "86119f2892bf3834", "scanner": "scanner-primary", "fingerprint": "5bb63d3dcb67d4a7", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-4e720ce0b1927b5e", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/MediaLibrary/OverviewPage.js:74"}, "properties": {"repobilityId": "9109933ff06f98f0", "scanner": "scanner-primary", "fingerprint": "4e720ce0b1927b5e", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-aceaf133b14fe201", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 assets/Components/AjaxController.js:17"}, "properties": {"repobilityId": "3c452afc56e379db", "scanner": "scanner-primary", "fingerprint": "aceaf133b14fe201", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-11a1e86c50b2f49e", "level": "error", "message": {"text": "Flask mutation route `scan` without `@login_required` \u2014 docker/nsfw-scanner/app.py:16"}, "properties": {"repobilityId": "e487c983b7864e5d", "scanner": "scanner-primary", "fingerprint": "11a1e86c50b2f49e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "docker/nsfw-scanner/app.py"}, "region": {"startLine": 16}}}]}]}]}