{"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-07b60fa16f3edd94", "name": "Stray `console.log` in TS/JS \u2014 server/index.js:84", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/index.js:84"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-833ff67e8d7a57bb", "name": "Stray `console.log` in TS/JS \u2014 server/scripts/sticker-story-poc.js:84", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/scripts/sticker-story-poc.js:84"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c5b1710a198350f6", "name": "Stray `console.log` in TS/JS \u2014 server/services/worker.js:170", "shortDescription": {"text": "Stray `console.log` in TS/JS \u2014 server/services/worker.js:170"}, "fullDescription": {"text": "Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable.\n\nWhy: Hygiene \u2014 easy to leak debug output.\nRule id: fq.console-leak"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "low", "confidence": 1.0}}, {"id": "scanner-001585d35219fb89", "name": "Insecure pattern 'node_child_process' in server/scripts/sticker-story-poc.js:26", "shortDescription": {"text": "Insecure pattern 'node_child_process' in server/scripts/sticker-story-poc.js:26"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ae10dde135181fa0", "name": "Insecure pattern 'node_child_process' in server/services/mediaProcessor.js:15", "shortDescription": {"text": "Insecure pattern 'node_child_process' in server/services/mediaProcessor.js:15"}, "fullDescription": {"text": "Found a known-risky pattern (node_child_process). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-ea3b5e389d8c9c0f", "name": "Low test-to-source ratio", "shortDescription": {"text": "Low test-to-source ratio"}, "fullDescription": {"text": "8 tests / 42 src (ratio 0.19)."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 14 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 40 placeholder/mock markers across 9 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-ea8f3013f588db25", "name": "Shallow git history limits provenance confidence", "shortDescription": {"text": "Shallow git history limits provenance confidence"}, "fullDescription": {"text": "The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8424db9c75e04ba4", "name": "Very short observed git history", "shortDescription": {"text": "Very short observed git history"}, "fullDescription": {"text": "The repo has multiple source files but two or fewer visible commits. This is not a failure by itself, but it lowers confidence in evolution-based diagnosis."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-05b193afb452a442", "name": "Commented-code block (5 lines) in server/utils/storyLayout.js:1", "shortDescription": {"text": "Commented-code block (5 lines) in server/utils/storyLayout.js:1"}, "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-3e00180a2f650ebd", "name": "Commented-code block (6 lines) in server/routes/posts.js:107", "shortDescription": {"text": "Commented-code block (6 lines) in server/routes/posts.js:107"}, "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-e8e51bfb98f60fb5", "name": "Commented-code block (5 lines) in server/routes/clients.js:174", "shortDescription": {"text": "Commented-code block (5 lines) in server/routes/clients.js:174"}, "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-1fa93b54745a1ae3", "name": "Commented-code block (5 lines) in server/services/worker.js:132", "shortDescription": {"text": "Commented-code block (5 lines) in server/services/worker.js:132"}, "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-afdbd64c349b24eb", "name": "Commented-code block (7 lines) in server/services/storyRenderer.js:189", "shortDescription": {"text": "Commented-code block (7 lines) in server/services/storyRenderer.js:189"}, "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-5e4d9ed560419fcb", "name": "Commented-code block (8 lines) in server/services/mediaProcessor.js:3", "shortDescription": {"text": "Commented-code block (8 lines) in server/services/mediaProcessor.js:3"}, "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-e6234810da5a2530", "name": "Commented-code block (5 lines) in server/services/meta.js:12", "shortDescription": {"text": "Commented-code block (5 lines) in server/services/meta.js:12"}, "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-e3158a6f83eabaac", "name": "`fetch()` without try/.catch or AbortSignal \u2014 server/services/meta.js:458", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/services/meta.js:458"}, "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-d0b17c8c07a7421d", "name": "8 env vars used in code but missing from .env.example", "shortDescription": {"text": "8 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `IG_2FA`, `IG_PASSWORD`, `IG_PROXY`, `IG_USERNAME`, `POSTING_TIMEZONE`, `POSTING_WINDOW_END`, `POSTING_WINDOW_START`, `VITE_API_URL`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-50a1a9a3356dd046", "name": "Frontend route `/oauth-result` has no Link/navigate to it \u2014 client/src/App.jsx", "shortDescription": {"text": "Frontend route `/oauth-result` has no Link/navigate to it \u2014 client/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-563145c405f6e9bb", "name": "Frontend route `/clients/:id` has no Link/navigate to it \u2014 client/src/App.jsx", "shortDescription": {"text": "Frontend route `/clients/:id` has no Link/navigate to it \u2014 client/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-0f394948f67ff6c3", "name": "Frontend route `/campaigns/:id` has no Link/navigate to it \u2014 client/src/App.jsx", "shortDescription": {"text": "Frontend route `/campaigns/:id` has no Link/navigate to it \u2014 client/src/App.jsx"}, "fullDescription": {"text": "The route is registered but no `<Link to=\u2026>` or `navigate(\u2026)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-dfc2a70090a43731", "name": "Dangling fetch: GET https://graph.facebook.com/v22.0/oauth/access_token (server/routes/oauth.js:90)", "shortDescription": {"text": "Dangling fetch: GET https://graph.facebook.com/v22.0/oauth/access_token (server/routes/oauth.js:90)"}, "fullDescription": {"text": "`server/routes/oauth.js:90` calls `GET https://graph.facebook.com/v22.0/oauth/access_token` but no backend route matches that path. This is a runtime 404 waiting to happen.\n\nTool: axios\nNormalized path used for matching: `/https:/graph.facebook.com/v22.0/oauth/access_token`\nIf this points at an external API, prefix it with `https://` so the matcher skips it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0729b84d4e27d0b9", "name": "Unused endpoint: GET /clients", "shortDescription": {"text": "Unused endpoint: GET /clients"}, "fullDescription": {"text": "`client/src/components/Sidebar.jsx` declares `GET /clients` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a22e4396af9d5790", "name": "Unused endpoint: POST /clients", "shortDescription": {"text": "Unused endpoint: POST /clients"}, "fullDescription": {"text": "`client/src/components/NewClientModal.jsx` declares `POST /clients` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-533e9d1506ae4e91", "name": "Unused endpoint: GET /posts/places/search", "shortDescription": {"text": "Unused endpoint: GET /posts/places/search"}, "fullDescription": {"text": "`client/src/components/MediaSlot.jsx` declares `GET /posts/places/search` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-512ccb0fd0b230ba", "name": "Unused endpoint: GET /settings", "shortDescription": {"text": "Unused endpoint: GET /settings"}, "fullDescription": {"text": "`client/src/contexts/AuthContext.jsx` declares `GET /settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8fdbacfe9430a6ed", "name": "Unused endpoint: POST /auth/login", "shortDescription": {"text": "Unused endpoint: POST /auth/login"}, "fullDescription": {"text": "`client/src/contexts/AuthContext.jsx` declares `POST /auth/login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8292c0931391749a", "name": "Unused endpoint: POST /auth/register", "shortDescription": {"text": "Unused endpoint: POST /auth/register"}, "fullDescription": {"text": "`client/src/contexts/AuthContext.jsx` declares `POST /auth/register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-c059f57186114027", "name": "Unused endpoint: POST /auth/logout", "shortDescription": {"text": "Unused endpoint: POST /auth/logout"}, "fullDescription": {"text": "`client/src/contexts/AuthContext.jsx` declares `POST /auth/logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1cf2ed60cbbf2375", "name": "Unused endpoint: PUT /settings", "shortDescription": {"text": "Unused endpoint: PUT /settings"}, "fullDescription": {"text": "`client/src/pages/Settings.jsx` declares `PUT /settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ae553297c1f3f9eb", "name": "Unused endpoint: GET /posts?status=pending&limit=20", "shortDescription": {"text": "Unused endpoint: GET /posts?status=pending&limit=20"}, "fullDescription": {"text": "`client/src/pages/Dashboard.jsx` declares `GET /posts?status=pending&limit=20` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-61e237ff268aa39c", "name": "Unused endpoint: GET /posts?upcoming=true&limit=20", "shortDescription": {"text": "Unused endpoint: GET /posts?upcoming=true&limit=20"}, "fullDescription": {"text": "`client/src/pages/Dashboard.jsx` declares `GET /posts?upcoming=true&limit=20` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1bc898b3b7565990", "name": "Unused endpoint: USE /uploads", "shortDescription": {"text": "Unused endpoint: USE /uploads"}, "fullDescription": {"text": "`server/index.js` declares `USE /uploads` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6eb452fbfb454d20", "name": "Unused endpoint: USE /api/auth", "shortDescription": {"text": "Unused endpoint: USE /api/auth"}, "fullDescription": {"text": "`server/index.js` declares `USE /api/auth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8ca4664c9cda1cd6", "name": "Unused endpoint: USE /api/settings", "shortDescription": {"text": "Unused endpoint: USE /api/settings"}, "fullDescription": {"text": "`server/index.js` declares `USE /api/settings` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e7a7ad2bafa4fcc0", "name": "Unused endpoint: USE /api/clients", "shortDescription": {"text": "Unused endpoint: USE /api/clients"}, "fullDescription": {"text": "`server/index.js` declares `USE /api/clients` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-643a9b59ad3a82ac", "name": "Unused endpoint: USE /api/campaigns", "shortDescription": {"text": "Unused endpoint: USE /api/campaigns"}, "fullDescription": {"text": "`server/index.js` declares `USE /api/campaigns` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1be44d2cc9b65154", "name": "Unused endpoint: USE /api/posts", "shortDescription": {"text": "Unused endpoint: USE /api/posts"}, "fullDescription": {"text": "`server/index.js` declares `USE /api/posts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b93c1ed754cfdc30", "name": "Unused endpoint: USE /api/oauth", "shortDescription": {"text": "Unused endpoint: USE /api/oauth"}, "fullDescription": {"text": "`server/index.js` declares `USE /api/oauth` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b499aa0db7c751dd", "name": "Unused endpoint: GET /api/templates", "shortDescription": {"text": "Unused endpoint: GET /api/templates"}, "fullDescription": {"text": "`server/index.js` declares `GET /api/templates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4756b4c4da7d2088", "name": "Unused endpoint: GET /api/health", "shortDescription": {"text": "Unused endpoint: GET /api/health"}, "fullDescription": {"text": "`server/index.js` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5baa8971ebe192a1", "name": "Unused endpoint: GET /", "shortDescription": {"text": "Unused endpoint: GET /"}, "fullDescription": {"text": "`server/routes/settings.js` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-67d28fa8cd6bb12f", "name": "Unused endpoint: PUT /", "shortDescription": {"text": "Unused endpoint: PUT /"}, "fullDescription": {"text": "`server/routes/settings.js` declares `PUT /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d67f472b48e304d9", "name": "Unused endpoint: GET /places/search", "shortDescription": {"text": "Unused endpoint: GET /places/search"}, "fullDescription": {"text": "`server/routes/posts.js` declares `GET /places/search` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b8c2f4995a4b3f1e", "name": "Unused endpoint: GET /campaign/:campaignId", "shortDescription": {"text": "Unused endpoint: GET /campaign/:campaignId"}, "fullDescription": {"text": "`server/routes/posts.js` declares `GET /campaign/:campaignId` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4ca6baa77ebabb51", "name": "Unused endpoint: POST /:id/media", "shortDescription": {"text": "Unused endpoint: POST /:id/media"}, "fullDescription": {"text": "`server/routes/posts.js` declares `POST /:id/media` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-1336c47b845b64df", "name": "Unused endpoint: POST /:id/story-asset", "shortDescription": {"text": "Unused endpoint: POST /:id/story-asset"}, "fullDescription": {"text": "`server/routes/posts.js` declares `POST /:id/story-asset` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-8d5b2b188d08ca82", "name": "Unused endpoint: PUT /:id", "shortDescription": {"text": "Unused endpoint: PUT /:id"}, "fullDescription": {"text": "`server/routes/posts.js` declares `PUT /:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-dd333f27e450fb03", "name": "Unused endpoint: DELETE /:id/media", "shortDescription": {"text": "Unused endpoint: DELETE /:id/media"}, "fullDescription": {"text": "`server/routes/posts.js` declares `DELETE /:id/media` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f63861139d6513de", "name": "Unused endpoint: POST /:id/unpost", "shortDescription": {"text": "Unused endpoint: POST /:id/unpost"}, "fullDescription": {"text": "`server/routes/posts.js` declares `POST /:id/unpost` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-304b6f2b403d93f7", "name": "Unused endpoint: POST /register", "shortDescription": {"text": "Unused endpoint: POST /register"}, "fullDescription": {"text": "`server/routes/auth.js` declares `POST /register` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-618721b912bad1c2", "name": "Unused endpoint: POST /login", "shortDescription": {"text": "Unused endpoint: POST /login"}, "fullDescription": {"text": "`server/routes/auth.js` declares `POST /login` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-99fc36db98c134ce", "name": "Unused endpoint: POST /logout", "shortDescription": {"text": "Unused endpoint: POST /logout"}, "fullDescription": {"text": "`server/routes/auth.js` declares `POST /logout` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fd1dc91abf32142d", "name": "Unused endpoint: GET /me", "shortDescription": {"text": "Unused endpoint: GET /me"}, "fullDescription": {"text": "`server/routes/auth.js` declares `GET /me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a009b1a56794f45", "name": "Unused endpoint: POST /", "shortDescription": {"text": "Unused endpoint: POST /"}, "fullDescription": {"text": "`server/routes/clients.js` declares `POST /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-ca5756175765b49d", "name": "Unused endpoint: GET /:id", "shortDescription": {"text": "Unused endpoint: GET /:id"}, "fullDescription": {"text": "`server/routes/clients.js` declares `GET /:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7a61c112b611f4bb", "name": "Unused endpoint: DELETE /:id", "shortDescription": {"text": "Unused endpoint: DELETE /:id"}, "fullDescription": {"text": "`server/routes/clients.js` declares `DELETE /:id` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-44991054981d7fc0", "name": "Unused endpoint: POST /:id/storrito/sync", "shortDescription": {"text": "Unused endpoint: POST /:id/storrito/sync"}, "fullDescription": {"text": "`server/routes/clients.js` declares `POST /:id/storrito/sync` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-4ff2ed780bd347ad", "name": "Unused endpoint: DELETE /:id/storrito", "shortDescription": {"text": "Unused endpoint: DELETE /:id/storrito"}, "fullDescription": {"text": "`server/routes/clients.js` declares `DELETE /:id/storrito` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-28d8209c8813559f", "name": "Unused endpoint: POST /:id/campaigns", "shortDescription": {"text": "Unused endpoint: POST /:id/campaigns"}, "fullDescription": {"text": "`server/routes/clients.js` declares `POST /:id/campaigns` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-0f7d86c48d925250", "name": "Unused endpoint: GET /:id/campaigns", "shortDescription": {"text": "Unused endpoint: GET /:id/campaigns"}, "fullDescription": {"text": "`server/routes/clients.js` declares `GET /:id/campaigns` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-fd003a85b217fae2", "name": "Unused endpoint: GET /clients/:clientId/connect/:platform", "shortDescription": {"text": "Unused endpoint: GET /clients/:clientId/connect/:platform"}, "fullDescription": {"text": "`server/routes/oauth.js` declares `GET /clients/:clientId/connect/:platform` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-cdfb578618cf2542", "name": "Unused endpoint: GET /callback", "shortDescription": {"text": "Unused endpoint: GET /callback"}, "fullDescription": {"text": "`server/routes/oauth.js` declares `GET /callback` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-493ca5936708e539", "name": "Unused endpoint: DELETE /clients/:clientId/tokens/:platform", "shortDescription": {"text": "Unused endpoint: DELETE /clients/:clientId/tokens/:platform"}, "fullDescription": {"text": "`server/routes/oauth.js` declares `DELETE /clients/:clientId/tokens/:platform` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-017394171548a2b2", "name": "Unused endpoint: GET /templates", "shortDescription": {"text": "Unused endpoint: GET /templates"}, "fullDescription": {"text": "`server/routes/campaigns.js` declares `GET /templates` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3d9080588b5f6cc1", "name": "Unused endpoint: GET /:id/posts", "shortDescription": {"text": "Unused endpoint: GET /:id/posts"}, "fullDescription": {"text": "`server/routes/campaigns.js` declares `GET /:id/posts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code \u2014 consider removing or documenting who consumes it."}, "properties": {"scanner": "scanner-primary", "layer": "api", "severity": "low", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/22022"}, "properties": {"repository": "vafc21/Postify", "repoUrl": "https://github.com/vafc21/Postify", "branch": "main"}, "results": [{"ruleId": "scanner-07b60fa16f3edd94", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/index.js:84"}, "properties": {"repobilityId": "21e6b3de2b3dd856", "scanner": "scanner-primary", "fingerprint": "07b60fa16f3edd94", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-833ff67e8d7a57bb", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/scripts/sticker-story-poc.js:84"}, "properties": {"repobilityId": "e4f01be336afee4f", "scanner": "scanner-primary", "fingerprint": "833ff67e8d7a57bb", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-c5b1710a198350f6", "level": "note", "message": {"text": "Stray `console.log` in TS/JS \u2014 server/services/worker.js:170"}, "properties": {"repobilityId": "43880d04935845c9", "scanner": "scanner-primary", "fingerprint": "c5b1710a198350f6", "layer": "frontend", "severity": "low", "confidence": 1.0, "tags": ["frontend-quality", "fq.console-leak"]}}, {"ruleId": "scanner-001585d35219fb89", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in server/scripts/sticker-story-poc.js:26"}, "properties": {"repobilityId": "1a1e6bd29c6e86e6", "scanner": "scanner-primary", "fingerprint": "001585d35219fb89", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/scripts/sticker-story-poc.js"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-ae10dde135181fa0", "level": "warning", "message": {"text": "Insecure pattern 'node_child_process' in server/services/mediaProcessor.js:15"}, "properties": {"repobilityId": "156e2a6c017b8a01", "scanner": "scanner-primary", "fingerprint": "ae10dde135181fa0", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["owasp", "node_child_process"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "server/services/mediaProcessor.js"}, "region": {"startLine": 15}}}]}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-ea3b5e389d8c9c0f", "level": "note", "message": {"text": "Low test-to-source ratio"}, "properties": {"repobilityId": "ef7b2552cc00a375", "scanner": "scanner-primary", "fingerprint": "ea3b5e389d8c9c0f", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["tests"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "bc01e03793879868", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "f9900e6518da7d3b", "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": "a4a60d2d86f4a832", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-ea8f3013f588db25", "level": "note", "message": {"text": "Shallow git history limits provenance confidence"}, "properties": {"repobilityId": "48e767c2599a8999", "scanner": "scanner-primary", "fingerprint": "ea8f3013f588db25", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-8424db9c75e04ba4", "level": "none", "message": {"text": "Very short observed git history"}, "properties": {"repobilityId": "5e18d1c76235a5f3", "scanner": "scanner-primary", "fingerprint": "8424db9c75e04ba4", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["provenance", "git-history", "generated-repo-pattern"]}}, {"ruleId": "scanner-05b193afb452a442", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/utils/storyLayout.js:1"}, "properties": {"repobilityId": "85d50216e6717673", "scanner": "scanner-primary", "fingerprint": "05b193afb452a442", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-3e00180a2f650ebd", "level": "none", "message": {"text": "Commented-code block (6 lines) in server/routes/posts.js:107"}, "properties": {"repobilityId": "dacd1e1141dcfe76", "scanner": "scanner-primary", "fingerprint": "3e00180a2f650ebd", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e8e51bfb98f60fb5", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/routes/clients.js:174"}, "properties": {"repobilityId": "ab952e9ee26773f7", "scanner": "scanner-primary", "fingerprint": "e8e51bfb98f60fb5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-1fa93b54745a1ae3", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/services/worker.js:132"}, "properties": {"repobilityId": "27af0134bc8110ad", "scanner": "scanner-primary", "fingerprint": "1fa93b54745a1ae3", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-afdbd64c349b24eb", "level": "none", "message": {"text": "Commented-code block (7 lines) in server/services/storyRenderer.js:189"}, "properties": {"repobilityId": "bdde5ac4a9b3fa6a", "scanner": "scanner-primary", "fingerprint": "afdbd64c349b24eb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-5e4d9ed560419fcb", "level": "none", "message": {"text": "Commented-code block (8 lines) in server/services/mediaProcessor.js:3"}, "properties": {"repobilityId": "f2c63864062beb61", "scanner": "scanner-primary", "fingerprint": "5e4d9ed560419fcb", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6234810da5a2530", "level": "none", "message": {"text": "Commented-code block (5 lines) in server/services/meta.js:12"}, "properties": {"repobilityId": "0bc532298fafa0fd", "scanner": "scanner-primary", "fingerprint": "e6234810da5a2530", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e3158a6f83eabaac", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 server/services/meta.js:458"}, "properties": {"repobilityId": "17f30d4a488b0984", "scanner": "scanner-primary", "fingerprint": "e3158a6f83eabaac", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-d0b17c8c07a7421d", "level": "note", "message": {"text": "8 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "17fe720e8247f9df", "scanner": "scanner-primary", "fingerprint": "d0b17c8c07a7421d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-50a1a9a3356dd046", "level": "warning", "message": {"text": "Frontend route `/oauth-result` has no Link/navigate to it \u2014 client/src/App.jsx"}, "properties": {"repobilityId": "7014e05c99aa416f", "scanner": "scanner-primary", "fingerprint": "50a1a9a3356dd046", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-563145c405f6e9bb", "level": "warning", "message": {"text": "Frontend route `/clients/:id` has no Link/navigate to it \u2014 client/src/App.jsx"}, "properties": {"repobilityId": "4d5df82bd9d1fb4f", "scanner": "scanner-primary", "fingerprint": "563145c405f6e9bb", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-0f394948f67ff6c3", "level": "warning", "message": {"text": "Frontend route `/campaigns/:id` has no Link/navigate to it \u2014 client/src/App.jsx"}, "properties": {"repobilityId": "a053c8e146e6f9b0", "scanner": "scanner-primary", "fingerprint": "0f394948f67ff6c3", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "orphan-page", "wiring"]}}, {"ruleId": "scanner-dfc2a70090a43731", "level": "error", "message": {"text": "Dangling fetch: GET https://graph.facebook.com/v22.0/oauth/access_token (server/routes/oauth.js:90)"}, "properties": {"repobilityId": "b24699075b65f6d0", "scanner": "scanner-primary", "fingerprint": "dfc2a70090a43731", "layer": "api", "severity": "high", "confidence": 1.0, "tags": ["wiring", "dangling-fetch", "axios"]}}, {"ruleId": "scanner-0729b84d4e27d0b9", "level": "note", "message": {"text": "Unused endpoint: GET /clients"}, "properties": {"repobilityId": "21c0f2af459cc4ba", "scanner": "scanner-primary", "fingerprint": "0729b84d4e27d0b9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-a22e4396af9d5790", "level": "note", "message": {"text": "Unused endpoint: POST /clients"}, "properties": {"repobilityId": "4b92e1c4b22d0a5a", "scanner": "scanner-primary", "fingerprint": "a22e4396af9d5790", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-533e9d1506ae4e91", "level": "note", "message": {"text": "Unused endpoint: GET /posts/places/search"}, "properties": {"repobilityId": "13972eab956e4171", "scanner": "scanner-primary", "fingerprint": "533e9d1506ae4e91", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-512ccb0fd0b230ba", "level": "note", "message": {"text": "Unused endpoint: GET /settings"}, "properties": {"repobilityId": "6a0fb6df80c579e6", "scanner": "scanner-primary", "fingerprint": "512ccb0fd0b230ba", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8fdbacfe9430a6ed", "level": "note", "message": {"text": "Unused endpoint: POST /auth/login"}, "properties": {"repobilityId": "1d29e2ff614d5b10", "scanner": "scanner-primary", "fingerprint": "8fdbacfe9430a6ed", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8292c0931391749a", "level": "note", "message": {"text": "Unused endpoint: POST /auth/register"}, "properties": {"repobilityId": "4939874d95025cf6", "scanner": "scanner-primary", "fingerprint": "8292c0931391749a", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-c059f57186114027", "level": "note", "message": {"text": "Unused endpoint: POST /auth/logout"}, "properties": {"repobilityId": "a0c560d11fd3686f", "scanner": "scanner-primary", "fingerprint": "c059f57186114027", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1cf2ed60cbbf2375", "level": "note", "message": {"text": "Unused endpoint: PUT /settings"}, "properties": {"repobilityId": "25cf79de0950481b", "scanner": "scanner-primary", "fingerprint": "1cf2ed60cbbf2375", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ae553297c1f3f9eb", "level": "note", "message": {"text": "Unused endpoint: GET /posts?status=pending&limit=20"}, "properties": {"repobilityId": "8d85cce5258906f4", "scanner": "scanner-primary", "fingerprint": "ae553297c1f3f9eb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-61e237ff268aa39c", "level": "note", "message": {"text": "Unused endpoint: GET /posts?upcoming=true&limit=20"}, "properties": {"repobilityId": "4100c638f6c1fd33", "scanner": "scanner-primary", "fingerprint": "61e237ff268aa39c", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1bc898b3b7565990", "level": "note", "message": {"text": "Unused endpoint: USE /uploads"}, "properties": {"repobilityId": "cd93f5e718a74b3e", "scanner": "scanner-primary", "fingerprint": "1bc898b3b7565990", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-6eb452fbfb454d20", "level": "note", "message": {"text": "Unused endpoint: USE /api/auth"}, "properties": {"repobilityId": "998ca44ee62afef2", "scanner": "scanner-primary", "fingerprint": "6eb452fbfb454d20", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8ca4664c9cda1cd6", "level": "note", "message": {"text": "Unused endpoint: USE /api/settings"}, "properties": {"repobilityId": "de04cc0c686e6aae", "scanner": "scanner-primary", "fingerprint": "8ca4664c9cda1cd6", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-e7a7ad2bafa4fcc0", "level": "note", "message": {"text": "Unused endpoint: USE /api/clients"}, "properties": {"repobilityId": "f3bddd492e7c2e85", "scanner": "scanner-primary", "fingerprint": "e7a7ad2bafa4fcc0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-643a9b59ad3a82ac", "level": "note", "message": {"text": "Unused endpoint: USE /api/campaigns"}, "properties": {"repobilityId": "07c09c77070fa5c5", "scanner": "scanner-primary", "fingerprint": "643a9b59ad3a82ac", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1be44d2cc9b65154", "level": "note", "message": {"text": "Unused endpoint: USE /api/posts"}, "properties": {"repobilityId": "b2d1d58b1c0d7c28", "scanner": "scanner-primary", "fingerprint": "1be44d2cc9b65154", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b93c1ed754cfdc30", "level": "note", "message": {"text": "Unused endpoint: USE /api/oauth"}, "properties": {"repobilityId": "f988e399f25ac10f", "scanner": "scanner-primary", "fingerprint": "b93c1ed754cfdc30", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b499aa0db7c751dd", "level": "note", "message": {"text": "Unused endpoint: GET /api/templates"}, "properties": {"repobilityId": "34ac1f3ec5b551b0", "scanner": "scanner-primary", "fingerprint": "b499aa0db7c751dd", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4756b4c4da7d2088", "level": "note", "message": {"text": "Unused endpoint: GET /api/health"}, "properties": {"repobilityId": "0d2a6e55cb055de8", "scanner": "scanner-primary", "fingerprint": "4756b4c4da7d2088", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-5baa8971ebe192a1", "level": "note", "message": {"text": "Unused endpoint: GET /"}, "properties": {"repobilityId": "1de738f403b9d0fb", "scanner": "scanner-primary", "fingerprint": "5baa8971ebe192a1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-67d28fa8cd6bb12f", "level": "note", "message": {"text": "Unused endpoint: PUT /"}, "properties": {"repobilityId": "308d45285a205bd9", "scanner": "scanner-primary", "fingerprint": "67d28fa8cd6bb12f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-d67f472b48e304d9", "level": "note", "message": {"text": "Unused endpoint: GET /places/search"}, "properties": {"repobilityId": "697d97155a8bd0c1", "scanner": "scanner-primary", "fingerprint": "d67f472b48e304d9", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-b8c2f4995a4b3f1e", "level": "note", "message": {"text": "Unused endpoint: GET /campaign/:campaignId"}, "properties": {"repobilityId": "6efe8d32b886da88", "scanner": "scanner-primary", "fingerprint": "b8c2f4995a4b3f1e", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4ca6baa77ebabb51", "level": "note", "message": {"text": "Unused endpoint: POST /:id/media"}, "properties": {"repobilityId": "6635839a4fcb0a21", "scanner": "scanner-primary", "fingerprint": "4ca6baa77ebabb51", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-1336c47b845b64df", "level": "note", "message": {"text": "Unused endpoint: POST /:id/story-asset"}, "properties": {"repobilityId": "8eb9e52a77d35082", "scanner": "scanner-primary", "fingerprint": "1336c47b845b64df", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-8d5b2b188d08ca82", "level": "note", "message": {"text": "Unused endpoint: PUT /:id"}, "properties": {"repobilityId": "913b494ef5fa551f", "scanner": "scanner-primary", "fingerprint": "8d5b2b188d08ca82", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-dd333f27e450fb03", "level": "note", "message": {"text": "Unused endpoint: DELETE /:id/media"}, "properties": {"repobilityId": "4804ad93870f2d7e", "scanner": "scanner-primary", "fingerprint": "dd333f27e450fb03", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-f63861139d6513de", "level": "note", "message": {"text": "Unused endpoint: POST /:id/unpost"}, "properties": {"repobilityId": "e338ae0815ccac71", "scanner": "scanner-primary", "fingerprint": "f63861139d6513de", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-304b6f2b403d93f7", "level": "note", "message": {"text": "Unused endpoint: POST /register"}, "properties": {"repobilityId": "99d0a92f288848c3", "scanner": "scanner-primary", "fingerprint": "304b6f2b403d93f7", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-618721b912bad1c2", "level": "note", "message": {"text": "Unused endpoint: POST /login"}, "properties": {"repobilityId": "2689f0f5e061c9d0", "scanner": "scanner-primary", "fingerprint": "618721b912bad1c2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-99fc36db98c134ce", "level": "note", "message": {"text": "Unused endpoint: POST /logout"}, "properties": {"repobilityId": "146fdbc715b6210a", "scanner": "scanner-primary", "fingerprint": "99fc36db98c134ce", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd1dc91abf32142d", "level": "note", "message": {"text": "Unused endpoint: GET /me"}, "properties": {"repobilityId": "f2f4c5a268ac22c6", "scanner": "scanner-primary", "fingerprint": "fd1dc91abf32142d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a009b1a56794f45", "level": "note", "message": {"text": "Unused endpoint: POST /"}, "properties": {"repobilityId": "3bebf10022947148", "scanner": "scanner-primary", "fingerprint": "7a009b1a56794f45", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-ca5756175765b49d", "level": "note", "message": {"text": "Unused endpoint: GET /:id"}, "properties": {"repobilityId": "eee5541bda0c0008", "scanner": "scanner-primary", "fingerprint": "ca5756175765b49d", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-7a61c112b611f4bb", "level": "note", "message": {"text": "Unused endpoint: DELETE /:id"}, "properties": {"repobilityId": "346bf1997f6ffa85", "scanner": "scanner-primary", "fingerprint": "7a61c112b611f4bb", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-44991054981d7fc0", "level": "note", "message": {"text": "Unused endpoint: POST /:id/storrito/sync"}, "properties": {"repobilityId": "490b1fd759226737", "scanner": "scanner-primary", "fingerprint": "44991054981d7fc0", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-4ff2ed780bd347ad", "level": "note", "message": {"text": "Unused endpoint: DELETE /:id/storrito"}, "properties": {"repobilityId": "fa27576493730ee9", "scanner": "scanner-primary", "fingerprint": "4ff2ed780bd347ad", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-28d8209c8813559f", "level": "note", "message": {"text": "Unused endpoint: POST /:id/campaigns"}, "properties": {"repobilityId": "55032897f1a950aa", "scanner": "scanner-primary", "fingerprint": "28d8209c8813559f", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-0f7d86c48d925250", "level": "note", "message": {"text": "Unused endpoint: GET /:id/campaigns"}, "properties": {"repobilityId": "9409b513ff661c94", "scanner": "scanner-primary", "fingerprint": "0f7d86c48d925250", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-fd003a85b217fae2", "level": "note", "message": {"text": "Unused endpoint: GET /clients/:clientId/connect/:platform"}, "properties": {"repobilityId": "a5d8842cc9ee932f", "scanner": "scanner-primary", "fingerprint": "fd003a85b217fae2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-cdfb578618cf2542", "level": "note", "message": {"text": "Unused endpoint: GET /callback"}, "properties": {"repobilityId": "1b3b511688a04adf", "scanner": "scanner-primary", "fingerprint": "cdfb578618cf2542", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-493ca5936708e539", "level": "note", "message": {"text": "Unused endpoint: DELETE /clients/:clientId/tokens/:platform"}, "properties": {"repobilityId": "27ba3231417f86e3", "scanner": "scanner-primary", "fingerprint": "493ca5936708e539", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-017394171548a2b2", "level": "note", "message": {"text": "Unused endpoint: GET /templates"}, "properties": {"repobilityId": "9c31eb1da7223604", "scanner": "scanner-primary", "fingerprint": "017394171548a2b2", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}, {"ruleId": "scanner-3d9080588b5f6cc1", "level": "note", "message": {"text": "Unused endpoint: GET /:id/posts"}, "properties": {"repobilityId": "751ec812787b5b85", "scanner": "scanner-primary", "fingerprint": "3d9080588b5f6cc1", "layer": "api", "severity": "low", "confidence": 1.0, "tags": ["wiring", "unused-endpoint"]}}]}]}