Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

Automattic/jetpack

https://github.com/Automattic/jetpack · scanned 2026-06-17 01:23 UTC (1 month, 2 weeks ago)

730 raw signals (0 security + 730 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -27.0 (diff) · 635 actionable findings from 1 signal source. 95 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 49.7/100 with 100.0% coverage. It contains 25781 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 730 findings — concentrated in quality (403), frontend (154), security (117). Risk profile is high: 2 critical, 7 high, 256 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 415 of 635 actionable findings. 730 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in projects/plugins/jetpack/extensions/blocks/gif/constants.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
projects/plugins/jetpack/extensions/blocks/gif/constants.js:1
critical System graph security Secrets conf 1.00 Possible secret in tools/e2e-commons/utils/user.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
tools/e2e-commons/utils/user.ts:19
high System graph api Wiring conf 1.00 Dangling fetch: GET https://public-api.wordpress.com/rest/v1.1/sites/${ encodeURIComponent( debouncedDomain ) }?force=wpcom (projects/plugins/jetpack/extensions/blocks/blogroll/use-fetch.js:33)
`projects/plugins/jetpack/extensions/blocks/blogroll/use-fetch.js:33` calls `GET https://public-api.wordpress.com/rest/v1.1/sites/${ encodeURIComponent( debouncedDomain ) }?force=wpcom` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /wp-admin/admin-ajax.php (projects/packages/external-connections/src/settings.js:11)
`projects/packages/external-connections/src/settings.js:11` calls `POST /wp-admin/admin-ajax.php` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/wp-admin/admin-ajax.php` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://public-api.wordpress.com/rest/v1.1/js-error (projects/packages/explat/src/client/error.ts:30)
`projects/packages/explat/src/client/error.ts:30` calls `POST https://public-api.wordpress.com/rest/v1.1/js-error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/public-api.wordpress.com/rest/v1.1/js-error` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://public-api.wordpress.com/rest/v1.1/tracks/record?http_envelope=1 (tools/cli/helpers/analytics.js:77)
`tools/cli/helpers/analytics.js:77` calls `POST https://public-api.wordpress.com/rest/v1.1/tracks/record?http_envelope=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/public-api.wordpress.com/rest/v1.1/trac…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'eval_used' in projects/plugins/jetpack/modules/infinite-scroll/infinity.js:456
Found a known-risky pattern (eval_used). Review and replace if possible.
projects/plugins/jetpack/modules/infinite-scroll/infinity.js:456 Eval used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in projects/js-packages/webpack-config/src/webpack/terser.js:56
Found a known-risky pattern (new_function_used). Review and replace if possible.
projects/js-packages/webpack-config/src/webpack/terser.js:56 New function used
high System graph cicd CI/CD security conf 1.00 pull_request_target workflow appears to check out untrusted PR code
pull_request_target runs with base-repo privileges. Checking out PR head code in that context can expose repository tokens or secrets to attacker-controlled code.
.github/workflows/gardening.yml CI/CD securitySupply chainGithub actions
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/js-packages/shared-extension-utils/src/get-block-icon-from-metadata.js:36
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/forms/src/dashboard/components/feedback-comments/comment-item.tsx:68
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/carousel/edit.js:334
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/homepage-articles/edit.tsx:169
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/my-jetpack/_inc/components/product-detail-table/index.jsx:250
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/components/answers-panel.jsx:147
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/components/product-price.jsx:22
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/components/search-result-comments.jsx:16
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/components/search-result-expanded.jsx:117
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/components/search-result-minimal.jsx:90
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/components/search-result-product.jsx:105
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/components/search-results.jsx:146
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/instant-search/lib/markdown.js:4
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/packages/search/src/search-blocks/store/result-utils.js:263
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/plugins/boost/app/assets/src/js/features/boost-pricing-table/boost-pricing-table.tsx:48
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/plugins/jetpack/_inc/client/components/upgrade-notice-content/index.jsx:52
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/plugins/jetpack/extensions/shared/frontend-management.js:59
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — projects/plugins/jetpack/extensions/shared/i18n-to-php.js:16
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .pnpmfile.cjs:103
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/ai-client/src/api-fetch/index.ts:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/ai-client/src/hooks/use-image-generator/index.ts:177
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/ai-client/src/hooks/use-save-to-media-library.ts:47
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/ai-client/src/hooks/use-save-to-media-library/index.ts:39
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/ai-client/src/logo-generator/hooks/use-logo-generator.ts:130
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/api/index.jsx:591
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/connection/components/disconnect-dialog/index.jsx:152
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/critical-css-gen/src/browser-interface-iframe.ts:79
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/critical-css-gen/src/browser-interface.ts:47
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/critical-css-gen/src/errors.ts:67
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/image-guide/src/MeasurableImage.ts:109
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/js-packages/shared-extension-utils/src/store/wordpress-com/index.ts:76
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/assets/src/js/i18n-loader.js:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/classic-theme-helper/src/custom-post-types/js/many-items.js:64
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/external-connections/src/settings.js:11
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/forms/src/dashboard/hooks/use-create-form.ts:59
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/forms/src/dashboard/hooks/use-export-responses.ts:102
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/forms/src/modules/file-field/view.js:422
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/forms/src/modules/form/shared.ts:58
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/jetpack-mu-wpcom/src/features/ai-assistant-banner/js/ai-assistant-banner.js:24
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/jetpack-mu-wpcom/src/features/replace-site-visibility/site-preview-link/index.tsx:50
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/jetpack-mu-wpcom/src/features/verbum-comments/src/index.tsx:130
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/code/block-edit-function/worker-admin.ts:131
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/jetpack-mu-wpcom/src/features/wpcom-media/wpcom-media-url-upload-form/index.jsx:42
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/jitm/src/js/jetpack-jitm.js:214
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/newsletter/_inc/subscribers/components/subscribers-data-views.tsx:236
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/publicize/_inc/hooks/use-media-details/index.js:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/publicize/_inc/hooks/use-sync-post-data-to-store/test/index.test.js:88
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/search/src/instant-search/lib/api.js:479
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/search/src/search-blocks/blocks/search-input/suggestions.js:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/search/src/search-blocks/store/index.js:491
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/search/src/search-blocks/store/suggestions-api.js:155
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/videopress/src/client/lib/get-media-token/index.ts:101
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/packages/videopress/src/client/lib/video-tracks/index.ts:62
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/boost/app/assets/src/js/features/critical-css/lib/generate-critical-css.ts:168
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/boost/app/assets/src/js/lib/utils/make-admin-ajax-request.ts:31
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/boost/app/modules/image-guide/src/index.ts:49
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/debug-helper/modules/inc/js/cookie-state.js:49
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/debug-helper/modules/inc/js/mocker.js:70
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/inspect/packages/Async_Option/scripts/AsyncAPI.ts:20
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/jetpack/extensions/blocks/blogroll/use-fetch.js:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/jetpack/extensions/blocks/map/get-coordinates.js:6
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/jetpack/extensions/blocks/podcast-player/utils.js:35
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/utils/get-feature-data.ts:50
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — projects/plugins/jetpack/modules/custom-post-types/js/many-items.js:67
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/jetpack-live-branches/jetpack-live-branches.user.js:350
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/performance/scripts/run-performance-tests.js:250
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/jetpack-changelog.md
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.
.claude/commands/jetpack-changelog.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/rules/adding-changelog.mdc
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.
.cursor/rules/adding-changelog.mdc VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: AGENTS.md
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.
AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: projects/js-packages/charts/AGENTS.md
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.
projects/js-packages/charts/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: projects/packages/jetpack-mu-wpcom/src/features/help-center/AGENTS.md
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.
projects/packages/jetpack-mu-wpcom/src/features/help-center/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: projects/packages/my-jetpack/AGENTS.md
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.
projects/packages/my-jetpack/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: projects/packages/stats/AGENTS.md
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.
projects/packages/stats/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: projects/packages/sync/AGENTS.md
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.
projects/packages/sync/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: projects/plugins/social/AGENTS.md
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.
projects/plugins/social/AGENTS.md VerificationAgents md
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: AGENTS.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
AGENTS.md:30 Supply chainAgents md
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. 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.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
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.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: tools/docker/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph quality Integrity conf 1.00 6 occurrences Frontend route `/*` has no Link/navigate to it — projects/plugins/protect/src/js/index.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
6 occurrences
repo-level (6 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 11 occurrences Frontend route `/reconnect` has no Link/navigate to it — projects/plugins/jetpack/_inc/client/admin.js
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
11 occurrences
repo-level (11 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/video/:videoId/edit` has no Link/navigate to it — projects/packages/videopress/src/client/admin/index.js
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 39 occurrences Frontend route `site-type` has no Link/navigate to it — projects/plugins/jetpack/_inc/client/recommendations/index.jsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
39 occurrences
repo-level (39 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 5 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
5 files, 5 locations
.github/workflows/autotagger.yml
.github/workflows/build-docker-monorepo.yml
.github/workflows/build-docker.yml
.github/workflows/claude.yml
.github/workflows/stale.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in projects/js-packages/webpack-config/src/webpack/dev-server.js:26
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
projects/js-packages/webpack-config/src/webpack/dev-server.js:26 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/js-packages/shared-extension-utils/src/get-block-icon-from-metadata.js:36
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/js-packages/shared-extension-utils/src/get-block-icon-from-metadata.js:36 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/forms/src/dashboard/components/feedback-comments/comment-item.tsx:68
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/forms/src/dashboard/components/feedback-comments/comment-item.tsx:68 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/carousel/edit.js:334
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/carousel/edit.js:334 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/homepage-articles/edit.tsx:169
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/homepage-articles/edit.tsx:169 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/my-jetpack/_inc/components/product-detail-table/index.jsx:250
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/my-jetpack/_inc/components/product-detail-table/index.jsx:250 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/search/src/instant-search/components/answers-panel.jsx:147
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/search/src/instant-search/components/answers-panel.jsx:147 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/search/src/instant-search/components/product-price.jsx:22
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/search/src/instant-search/components/product-price.jsx:22 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/search/src/instant-search/components/search-result-comments.jsx:16
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/search/src/instant-search/components/search-result-comments.jsx:16 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/search/src/instant-search/components/search-result-expanded.jsx:117
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/search/src/instant-search/components/search-result-expanded.jsx:117 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/search/src/instant-search/components/search-result-minimal.jsx:90
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/search/src/instant-search/components/search-result-minimal.jsx:90 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/search/src/instant-search/components/search-result-product.jsx:105
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/search/src/instant-search/components/search-result-product.jsx:105 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/packages/search/src/instant-search/components/search-results.jsx:146
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/packages/search/src/instant-search/components/search-results.jsx:146 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/plugins/boost/app/assets/src/js/features/boost-pricing-table/boost-pricing-table.tsx:48
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/plugins/boost/app/assets/src/js/features/boost-pricing-table/boost-pricing-table.tsx:48 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/plugins/jetpack/_inc/client/components/upgrade-notice-content/index.jsx:52
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/plugins/jetpack/_inc/client/components/upgrade-notice-content/index.jsx:52 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in projects/plugins/jetpack/extensions/shared/frontend-management.js:59
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
projects/plugins/jetpack/extensions/shared/frontend-management.js:59 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/js-packages/ai-client/src/logo-generator/components/prompt.tsx:102
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/js-packages/ai-client/src/logo-generator/components/prompt.tsx:102 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/js-packages/components/components/boost-score-graph/annotations-plugin.ts:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/js-packages/components/components/boost-score-graph/annotations-plugin.ts:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/js-packages/shared-extension-utils/src/get-block-icon-from-metadata.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/js-packages/shared-extension-utils/src/get-block-icon-from-metadata.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/js-packages/social-previews/src/helpers.tsx:192
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/js-packages/social-previews/src/helpers.tsx:192 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/classic-theme-helper/src/custom-post-types/js/many-items.js:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/classic-theme-helper/src/custom-post-types/js/many-items.js:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/external-media/src/features/admin/external-media-import-button.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/external-media/src/features/admin/external-media-import-button.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/forms/src/blocks/contact-form/util/form-styles.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/forms/src/blocks/contact-form/util/form-styles.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/forms/src/contact-form/libs/date-picker/mode/base-mode.ts:146
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/forms/src/contact-form/libs/date-picker/mode/base-mode.ts:146 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/forms/src/modules/field-rating/view.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/forms/src/modules/field-rating/view.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/forms/src/modules/form/field-type-icons-view.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/forms/src/modules/form/field-type-icons-view.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/event-countdown/view.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/wpcom-blocks/event-countdown/view.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/jetpack-mu-wpcom/src/features/wpcom-media/wpcom-media-url-upload.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/wpcom-media/wpcom-media-url-upload.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/jetpack-mu-wpcom/src/features/wpcom-options-general/options-general.ts:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/wpcom-options-general/options-general.ts:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/jetpack-mu-wpcom/src/features/wpcom-profile-settings/profile-settings-link-to-wpcom.ts:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/wpcom-profile-settings/profile-settings-link-to-wpcom.ts:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/jetpack-mu-wpcom/src/features/write/view.js:296
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/write/view.js:296 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/jitm/src/js/jetpack-jitm.js:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/jitm/src/js/jetpack-jitm.js:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/paypal-payments/src/legacy/paypal-express-checkout.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/paypal-payments/src/legacy/paypal-express-checkout.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/podcast/src/admin-pages/create-ai-podcast/index.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/podcast/src/admin-pages/create-ai-podcast/index.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/packages/search/src/search-blocks/store/index.js:1697
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/packages/search/src/search-blocks/store/index.js:1697 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/beta/src/admin/admin.js:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/beta/src/admin/admin.js:104 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/debug-helper/modules/inc/js/cookie-state.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/debug-helper/modules/inc/js/cookie-state.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/debug-helper/modules/inc/js/loader.js:15
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/debug-helper/modules/inc/js/loader.js:15 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/debug-helper/modules/inc/js/mocker.js:30
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/debug-helper/modules/inc/js/mocker.js:30 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/_inc/deprecate.js:21
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/_inc/deprecate.js:21 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/ai-assistant/lib/utils/block-content.ts:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/ai-assistant/lib/utils/block-content.ts:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/ai-assistant/lib/utils/fix-incomplete-html.ts:3
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/ai-assistant/lib/utils/fix-incomplete-html.ts:3 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/donations/view.js:251
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/donations/view.js:251 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/google-docs-embed/view.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/google-docs-embed/view.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/image-compare/view.js:515
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/image-compare/view.js:515 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/map/mapbox-utils/index.js:30
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/map/mapbox-utils/index.js:30 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/map/view/mapbox.js:66
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/map/view/mapbox.js:66 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/map/view/mapkit.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/map/view/mapkit.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/podcast-player/view.js:75
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/podcast-player/view.js:75 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/recipe/view.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/recipe/view.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/slideshow/deprecated/v1/swiper-callbacks.js:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/slideshow/deprecated/v1/swiper-callbacks.js:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/slideshow/deprecated/v3/swiper-callbacks.js:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/slideshow/deprecated/v3/swiper-callbacks.js:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/slideshow/swiper-callbacks.js:111
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/slideshow/swiper-callbacks.js:111 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/videopress/utils.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/videopress/utils.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/blocks/videopress/video-chapters/utils/index.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/videopress/video-chapters/utils/index.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/utils/get-post-text.ts:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/extensions/plugins/ai-assistant-plugin/components/breve/utils/get-post-text.ts:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/carousel/jetpack-carousel.js:276
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/carousel/jetpack-carousel.js:276 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/custom-post-types/js/many-items.js:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/custom-post-types/js/many-items.js:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/infinite-scroll/infinity.js:330
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/infinite-scroll/infinity.js:330 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/likes/queuehandler.js:197
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/likes/queuehandler.js:197 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/related-posts/related-posts.js:153
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/related-posts/related-posts.js:153 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/scan/admin-bar-notice.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/scan/admin-bar-notice.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/shortcodes/js/quiz.js:70
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/shortcodes/js/quiz.js:70 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/shortcodes/js/slideshow-shortcode.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/simple-payments/paypal-express-checkout.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js:310
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/widget-visibility/widget-conditions/widget-conditions.js:310 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/wordads/js/adflow-loader.js:7
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/wordads/js/adflow-loader.js:7 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/wordads/js/cmp-loader.js:7
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/wordads/js/cmp-loader.js:7 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/jetpack/modules/wpgroho.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/wpgroho.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in projects/plugins/wpcomsh/frontend-notices/gifting-banner/js/gifting-banner.js:59
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
projects/plugins/wpcomsh/frontend-notices/gifting-banner/js/gifting-banner.js:59 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/jetpack-live-branches/jetpack-live-branches.user.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/jetpack-live-branches/jetpack-live-branches.user.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in projects/plugins/jetpack/modules/plugin-search/plugin-search.js:46
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/plugin-search/plugin-search.js:46 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in projects/plugins/jetpack/modules/related-posts/related-posts.js:347
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/related-posts/related-posts.js:347 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in projects/plugins/jetpack/modules/widgets/milestone/milestone.js:23
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/widgets/milestone/milestone.js:23 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in projects/plugins/jetpack/modules/wordads/js/wordads-ccpa.js:123
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
projects/plugins/jetpack/modules/wordads/js/wordads-ccpa.js:123 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/packages/forms/src/modules/form/view.js:253
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/packages/forms/src/modules/form/view.js:253 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/packages/jetpack-mu-wpcom/src/features/verbum-comments/src/index.tsx:145
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/verbum-comments/src/index.tsx:145 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/packages/jetpack-mu-wpcom/src/features/verbum-comments/src/utils.ts:154
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/verbum-comments/src/utils.ts:154 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/packages/publicize/_inc/hooks/use-link-preview-post-data/utils.ts:26
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/packages/publicize/_inc/hooks/use-link-preview-post-data/utils.ts:26 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/plugins/jetpack/_inc/client/components/upgrade-notice-content/index.jsx:37
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/plugins/jetpack/_inc/client/components/upgrade-notice-content/index.jsx:37 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/plugins/jetpack/_inc/client/lib/decode-entities/index.js:14
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/plugins/jetpack/_inc/client/lib/decode-entities/index.js:14 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/plugins/jetpack/extensions/blocks/ai-chat/components/copy-button/index.js:15
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/ai-chat/components/copy-button/index.js:15 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in projects/plugins/jetpack/extensions/plugins/ai-content-lens/extend/ai-post-excerpt/index.tsx:131
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
projects/plugins/jetpack/extensions/plugins/ai-content-lens/extend/ai-post-excerpt/index.tsx:131 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/homepage-articles/view.js:89
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/newspack-blocks/synced-newspack-blocks/blocks/homepage-articles/view.js:89 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in projects/packages/jetpack-mu-wpcom/src/features/wpcom-imports/wpcom-importer-entry.js:43
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/wpcom-imports/wpcom-importer-entry.js:43 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in projects/packages/jetpack-mu-wpcom/src/features/wpcom-plugins/js/banner.js:14
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/wpcom-plugins/js/banner.js:14 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in projects/packages/jetpack-mu-wpcom/src/features/wpcom-themes/js/banner.js:14
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
projects/packages/jetpack-mu-wpcom/src/features/wpcom-themes/js/banner.js:14 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in projects/packages/search/src/inline-search/js/corrected-query.js:16
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
projects/packages/search/src/inline-search/js/corrected-query.js:16 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in projects/plugins/jetpack/extensions/blocks/subscriptions/view.js:56
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
projects/plugins/jetpack/extensions/blocks/subscriptions/view.js:56 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in projects/plugins/jetpack/extensions/shared/memberships.js:88
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
projects/plugins/jetpack/extensions/shared/memberships.js:88 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in projects/plugins/jetpack/extensions/shared/memberships.js:150
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
projects/plugins/jetpack/extensions/shared/memberships.js:150 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in projects/js-packages/eslint-changed/src/cli.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
projects/js-packages/eslint-changed/src/cli.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in projects/js-packages/social-logos/tools/svg-to-font.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
projects/js-packages/social-logos/tools/svg-to-font.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in projects/packages/forms/tools/watch-icons.mjs:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
projects/packages/forms/tools/watch-icons.mjs:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/changelog.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/changelog.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/clean.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/clean.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/dependencies.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/dependencies.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/docker.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/docker.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/docs.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/docs.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/draft.js:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/draft.js:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/generate.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/generate.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/playground.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/playground.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/release.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/release.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/commands/watch.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/commands/watch.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/helpers/checkEnvironment.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/helpers/checkEnvironment.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/cli/helpers/runCommand.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/cli/helpers/runCommand.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/e2e-commons/utils/cli.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/e2e-commons/utils/cli.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/js-tools/check-excludelist-diff.js:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/js-tools/check-excludelist-diff.js:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/js-tools/git-hooks/pre-commit-hook.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/js-tools/git-hooks/pre-commit-hook.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/js-tools/git-hooks/pre-push-hook.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/js-tools/git-hooks/pre-push-hook.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in projects/js-packages/i18n-loader-webpack-plugin/README.md:77
Found a known-risky pattern (weak_hash). Review and replace if possible.
projects/js-packages/i18n-loader-webpack-plugin/README.md:77 Weak hash
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 1463 placeholder/mock markers across 587 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 21 in use
Port 21 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
tools/partner-provision.sh Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Maintenance conf 1.00 232 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 386 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:24.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
tools/docker/Dockerfile:1 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 39 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 37 locations
.github/workflows/build.yml:97, 178, 240, 365, 374, 385, 393, 405, +2 more (10 hits)
.github/workflows/e2e-tests.yml:87, 140, 168, 195, 202, 288, 332, 373 (8 hits)
.github/workflows/post-build.yml:285, 353, 442 (3 hits)
.github/workflows/update-jetpack-staging-sites.yml:17, 38, 64 (3 hits)
.github/workflows/build-docker-monorepo.yml:146, 164 (2 hits)
.github/workflows/build-docker.yml:147, 165 (2 hits)
.github/workflows/gardening.yml:42, 58 (2 hits)
.github/workflows/tests.yml:315, 343 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
951 tests / 4972 src (ratio 0.19).
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: .github/files/coverage-munger/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
.github/files/coverage-munger/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/github-actions/repo-gardening/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/github-actions/repo-gardening/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/github-actions/required-review/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/github-actions/required-review/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/ai-client/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/ai-client/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/analytics/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/analytics/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/api/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/api/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/babel-plugin-replace-textdomain/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/babel-plugin-replace-textdomain/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/base-styles/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/base-styles/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/boost-score-api/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/boost-score-api/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/charts/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/charts/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/components/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/components/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/config/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/config/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/connection/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/connection/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/critical-css-gen/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/critical-css-gen/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/eslint-changed/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/eslint-changed/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/eslint-config-target-es/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/eslint-config-target-es/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/i18n-check-webpack-plugin/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/i18n-check-webpack-plugin/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/i18n-loader-webpack-plugin/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/i18n-loader-webpack-plugin/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/idc/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/idc/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/image-guide/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/image-guide/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/jetpack-cli/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/jetpack-cli/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/licensing/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/licensing/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/number-formatters/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/number-formatters/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/partner-coupon/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/partner-coupon/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/react-data-sync-client/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/react-data-sync-client/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/remove-asset-webpack-plugin/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/remove-asset-webpack-plugin/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/scan/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/scan/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/script-data/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/script-data/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/shared-extension-utils/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/shared-extension-utils/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/social-logos/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/social-logos/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/social-previews/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/social-previews/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/storybook/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/storybook/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/videopress-core/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/videopress-core/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/js-packages/webpack-config/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/js-packages/webpack-config/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/activity-log/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/activity-log/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/admin-ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/admin-ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/agents-manager/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/agents-manager/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/assets/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/assets/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/backup/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/backup/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/backup/routes/dashboard/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/backup/routes/dashboard/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/backup/routes/download/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/backup/routes/download/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/backup/routes/restore/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/backup/routes/restore/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/blaze/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/blaze/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/classic-theme-helper/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/classic-theme-helper/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/connection/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/connection/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/cookie-consent/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/cookie-consent/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/explat/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/explat/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/external-connections/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/external-connections/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/external-media/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/external-media/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/forms/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/forms/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/forms/routes/forms/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/forms/routes/forms/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/forms/routes/responses/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/forms/routes/responses/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/jetpack-mu-wpcom/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/jetpack-mu-wpcom/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/jitm/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/jitm/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/masterbar/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/masterbar/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/my-jetpack/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/my-jetpack/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/newsletter/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/newsletter/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/newsletter/routes/dashboard/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/newsletter/routes/dashboard/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/paypal-payments/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/paypal-payments/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/plugin-deactivation/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/plugin-deactivation/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/podcast/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/podcast/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/podcast/routes/dashboard/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/podcast/routes/dashboard/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/post-list/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/post-list/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/datetime/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/datetime/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/fields/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/fields/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/formatters/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/formatters/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/icons/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/icons/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/init/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/init/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/routing/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/routing/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/packages/widgets-toolkit/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/packages/widgets-toolkit/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/premium-analytics/routes/dashboard/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/premium-analytics/routes/dashboard/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/publicize/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/publicize/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/publicize/routes/dashboard/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/publicize/routes/dashboard/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/rtc/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/rtc/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/scan/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/scan/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/scan/routes/index/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/scan/routes/index/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/search/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/search/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/seo/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/seo/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/seo/routes/index/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/seo/routes/index/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/videopress/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/videopress/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/videopress/routes/library/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/videopress/routes/library/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/videopress/routes/overview/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/videopress/routes/overview/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/videopress/routes/settings/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/videopress/routes/settings/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/videopress/routes/video/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/videopress/routes/video/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: projects/packages/wp-build-polyfills/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
projects/packages/wp-build-polyfills/package.json LockfileReproducibilityGenerated repo pattern

Showing first 300 of 415. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/29954aa8-0f24-40a0-9ad1-9fd42dd4b303/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/29954aa8-0f24-40a0-9ad1-9fd42dd4b303/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.