← back to Tk11438 Postgres Migration
Stage PostgreSQL socket migration evidence and first batch approval
8effefa9488f052809f3ae43e2525cd7bf73354c · 2026-09-11 08:17:32 -0700 · Steve Abrams
Files touched
A .gitignoreA APPROVAL.mdA DTD.mdA README.mdA inventory.pyA proposed-changes.jsonA runtime.cjsA socket-proof.cjsA verification/current-candidate-paths.txtA verification/e2e-proof.jsonA verification/inventory.jsonA verification/original-218-paths.txtA verification/postgres-baseline.jsonA verification/runtime.jsonA verification/socket-proof.json
Diff
commit 8effefa9488f052809f3ae43e2525cd7bf73354c
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Sep 11 08:17:32 2026 -0700
Stage PostgreSQL socket migration evidence and first batch approval
---
.gitignore | 9 +
APPROVAL.md | 69 +
DTD.md | 19 +
README.md | 13 +
inventory.py | 55 +
proposed-changes.json | 16 +
runtime.cjs | 30 +
socket-proof.cjs | 29 +
verification/current-candidate-paths.txt | 841 ++
verification/e2e-proof.json | 56 +
verification/inventory.json | 13982 +++++++++++++++++++++++++++++
verification/original-218-paths.txt | 218 +
verification/postgres-baseline.json | 2 +
verification/runtime.json | 1531 ++++
verification/socket-proof.json | 59 +
15 files changed, 16929 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..87910ab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+node_modules/
+.env*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
+__pycache__/
diff --git a/APPROVAL.md b/APPROVAL.md
new file mode 100644
index 0000000..554b6a0
--- /dev/null
+++ b/APPROVAL.md
@@ -0,0 +1,69 @@
+# TK-11438 — first socket migration batch needs production approval
+
+Status: BLOCKED; migration is not complete. Owner: codex-run-11438.
+
+Approve the following first batch only: update the local connection defaults and
+effective service environment for interiordesignershowroom and patterndesignlab,
+then restart and verify those two PM2 services individually. Keep PostgreSQL TCP
+enabled. No catalog/Shopify writes, remote deployment, or bulk fleet restart.
+
+## Exact proposed changes
+
+The two hashed, single-occurrence source replacements are in
+`proposed-changes.json`. They have NOT been applied.
+
+| Service | Source default | Effective configuration required |
+|---|---|---|
+| interiordesignershowroom | `lib/db.js`: fallback URL becomes `postgresql:///idshowroom?host=/tmp` | PM2 currently injects `DATABASE_URL` pointing to localhost:5432/idshowroom. Set its socket host to `/tmp`, preserve database/user/other options, and update its durable configuration source. A source-only edit is insufficient. |
+| patterndesignlab | `server.js`: `process.env.PGHOST` fallback becomes `/tmp` | Inspect `.env` and durable service configuration, preserve existing user/database/port, and remove any effective loopback override for this local database. |
+
+Before applying, check file hashes and effective env again, coordinate ownership,
+snapshot existing dirty trees without capturing secrets, and privately capture the
+two services' exact prior configuration. Do not overwrite changed files. Identify
+the durable launcher configuration before changing transient PM2 environment.
+
+## Evidence already obtained
+
+- Original `/tmp/tcp-all.txt` has 218 entries: **217 files and one `./` directory**.
+- Broader current grep found 841 candidate files; union with the original list is
+ 851 entries. These include unrelated host configurations, docs, and archives.
+ Of the union, 634 files contain an explicit local PostgreSQL URL. None of these
+ counts establishes the number of deployed consumers.
+- PostgreSQL 14.23 advertises socket directory `/tmp`, TCP `localhost`, port 5432.
+- Installed pg drivers for showroom, patterndesignlab, and Norma-platform passed
+ six checks: socket SELECT with read-only enforced, plus missing socket ENOENT
+ with no TCP fallback, for each driver. All test connections closed.
+- Existing PM2 daemon returned 147 service records. Showroom has an effective
+ localhost DATABASE_URL. Other potential TCP env consumers include
+ gracie-internal (`PG`) and ken (`KEN_DATABASE_URL`, `DATABASE_URL`).
+- hos-web and hos-admin have localhost in their URL but already specify
+ `host=/tmp`; do not classify these as TCP solely from URL authority.
+- Running norma-email uses `~/Projects/Norma`, not `Norma-platform`.
+ The Norma-platform driver proof does not verify the running Norma application.
+
+## Verification and rollback required after approval
+
+Capture baseline authenticated DB-backed journeys for each service, then migrate
+one at a time. Showroom's `/healthz` only says `ok`; it is insufficient. Exercise
+an authorized catalog/brand read and correlate its connection with socket
+metadata. Exercise patterndesignlab's DB-backed read/health flow, retain its auth
+boundary, and verify missing-socket failure without fallback. Confirm database,
+role and expected read result remain unchanged. Monitor errors after each restart.
+If a step fails, restore only that batch's captured source and effective/durable
+env, restart only that service, and repeat its baseline journey. Do not use a
+whole-repo reset or restore the fleet's entire PM2 dump over concurrent changes.
+
+## Remaining before the ticket can be done
+
+Classify all original 217 files and expanded candidates by actual runtime,
+database, driver, target machine and disposition. Inventory launchd/cron, shell
+`psql -h`, inherited/default hosts, compiled artifacts, Docker/SSH-forwarded
+connections, secrets-manager routing and dynamic config. Migrate remaining real
+local consumers in reviewed batches; explicitly document exclusions. A quiet
+pg_stat_activity snapshot does not prove scheduled consumers are safe. Observe
+representative scheduled cycles and independently verify the complete operational
+journeys. Only then seek a separate approval to disable TCP. No `tk done` yet.
+
+Gate source: Steve's explicit ticket instruction requires a draft and STOP for
+customer-facing or production changes. This memo requests that specific first
+batch; routine shell/read-only approvals do not authorize the rollout.
diff --git a/DTD.md b/DTD.md
new file mode 100644
index 0000000..3abb7e4
--- /dev/null
+++ b/DTD.md
@@ -0,0 +1,19 @@
+# DTD Verdict — migration preparation
+
+Decision A: build a redacted inventory and read-only socket proofs, then stage
+service-specific changes and rollback before approval. Confidence: reduced.
+Vote: 2/2 valid voters; panel availability: 2/6.
+
+| Reference | Runtime/model | Vote | Reason |
+|---|---|---|---|
+| Claude | Anthropic/sonnet | abstain | Disabled by no-paid-API mode |
+| Codex | OpenAI CLI/configured model | A | Classify candidates and stage service-specific changes |
+| Qwen | Ollama/qwen3:14b | A | Inventory and rollback make scope auditable |
+| Grok | xAI/grok-4.5 | abstain | Unavailable |
+| Kimi | Moonshot/kimi-k2.5 | abstain | Unavailable |
+| Muse | Ollama/muse-glimmer:30b-mlx | abstain | Unavailable |
+
+Dissent: none among valid voters. Mandatory separate Codex adversarial review ran
+but returned `[codex debate unavailable]`; post-verdict phase is inconclusive.
+The CLI's actual Codex model was not recorded, so no API-model identity is claimed.
+Raw run: `/tmp/dtd-tk11438-staging`. No production action was authorized by this panel.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..782b20f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# TK-11438 preparation evidence
+
+Start with APPROVAL.md. Live migration has not been applied.
+
+`proposed-changes.json` contains two exact, hashed source replacements for review.
+`verification/e2e-proof.json` records PASS/SKIP boundaries and overall BLOCKED status.
+`runtime.cjs` reads only the existing PM2 daemon with `connect(true)`.
+`socket-proof.cjs` loads pg drivers directly and makes read-only SELECT connections;
+it never starts the service applications. `inventory.py` reconciles saved candidate
+paths and outputs line numbers/hashes, never source lines or credentials. Its input
+lists were captured by a broad rg scan and are not a complete fleet census.
+
+No remotes, source deployments, database writes or service restarts were performed.
diff --git a/inventory.py b/inventory.py
new file mode 100644
index 0000000..669fd6c
--- /dev/null
+++ b/inventory.py
@@ -0,0 +1,55 @@
+"""Read-only candidate reconciliation. Outputs metadata, never source/credentials.
+
+Regex findings are candidates, not proof of a PostgreSQL connection. Default
+hosts, remote deployment targets, shell -h flags, inherited env, dynamic config,
+ignored files, and other machines require separate operational review.
+"""
+import collections
+import datetime
+import hashlib
+import json
+from pathlib import Path
+import re
+
+ROOT = Path('/Users/macstudio3/Projects')
+OUT = Path(__file__).parent / 'verification'
+URL = re.compile(r'postgres(?:ql)?://(?:[^/\s\"\x27]+@)?(?:localhost|127\.0\.0\.1|\[::1\])(?::\d+)?(?:/[^\s\"\x27`]+)?')
+HOST = re.compile(r'''(?:["']?(?:host|PGHOST|DB_HOST)["']?\s*[:=]\s*(?:(?:process\.env\.[A-Z_]+\s*\|\|)\s*)?["']?(?:localhost|127\.0\.0\.1|::1)(?=["'\s,;}\n]|$))''')
+SUFFIXES = {'.js', '.mjs', '.cjs', '.ts', '.tsx', '.py', '.sh', '.zsh', '.sql', '.json', '.yaml', '.yml', '.toml', '.plist'}
+
+def category(p):
+ parts = [x.lower() for x in p.parts]
+ if any(x in {'archive', 'archives', '_archive', '_archived', 'backup', 'backups', '.next', 'dist', 'build', '.claude', 'verification', 'reports'} for x in parts) or '.bak' in p.name:
+ return 'archive/generated/evidence-review'
+ if p.suffix in {'.md', '.txt', '.html', '.csv'}:
+ return 'documentation/data-review'
+ if p.name.startswith('.env'):
+ return 'environment-review'
+ if p.suffix in SUFFIXES or p.name in {'tk', 'Dockerfile'}:
+ return 'source/config-review'
+ return 'other-review'
+
+def main():
+ original = {(ROOT / x.removeprefix('./')).absolute() for x in Path('/tmp/tcp-all.txt').read_text().splitlines() if x}
+ current = {Path(x) for x in Path('/tmp/tk11438-candidates.txt').read_text().splitlines() if x}
+ rows = []
+ for p in sorted(original | current):
+ row = {'path': str(p), 'project': p.relative_to(ROOT).parts[0] if p != ROOT else '(invalid-directory-entry)', 'original_218': p in original, 'current_scan': p in current, 'category': category(p)}
+ try:
+ raw = p.read_bytes()
+ content = raw.decode('utf-8', errors='replace')
+ row.update(sha256=hashlib.sha256(raw).hexdigest(), findings=[])
+ for n, line in enumerate(content.splitlines(), 1):
+ kinds = []
+ if URL.search(line): kinds.append('local-postgres-url')
+ if HOST.search(line): kinds.append('loopback-host-review-not-necessarily-postgres')
+ if kinds: row['findings'].append({'line': n, 'kinds': kinds})
+ except OSError as e:
+ row['error'] = type(e).__name__
+ rows.append(row)
+ summary = {'timestamp': datetime.datetime.now(datetime.timezone.utc).isoformat(), 'original': len(original), 'current_candidates': len(current), 'union': len(rows), 'original_not_in_current_scan': len(original-current), 'by_category': dict(collections.Counter(r['category'] for r in rows)), 'original_by_project': dict(collections.Counter(r['project'] for r in rows if r['original_218'])), 'limitations': __doc__}
+ OUT.mkdir(exist_ok=True)
+ (OUT/'inventory.json').write_text(json.dumps({'summary': summary, 'files': rows}, indent=2)+'\n')
+ print(json.dumps(summary, indent=2))
+
+if __name__ == '__main__': main()
diff --git a/proposed-changes.json b/proposed-changes.json
new file mode 100644
index 0000000..9c00df9
--- /dev/null
+++ b/proposed-changes.json
@@ -0,0 +1,16 @@
+[
+ {
+ "path": "/Users/macstudio3/Projects/interiordesignershowroom/lib/db.js",
+ "sha256_before": "bba89a2db123a31fe2dac1761dda27589ba72f5999e8b946a55ec43564a50129",
+ "old": "process.env.DATABASE_URL || 'postgresql://localhost:5432/idshowroom'",
+ "new": "process.env.DATABASE_URL || 'postgresql:///idshowroom?host=/tmp'",
+ "status": "PROPOSED_NOT_APPLIED"
+ },
+ {
+ "path": "/Users/macstudio3/Projects/patterndesignlab/server.js",
+ "sha256_before": "64be2d499040d60a6b13009c0fe0eb10841c08db6ca83fe45de20e7efc9d2f86",
+ "old": "process.env.PGHOST || '127.0.0.1'",
+ "new": "process.env.PGHOST || '/tmp'",
+ "status": "PROPOSED_NOT_APPLIED"
+ }
+]
diff --git a/runtime.cjs b/runtime.cjs
new file mode 100644
index 0000000..62ffb5a
--- /dev/null
+++ b/runtime.cjs
@@ -0,0 +1,30 @@
+// Read-only metadata from the existing PM2 daemon. Never auto-start a daemon.
+const fs = require('node:fs');
+const path = require('node:path');
+const pm2 = require('/Users/macstudio3/.npm-global/lib/node_modules/pm2');
+const out = path.join(__dirname, 'verification/runtime.json');
+if (!fs.existsSync('/Users/macstudio3/.pm2/rpc.sock')) throw Error('Existing PM2 socket required');
+const timeout = setTimeout(() => { pm2.disconnect(); process.exit(2); }, 15000);
+pm2.connect(true, (err) => {
+ if (err) throw err;
+ pm2.list((err, list) => {
+ pm2.disconnect(); clearTimeout(timeout);
+ if (err) throw err;
+ const rows = list.map(p => {
+ const e = p.pm2_env || {};
+ const targets = [];
+ for (const [key, value] of Object.entries(e)) {
+ if (typeof value !== 'string') continue;
+ if (/postgres(?:ql)?:\/\//.test(value)) {
+ try {
+ const u = new URL(value);
+ targets.push({key, host:u.hostname, port:u.port || '5432', database:u.pathname.slice(1), socketHost:u.searchParams.get('host')});
+ } catch { targets.push({key, parse:'unresolved'}); }
+ } else if (['PGHOST','DB_HOST','PGPORT','PGDATABASE','PORT'].includes(key)) targets.push({key, value});
+ }
+ return {name:p.name, pid:p.pid, status:e.status, cwd:e.pm_cwd, script:e.pm_exec_path, targets};
+ });
+ fs.writeFileSync(out, JSON.stringify({timestamp:new Date().toISOString(), services:rows}, null, 2)+'\n');
+ console.log(JSON.stringify({services:rows.length, relevant:rows.filter(r=>/interiordesignershowroom|patterndesign|norma/i.test(r.name+' '+r.cwd)), evidence:out},null,2));
+ });
+});
diff --git a/socket-proof.cjs b/socket-proof.cjs
new file mode 100644
index 0000000..24f2c8c
--- /dev/null
+++ b/socket-proof.cjs
@@ -0,0 +1,29 @@
+// Load only each service's installed pg driver, never its application entrypoint.
+const fs = require('node:fs');
+const path = require('node:path');
+const assert = require('node:assert/strict');
+const roots = '/Users/macstudio3/Projects';
+const checks = [];
+async function probe(project, database, connectionString) {
+ const {Client} = require(path.join(roots,project,'node_modules/pg'));
+ const c = new Client({...(connectionString ? {connectionString} : {host:'/tmp',database}), application_name:'TK-11438-readonly-proof', connectionTimeoutMillis:3000, options:'-c default_transaction_read_only=on -c statement_timeout=3000'});
+ try {
+ await c.connect();
+ const {rows:[r]} = await c.query("SELECT current_database() AS database, current_user AS username, inet_client_addr() IS NULL AS socket, current_setting('transaction_read_only') AS read_only");
+ assert.equal(r.database,database); assert.equal(r.socket,true); assert.equal(r.read_only,'on');
+ checks.push({project,database,test:connectionString?'socket-url':'socket-object',verdict:'PASS',result:r});
+ } catch(e) {checks.push({project,database,verdict:'FAIL',code:e.code||e.name});}
+ finally {await c.end().catch(()=>{});}
+ const bad = new Client({host:'/tmp/TK-11438-nonexistent-socket',database,connectionTimeoutMillis:1000});
+ try {await bad.connect(); checks.push({project,test:'no-TCP-fallback',verdict:'FAIL'});}
+ catch(e) {checks.push({project,test:'no-TCP-fallback',verdict:e.code==='ENOENT'?'PASS':'FAIL',code:e.code});}
+ finally {await bad.end().catch(()=>{});}
+}
+(async()=>{
+ await probe('interiordesignershowroom','idshowroom','postgresql:///idshowroom?host=/tmp');
+ await probe('patterndesignlab','patterndesignlab');
+ await probe('Norma-platform','sdcc');
+ fs.writeFileSync(path.join(__dirname,'verification/socket-proof.json'),JSON.stringify({timestamp:new Date().toISOString(),checks},null,2)+'\n');
+ console.log(JSON.stringify(checks,null,2));
+ if(checks.some(c=>c.verdict!=='PASS'))process.exitCode=1;
+})();
diff --git a/verification/current-candidate-paths.txt b/verification/current-candidate-paths.txt
new file mode 100644
index 0000000..6f164e4
--- /dev/null
+++ b/verification/current-candidate-paths.txt
@@ -0,0 +1,841 @@
+/Users/macstudio3/Projects/tk-11331-exec/d3c_enrich_scoped.mjs
+/Users/macstudio3/Projects/astek-landing/lib/vendor-requests.js
+/Users/macstudio3/Projects/astek-landing/scripts/build-products-json.js
+/Users/macstudio3/Projects/astek-landing/scripts/scrape-astek.js
+/Users/macstudio3/Projects/Bertha/src/lib/db.js
+/Users/macstudio3/Projects/tk-11331-exec/scripts/d3b_recovery_refresh.mjs
+/Users/macstudio3/Projects/tk-11331-exec/scripts/d3b_refresh_rollback.mjs
+/Users/macstudio3/Projects/artmura-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/artmura-internal/scripts/build-products-json.js
+/Users/macstudio3/Projects/tk-11331-exec/d3c_stage.mjs
+/Users/macstudio3/Projects/tk-11331-exec/d3b_heldreview_analyze.mjs
+/Users/macstudio3/Projects/archive-agent/ecosystem.config.js
+/Users/macstudio3/Projects/directory-core/test/compliance.test.ts
+/Users/macstudio3/Projects/archive-agent/ecosystem.config.js.rotbak
+/Users/macstudio3/Projects/archive-agent/.archive-agent.env.bak-2026-09-02T13-57-32
+/Users/macstudio3/Projects/directory-core/test/_ident.test.ts
+/Users/macstudio3/Projects/directory-core/test/compliance-ssrf.test.ts
+/Users/macstudio3/Projects/directory-core/test/auth-factory.test.ts
+/Users/macstudio3/Projects/directory-core/test/db-lazy.test.ts
+/Users/macstudio3/Projects/directory-core/test/db.test.ts
+/Users/macstudio3/Projects/directory-core/test/auth.test.ts
+/Users/macstudio3/Projects/ticket-system/tk10002-resku/apply-resku.mjs
+/Users/macstudio3/Projects/Bertha/react-dash/server.js
+/Users/macstudio3/Projects/ticket-system/tk10002-resku/build-proposals.mjs
+/Users/macstudio3/Projects/ticket-system/tk10002-resku/final-verdict.mjs
+/Users/macstudio3/Projects/ticket-system/tk10002-resku/guard-verify-v2.mjs
+/Users/macstudio3/Projects/approvals-viewer/rollup.js
+/Users/macstudio3/Projects/vendor-agents-viewer/server.js
+/Users/macstudio3/Projects/Bertha/kalshi-dash/server.js
+/Users/macstudio3/Projects/secrets-manager/ROTATION-PRESTAGE.md
+/Users/macstudio3/Projects/patterndesignlab/scripts/seed.js
+/Users/macstudio3/Projects/patterndesignlab/scripts/build-trends.js
+/Users/macstudio3/Projects/ticket-system/verification/tk11372/stages.cjs
+/Users/macstudio3/Projects/ticket-system/verification/tk11372/api-original.cjs
+/Users/macstudio3/Projects/fix-as-creation-17.js
+/Users/macstudio3/Projects/patterndesignlab/GO-LIVE-RUNBOOK.md
+/Users/macstudio3/Projects/Letsbegin/scrape_dg_specs.js
+/Users/macstudio3/Projects/rentv/src/pr/MULTITENANT_TODO.md
+/Users/macstudio3/Projects/timeout-agent/server.js
+/Users/macstudio3/Projects/Grant/db/schema.sql
+/Users/macstudio3/Projects/Grant/scripts/rotate-pg-grant.sh
+/Users/macstudio3/Projects/hollywood-import/momentum-feed/build-acoustic-manifest.mjs
+/Users/macstudio3/Projects/hollywood-import/momentum-feed/enrich.mjs
+/Users/macstudio3/Projects/reidwitlin-landing/lib/vendor-requests.js
+/Users/macstudio3/Projects/hollywood-import/momentum-feed/prep-golive.mjs
+/Users/macstudio3/Projects/hollywood-import/momentum-feed/refresh.mjs
+/Users/macstudio3/Projects/hollywood-import/momentum-feed/build-wallcovering-canary.mjs
+/Users/macstudio3/Projects/reidwitlin-landing/scripts/build-rwltd-data.js
+/Users/macstudio3/Projects/hollywood-import/momentum-feed/assign-sku.mjs
+/Users/macstudio3/Projects/hollywood-import/momentum-feed/price-backfill.mjs
+/Users/macstudio3/Projects/hollywood-import/consolidate-vendor-catalogs.py
+/Users/macstudio3/Projects/sample-followup-sweep/lib/george-transport.js
+/Users/macstudio3/Projects/sample-followup-sweep/scripts/poll-replies.mjs
+/Users/macstudio3/Projects/sample-followup-sweep/scripts/resolve-original-dates.mjs
+/Users/macstudio3/Projects/sample-followup-sweep/scripts/watch-sent-stamp.mjs
+/Users/macstudio3/Projects/sample-followup-sweep/scripts/scheduled-run.mjs
+/Users/macstudio3/Projects/sample-followup-sweep/scripts/contact-research.mjs
+/Users/macstudio3/Projects/rentv-2026/src/pr/MULTITENANT_TODO.md
+/Users/macstudio3/Projects/dw-photo-capture/.env.example
+/Users/macstudio3/Projects/dw-boardroom-governance/ecosystem.config.cjs
+/Users/macstudio3/Projects/dw-boardroom-governance/ecosystem.config.cjs.rotbak
+/Users/macstudio3/Projects/small-business-builder/.env.example
+/Users/macstudio3/Projects/small-business-builder/scripts/deploy-kamatera.sh
+/Users/macstudio3/Projects/1980swallpaper/scripts/pull-hybrid.js
+/Users/macstudio3/Projects/fabricut-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/fabricut-internal/scripts/build-products-json.js
+/Users/macstudio3/Projects/fabricut-internal/scripts/scrape-astek.js
+/Users/macstudio3/Projects/fabricut-internal/scripts/build-fabricut.js
+/Users/macstudio3/Projects/gracie-scraper/scripts/scrape.mjs
+/Users/macstudio3/Projects/gracie-scraper/scripts/enrich.mjs
+/Users/macstudio3/Projects/zuber-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/zuber-internal/scripts/export-jsonl.js
+/Users/macstudio3/Projects/zuber-internal/server.js
+/Users/macstudio3/Projects/designerwallcoverings/scripts/rebel-walls-dwsku-recovery/recover-rebel-walls-dwsku.js
+/Users/macstudio3/Projects/crezana-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/_yolo-loop-ledger.md
+/Users/macstudio3/Projects/Norma-platform/db/grants_donations.sql
+/Users/macstudio3/Projects/Norma-platform/db/schema.sql
+/Users/macstudio3/Projects/Norma-platform/lib/api-registry.ts
+/Users/macstudio3/Projects/Norma-platform/scripts/campaign-preview.sh
+/Users/macstudio3/Projects/Norma-platform/scripts/enrich-zip-profiles.js
+/Users/macstudio3/Projects/Norma-platform/scripts/enrich-news-ai.js
+/Users/macstudio3/Projects/dw-cowtan-recrawl/recrawl-cowtan.js
+/Users/macstudio3/Projects/Norma-platform/scripts/detect-news-mentions.ts
+/Users/macstudio3/Projects/Norma-platform/scripts/ingest-org-feeds.js
+/Users/macstudio3/Projects/Norma-platform/scripts/ingest-scorecard-urban.js
+/Users/macstudio3/Projects/Norma-platform/scripts/predeploy-gate.sh
+/Users/macstudio3/Projects/Norma-platform/scripts/ingest-staffers.js
+/Users/macstudio3/Projects/Norma-platform/scripts/compute-intelligence.ts
+/Users/macstudio3/Projects/Norma-platform/scripts/populate-staffers.js
+/Users/macstudio3/Projects/Norma-platform/scripts/enrich-politicians.js
+/Users/macstudio3/Projects/Norma-platform/scripts/ingest-all-sources.js
+/Users/macstudio3/Projects/Norma-platform/scripts/add-pipeline-tables.sql
+/Users/macstudio3/Projects/Norma-platform/scripts/populate-connections.ts
+/Users/macstudio3/Projects/Norma-platform/scripts/seed-campaign-demo.mjs
+/Users/macstudio3/Projects/Norma-platform/scripts/search-kqed.mjs
+/Users/macstudio3/Projects/Norma-platform/scripts/search-latimes-gmail.js
+/Users/macstudio3/Projects/Norma-platform/scripts/ingest-scorecard.js
+/Users/macstudio3/Projects/Norma-platform/scripts/restore-admin-hash.mjs
+/Users/macstudio3/Projects/Norma-platform/scripts/verify-admin-hash.mjs
+/Users/macstudio3/Projects/Norma-platform/scripts/test-instance.sh
+/Users/macstudio3/Projects/Norma-platform/scripts/ingest-congress.js
+/Users/macstudio3/Projects/Norma-platform/scripts/enrich-college-scorecard.js
+/Users/macstudio3/Projects/Norma-platform/scripts/batch-resolve-authors.js
+/Users/macstudio3/Projects/rentv-826-tracker/.env.example
+/Users/macstudio3/Projects/enrich-local-hybrid/enrich-ai-tags.patched.js
+/Users/macstudio3/Projects/dw-internal-gateway/server.js
+/Users/macstudio3/Projects/Norma-platform/verification/e2e-proof.json
+/Users/macstudio3/Projects/Norma-platform/verification/platform/e2e-proof.json
+/Users/macstudio3/Projects/Norma-platform/docs/superpowers/plans/2026-03-13-power-intelligence.md
+/Users/macstudio3/Projects/Norma-platform/docs/platform/RUNBOOK.md
+/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/scrape-petitions.js
+/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/collect-statements.js
+/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/report.js
+/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/scrape-frontpages.js
+/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/discover-apis.js
+/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/rate-sources.js
+/Users/macstudio3/Projects/Norma-platform/agents/shared/db.js
+/Users/macstudio3/Projects/Norma-platform/tests/api-crud-lifecycle.mjs
+/Users/macstudio3/Projects/Norma-platform/tests/campaign-platform.mjs
+/Users/macstudio3/Projects/Norma-platform/tests/api-authz-matrix.mjs
+/Users/macstudio3/Projects/Norma-platform/tests/api-write-smoke.mjs
+/Users/macstudio3/Projects/Norma-platform/petition-site/server.js
+/Users/macstudio3/Projects/dw-scrape-scheduler/lib/db.js
+/Users/macstudio3/Projects/studio-zero/test/auth.spec.js
+/Users/macstudio3/Projects/watches/thibaut-description-backfill.js
+/Users/macstudio3/Projects/watches/thibaut-room-settings-scraper.js
+/Users/macstudio3/Projects/quadrille-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/quadrille-internal/scripts/build-products-json.js
+/Users/macstudio3/Projects/watches/.env.example
+/Users/macstudio3/Projects/sku-check-skill/server.js
+/Users/macstudio3/Projects/watches/arte-specs-scraper.js
+/Users/macstudio3/Projects/watches/thibaut-price-scraper.js
+/Users/macstudio3/Projects/watches/thibaut-room-settings-api-example.js
+/Users/macstudio3/Projects/dw-domain-fleet/output/leak-reverify-checker.js
+/Users/macstudio3/Projects/watches/database/POSTGRESQL_MIGRATION_GUIDE.md
+/Users/macstudio3/Projects/all-dw-landing/scripts/build-sites-json.js
+/Users/macstudio3/Projects/nationalrealestate/scripts/rentv-feed.mjs
+/Users/macstudio3/Projects/dw-pitch-followup/scripts/build-lists.js
+/Users/macstudio3/Projects/dw-pitch-followup/scripts/enrich-disco.js
+/Users/macstudio3/Projects/SDCC-Stories/server.js
+/Users/macstudio3/Projects/AbramsOS/tests/chat.test.js
+/Users/macstudio3/Projects/crankd/.env.example
+/Users/macstudio3/Projects/fix-no-image-products.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/thibaut-repeat-run.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/ai-enrich-gaps2.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-arte-fix.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-classify-texture.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/set-texture-repeat-zero.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/arte-update-mfr-sku.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-ascreation-images.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/dedup-phillipe-romano.js.DISABLED-2026-04-24
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/sync-shopify-products.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-recover.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/arte-url-backfill.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/interior-design-tagger.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/zoffany-ai-enrich-push.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/paul-montgomery-image-sync.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/schumacher-price-scraper.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/classify-texture-pattern.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/romo-drilldown.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/assign-elitis-dw-skus.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/push-fire-rating-metafields.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/lib/sku-registry.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/arte-recrawl.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/prl-ai-enrich.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/push-pattern-repeat-metafields.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-justindavid-relative-urls.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/update-all-malibu-architectural.ts
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-bnwalls-images.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/gemini-catalog-tagger.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/apex-repeat-push.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-tags-backfill.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/schumacher-import.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/la-walls-image-sync.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/zoffany-full-monty-20.js.backup-1785201549
+/Users/macstudio3/Projects/vendor-discount-agent/server.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/batch-room-settings.py
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/texture-repeat-fixer.js
+/Users/macstudio3/Projects/vendor-discount-agent/create-vendor-pages.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-missoni-images.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/push-color-metafields.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/koroseal-batch-cron.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/thibaut-repeat-scraper.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-run.sh
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/catalog-push-to-kamatera.sh
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/hollywood-tag-enrichment.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/zoffany-full-monty-20.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/sync-shopify-metafields.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/fix-suncloth-to-fabric.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/arte-fill-tags.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-arte-puppeteer.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-enrich-arte9.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-arte-gaps.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-enrich-gaps.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-remaining-13.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/ai-enrich-arte-fix.js
+/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-enrich-arte.js
+/Users/macstudio3/Projects/wallco-live-viewer/server.js
+/Users/macstudio3/Projects/vendor-recrawl-dispatcher/lib/db.js
+/Users/macstudio3/Projects/fentucci-naturals/lib/vendor-requests.js
+/Users/macstudio3/Projects/_scratch/dwaa53-viewer/server.js
+/Users/macstudio3/Projects/dw-pairs-well/.env.example
+/Users/macstudio3/Projects/interiordesignershowroom/lib/db.js
+/Users/macstudio3/Projects/interiordesignershowroom/scripts/refresh-live-catalog.sh
+/Users/macstudio3/Projects/interiordesignershowroom/scripts/fix-dangling-scenes.js
+/Users/macstudio3/Projects/interiordesignershowroom/scripts/tk10402-undo.sh
+/Users/macstudio3/Projects/dw-pairs-well/deploy/README.md
+/Users/macstudio3/Projects/fromental-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/fromental-internal/scripts/enrich-fromental.js
+/Users/macstudio3/Projects/fromental-internal/scripts/export-jsonl.js
+/Users/macstudio3/Projects/fromental-internal/scripts/scrape-fromental.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-slack/slack-agent.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-slack/slack-agent.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-slack/slack-agent.cjs
+/Users/macstudio3/Projects/fromental-internal/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/arte-fill-tags.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-enrich-gaps.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-arte-puppeteer.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-remaining-13.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/ai-enrich-arte-fix.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/CLAUDE.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-enrich-arte.js
+/Users/macstudio3/Projects/NationalPaperHangers-yfr2-c3/DEPLOY_KAMATERA.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/vendor-scrapers/tecnografica-scrape.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/vendor-scrapers/tecnografica-viewer.js
+/Users/macstudio3/Projects/open-seo/docs/LOCAL_POSTGRES.md
+/Users/macstudio3/Projects/NationalPaperHangers/DEPLOY_KAMATERA.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/audits/designtex-uom-fix/backfill-mirror-metafields.mjs
+/Users/macstudio3/Projects/handbag-auth-nextjs/python-matcher/api/server.py
+/Users/macstudio3/Projects/handbag-auth-nextjs/python-matcher/scripts/embed_handbags.py
+/Users/macstudio3/Projects/open-seo/badseo/vite.config.ts
+/Users/macstudio3/Projects/handbag-auth-nextjs/python-matcher/README.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/shared-database.ts
+/Users/macstudio3/Projects/open-seo/wrangler.jsonc
+/Users/macstudio3/Projects/NationalPaperHangers-yfr2-c3/scripts/deploy-kamatera-v2.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/arte-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/koroseal-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/maya-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/bespoke-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/elitis-crawler/scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/elitis-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/lib/sku-registry.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/lib/crawler-tracker.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/lib/sku-registry.js.bak-1785248135
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/coleson-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/rlf-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/kravet-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/schumacher-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/york-crawler/server.js
+/Users/macstudio3/Projects/NationalPaperHangers/scripts/deploy-kamatera-v2.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/pj-crawler/server.js
+/Users/macstudio3/Projects/handbag-auth-nextjs/DEPLOYMENT.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/sync-thibaut-skus.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/import-from-spreadsheet.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/sync-shopify-to-catalog.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/full-fetch.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/brewster-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/cowtan-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/innovations-crawler/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/enrich-nlxl.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-batch.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/pj-tearsheet-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-phase2.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-versace-vi.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/launch-versace-vi.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-hex-extract.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versa-evo-enrich.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-room-settings.js
+/Users/macstudio3/Projects/gracie-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/gracie-internal/scripts/export-jsonl.js
+/Users/macstudio3/Projects/gracie-internal/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-thibaut-updater/thibaut-updater-agent.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-enrich-arte9.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-arte-gaps.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/romo-group-enrichment-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-final.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/interior-design-ai-tagger.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/migrate-dwkk-to-dwpr.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/activate-versace-vi.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/launch-versace-vi.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/justindavid-shopify-push.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-hex-and-tags.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-image-backfill.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/architectural-update-agent.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/shared-executive-core.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-design-tagger.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-ascreation-width.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/command54-shopify-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/as-creation-shopify-push.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-versace-vi.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-shopify-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/generate-maya-room-settings.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-dry-run.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/activate-versace-nan.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/repair-versace-nan-sku.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-phase3.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/jd-room-test.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/dwc-bulk-audit.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrapers/designers-guild/auth-price.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-phase4.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-shopify-push.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versa-evo-pvcfree-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrapers/designers-guild/scrape.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-search-scrape-width.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-sandberg-body.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrapers/designers-guild/enrich.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-100.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/verify-versace.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-width-from-shopify.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/src/lib/db.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/maya-romanoff-updater/maya-romanoff-updater.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/maya-romanoff-updater/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french-pass2.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrape-versace-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/src/app/api/bespoke-product/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-image-enrichment-2.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/src/app/api/analyze-product/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/dwjs-phase2-scrape-specs.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-verify-remaining.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/as-creation-shopify-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-arte-width.js
+/Users/macstudio3/Projects/Patty/db/orbit-schema.sql
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-crawl-all-urls.js
+/Users/macstudio3/Projects/Patty/db/schema.sql
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-image-enrichment.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-product-type-tags.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-shopify-push.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/scripts/rescan-scheduled-posts.ts.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-run.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/scripts/rescan-scheduled-posts.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/scripts/activate-first-two.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-hex-colors.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-gen-v2.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/set-pattern-name-metafield.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-versa-specs-to-shopify.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french-specs.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/crawl-pending.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-image-retail-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-rl-width.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-image-validator.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-thibaut-discontinued.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/dw-instagram-agent/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french.js.backup-20260319-013920
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scripts/versa-image-enrichment.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scripts/william-morris-image-enrichment.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/VendorDashboard-V2/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-batch.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versa-evo-pvcfree-scraper.js.backup-20260831-132000
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/scripts/batch-room-generator.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/dwc-legacy-audit.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/width-blitz.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/scripts/batch-room-generator.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/activate-versace-drafts.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-color-hex-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrichment.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/dw-blog-agent/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/api-vendor-fixer.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/command54-shopify-push.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/jd-room-batch.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-dry-run.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/backfill-schumacher-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/ecosystem.config.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/generate-phillipe-romano-rooms.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/test-anna-5.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-china-seas-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-grahambrown-width.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-settings.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-ai-enrich.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/reprice-restore-kravet.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/scala-brand-archive.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-generator.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/archive-agent-server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/restore-vendor.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/generate-maya-spin-viewers.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/residential-room-settings.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/vendor-inspector/inspector-server.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/build-vendor-inquiry-pages.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/populate-vendor-urls.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/justindavid-shopify-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-image-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/launch-marburg-10.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/mdcwall-image-finder.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-shopify-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/update-private-label-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-image-uploader.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/_archived/push-1838-to-shopify.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/delete-drafts-parallel.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/nextjs-liquid-app/db-proxy/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/150dpi/database/db-postgres.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/archive-thibaut-discontinued.py.DISABLED-2026-04-24
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-maya-romanoff-to-shopify.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/standardization-worker.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/prl-ai-enrich.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/discontinuation-validator.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/nextjs-liquid-app/backfill-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-batch.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/preload-standardization.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/delete-all-drafts.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/backfill-to-catalog.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/generate-justindavid-rooms.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-single-variant-pricing.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hex-color-blitz.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-tag-needs-image.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-product-type-by-width.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-image-enrichment-3.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/scripts/reverse-sync.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/nextjs-liquid-app/update-mckenzie-titles.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/pr-logo-crop.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrape-versa-evo-pvcfree.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/set-versace-doubleroll.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/zoffany-ai-enrich.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-empty-body-html.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/restart-discovery.ts
+/Users/macstudio3/Projects/bubbesblock/scripts/db-setup.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/data/scraper-audit/ingestion-provenance.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/ecosystem.config.js.rotbak
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/real-products-viewer.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/revert-versace-smartart-single.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/critical-save-discovered-data.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/thibaut-repeat-run.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/continuous-db-saver.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-arte-fix.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-classify-texture.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/yolo-schema-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/postgresql-viewer.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-chat/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/detect-images/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/update-vendor-urls/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/ralph-wiggum-postgres/route.ts
+/Users/macstudio3/Projects/rebel-walls-push/scripts/push.js
+/Users/macstudio3/Projects/rebel-walls-push/scripts/push.js.bak-20260721-131041
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-brightdata/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/save-tested-url/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/delete-vendor-samples/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/save-colorways/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/ai-enrich-gaps2.js
+/Users/macstudio3/Projects/rebel-walls-push/scripts/_shop.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/update-product-thumbnail/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-schema-manager/save-urls/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/crawl-last-50/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-proof/route.ts
+/Users/macstudio3/Projects/homesonspec/apps/workers/src/health-server.test.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/save-crawled-products/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-approval/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/run-crawl/route.ts
+/Users/macstudio3/Projects/homesonspec/apps/workers/vitest.integration.setup.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/image-proxy/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/auto-explore/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/archive-thibaut-unknown.js.DISABLED-2026-04-24
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/jd-fix-image-urls.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/detect-colorways/route.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/populate-dwtt-mfr-sku-active.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-scrape-missing.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/kill-wallpaper-word.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-vendor-batch.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/designtex-pricing-update.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/push-mfr-to-shopify.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-la-titles.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-engines-generic/prep_book_swatches_example.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-yolo-scrapers.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-engines-generic/queue_book_example.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-engines-generic/gen_manifest.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-daisy-bennett.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/fixed-kravet-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/interior-design-enrich.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-yard-v2.cjs
+/Users/macstudio3/Projects/homesonspec/ops/offload-snapshots.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-db-carl-robinson.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/build-v2-drafts.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/dl-swatches.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/activate-daisy-bennett.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-drafts-drip.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/mirror-upsert-carl-robinson.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/enrich-book.py
+/Users/macstudio3/Projects/homesonspec/ops/offload-preflight.mjs
+/Users/macstudio3/Projects/homesonspec/ops/lennar-mac-refresh.sh
+/Users/macstudio3/Projects/homesonspec/ops/verify-snapshots.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-book.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/publish-channels-carl-robinson.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/enhance-scrapers-with-schemas.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-batch-kamatera.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/assign-names.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-db-daisy-bennett.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/fix-images-v2.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/ln-image-scrape.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/skip-brunschwig-continue.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/activate-publish-v2.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/rename-drop-dw-v2.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-shopify-skus-carl-robinson.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-drafts-book.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-batch.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/plugins/temp-clone/plugins/plugin-dev/skills/mcp-integration/references/authentication.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/batch_composite.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/judge_rooms.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/score_rooms.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-random-vendor-selectors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/yolo-scraper-generator.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/build_comparison.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/apply_winners.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/push_rooms_shopify.cjs
+/Users/macstudio3/Projects/homesonspec/scripts/backfill-drh-geo-from-cache.mjs
+/Users/macstudio3/Projects/homesonspec/scripts/geocode-permits.sh
+/Users/macstudio3/Projects/homesonspec/scripts/feed-api.mjs
+/Users/macstudio3/Projects/homesonspec/scripts/backfill-drh-geo-refetch.sh
+/Users/macstudio3/Projects/homesonspec/scripts/geocode-census.sh
+/Users/macstudio3/Projects/homesonspec/scripts/permit-viewer.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/remap-skus-carl-robinson.cjs
+/Users/macstudio3/Projects/homesonspec/scripts/build-loop.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-shopify-carl-robinson.cjs
+/Users/macstudio3/Projects/homesonspec/scripts/engine-dashboard.mjs
+/Users/macstudio3/Projects/homesonspec/scripts/backfill-shea-geo.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/add-packaged-metafield.cjs
+/Users/macstudio3/Projects/homesonspec/scripts/geocode-homes.mjs
+/Users/macstudio3/Projects/homesonspec/scripts/ingest-permits.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/create-abruzzo-collection.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/judge-apply-newbooks.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-shopify-titles-carl-robinson.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-db-daisy-bennett-v2.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/feed-room-queue.js
+/Users/macstudio3/Projects/homesonspec/.env.example
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/interior-design-tags.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/rw-drapery-room-settings.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/swatch-spin-generator.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/vendor-monthly/shopify-sync.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/vendor-monthly/elitis-recrawl.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/vendor-monthly/thibaut-recrawl.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/designtex-headless-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/houston-mfr-fix.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/prl-ai-enrich.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/justindavid-daily-cron.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/texture-repeat-classifier.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/crawl-shopify-vendors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-master-products.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/mfr-sku-bulk-update.js
+/Users/macstudio3/Projects/greenland-onboard/lib/vendor-requests.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/rw-upload-room-settings.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/brand-mckenzie-full-scrape.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/reconcile-tk10649.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/enhanced-discovery-viewer.ts
+/Users/macstudio3/Projects/greenland-onboard/scripts/refresh-products.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scrape-lee-jofa.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/emergency-save-to-db.ts
+/Users/macstudio3/Projects/schumacher-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/add-review-tag-thibaut.js
+/Users/macstudio3/Projects/schumacher-internal/scripts/build-products-json.js
+/Users/macstudio3/Projects/schumacher-internal/scripts/scrape-astek.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/ai-enrich-gaps.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/change-logger.ts
+/Users/macstudio3/Projects/nineoh-guide/apps/web/lib/db.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/yolo-overnight-runner.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/real-product-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/import-fmpro-to-postgres.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/batch-room-settings.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/batch-room-generator.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/fix-justindavid-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/justindavid-room-settings.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/pr-quote-only-tag.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/populate-dwtt-mfr-sku.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-scrape-viewer.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/populate-dwtt-mfr-sku-from-catalog.js
+/Users/macstudio3/Projects/professional-directory/.env.example
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/brand-microsites/build-brand-data.cjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/supplier-mfr-bulk-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/ai-enrich-arte-gaps.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/autonomous-discovery-orchestrator.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/sync-shopify-to-postgres.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/koroseal-website-scraper.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/tk10002-null-sample/tk10046-bespoke-reassign-manual.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/tk10002-null-sample/tk10046-bespoke-reassign.js
+/Users/macstudio3/Projects/nineoh-guide/db/apply-bios.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/ingest-wikimedia-images.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/review.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-refresh/run.sh
+/Users/macstudio3/Projects/nineoh-guide/db/ingest-guestcast.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/ingest-tvmaze.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/apply-recaps.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/designtex-portal-scraper.js
+/Users/macstudio3/Projects/nineoh-guide/db/ingest-original.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/enrich-wiki.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/ingest-beverlyhills-photos.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/ingest-cast.mjs
+/Users/macstudio3/Projects/fabricut-landing/lib/vendor-requests.js
+/Users/macstudio3/Projects/nineoh-guide/db/ingest-news.mjs
+/Users/macstudio3/Projects/nineoh-guide/db/seed.mjs
+/Users/macstudio3/Projects/fabricut-landing/scripts/build-products-json.js
+/Users/macstudio3/Projects/fabricut-landing/scripts/scrape-astek.js
+/Users/macstudio3/Projects/fabricut-landing/scripts/localize-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/backfill-malibu-mfr.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/enrich-remaining-13.js
+/Users/macstudio3/Projects/fabricut-landing/scripts/restore-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/surface-stick-backfill.js
+/Users/macstudio3/Projects/fabricut-landing/scripts/build-fabricut.js
+/Users/macstudio3/Projects/settlement-prescan/scan.mjs
+/Users/macstudio3/Projects/stayclaim/.env.production.example
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/concurrent-brightdata-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/autonomous-product-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/continue-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/brightdata-product-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-from-db-urls.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-remaining.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/postgresql-discovery-restart.ts
+/Users/macstudio3/Projects/hollywood-optc/order-history-check.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-all-vendors-pipeline.ts
+/Users/macstudio3/Projects/hollywood-optc/build-hwc-map.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/quick-proof.ts
+/Users/macstudio3/Projects/hollywood-optc/build-restore-map.mjs
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/overnight-crawl-all.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/get-thibaut-direct-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-innovations-colorways.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-elitis.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/capture-10-per-vendor.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/capture-aesthetics-colors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/smart-crawl.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-missing-thumbnails.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/capture-andrew-martin.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-fetch-real-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-remaining-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-york.ts
+/Users/macstudio3/Projects/photo-cleanup/test.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/_disabled/update-kravet-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/consume-variant-queue.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-fix-everything.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/rwltd-gemini-cron.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-all-vendors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/check-vendor-selectors-v2.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-color-detection-stable.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/prove-via-agent-sku.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-scalamandre-direct.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-schumacher-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/create-visible-test-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/create-real-working-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/quick-add-more-products.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/method1-screenshot-capture.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/method2-create-small-jpegs.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-real-product-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-remaining.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/ralph-wiggum-product-finder.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-harlequin-glant.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-arbor-wood.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-full-product-details.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/batch-puppeteer-full-conversion.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-all-vendors-yolo.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-aesthetics-wall.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-wolfgordon.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-images-from-database-urls.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/batch-crawl.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-kravet-correct-urls.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/dangerous-fix-all-vendors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/run-all-vendor-scrapers.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/check-vendor-selectors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-kravet-download-button.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-all-vendor-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-andrew-martin.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/aggressive-crawl.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/scan-all-vendors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-momentum.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-real-product-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-color-variant-detection.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/scan-variants-from-db.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-1838.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-custhom.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/get-all-real-products.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/overnight-crawl.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-working-vendors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/populate-vendor-data.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/quick-crawl-remaining.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-all-vendors-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-failed-vendors-dangerous.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-product-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-image-fetcher.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-william-morris.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/populate-vendor-products.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-dedar-colorways.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-all-vendors-save-results.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/batch-crawl-vendors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-product-images-only.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-vendors-fast.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-thibaut.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/run-thibaut-crawl.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-vendors-smart.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/check-vendor-selectors-final.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-product-harvester.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/import-catalog-direct.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/prove-3-products-per-vendor.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/analyze-top30-json-data.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/get-real-kravet-images.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/lib/color-variant-tracker.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/quote-api/appointments/README.md
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/quote-api/appointments/deploy/deploy-runbook.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/quote-api/appointments/deploy/FINAL-deploy-keep-in-dev.sh
+/Users/macstudio3/Projects/_shared/scripts/audit-fleet-rails.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/set-texture-repeat-zero.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-update-mfr-sku.js
+/Users/macstudio3/Projects/IWasCute/src/lib/db.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-ascreation-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/dedup-phillipe-romano.js.DISABLED-2026-04-24
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/bespoke-updater/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/sync-shopify-products.js
+/Users/macstudio3/Projects/Hub/lib/db.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/phase3-orphan-recover.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-url-backfill.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/interior-design-tagger.js
+/Users/macstudio3/Projects/momentum-landing/lib/vendor-requests.js
+/Users/macstudio3/Projects/momentum-landing/scripts/build-products-json.js
+/Users/macstudio3/Projects/ClawCoder/src/lib/profiles/data.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/save-discovery-data.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/fixed-discovery-system.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/cost-handoff/schu-cost-ingest.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/cost-handoff/schu-link-ingest.js
+/Users/macstudio3/Projects/Norma/db/grants_donations.sql
+/Users/macstudio3/Projects/Norma/db/schema.sql
+/Users/macstudio3/Projects/ClawCoder/docs/superpowers/plans/2026-03-23-clawcoder-implementation.md
+/Users/macstudio3/Projects/ClawCoder/.mcp.json
+/Users/macstudio3/Projects/ClawCoder/.env.local.pre-scope.1785390146487
+/Users/macstudio3/Projects/Norma/lib/api-registry.ts
+/Users/macstudio3/Projects/dw-showroom/server.js
+/Users/macstudio3/Projects/dw-vendor-registry-sync/.env.example
+/Users/macstudio3/Projects/Norma/scripts/enrich-zip-profiles.js
+/Users/macstudio3/Projects/muralsource-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/Norma/scripts/enrich-news-ai.js
+/Users/macstudio3/Projects/B_Version_1/.env.example
+/Users/macstudio3/Projects/Norma/scripts/detect-news-mentions.ts
+/Users/macstudio3/Projects/Norma/scripts/ingest-org-feeds.js
+/Users/macstudio3/Projects/Norma/scripts/ingest-scorecard-urban.js
+/Users/macstudio3/Projects/Norma/scripts/predeploy-gate.sh
+/Users/macstudio3/Projects/Norma/scripts/ingest-staffers.js
+/Users/macstudio3/Projects/B_Version_1/sms-scheduler/sms-scheduler.ts
+/Users/macstudio3/Projects/B_Version_1/README.md
+/Users/macstudio3/Projects/agent-cabinet/server.js
+/Users/macstudio3/Projects/Norma/scripts/compute-intelligence.ts
+/Users/macstudio3/Projects/Norma/scripts/populate-staffers.js
+/Users/macstudio3/Projects/Norma/scripts/enrich-politicians.js
+/Users/macstudio3/Projects/Norma/scripts/ingest-all-sources.js
+/Users/macstudio3/Projects/Norma/scripts/add-pipeline-tables.sql
+/Users/macstudio3/Projects/Norma/scripts/populate-connections.ts
+/Users/macstudio3/Projects/Norma/scripts/search-kqed.mjs
+/Users/macstudio3/Projects/Norma/scripts/search-latimes-gmail.js
+/Users/macstudio3/Projects/Norma/scripts/ingest-scorecard.js
+/Users/macstudio3/Projects/wine-finder-next/OPTIMIZATION_SETUP_GUIDE.md
+/Users/macstudio3/Projects/Norma/scripts/restore-admin-hash.mjs
+/Users/macstudio3/Projects/Norma/scripts/verify-admin-hash.mjs
+/Users/macstudio3/Projects/Norma/scripts/test-instance.sh
+/Users/macstudio3/Projects/Norma/scripts/ingest-congress.js
+/Users/macstudio3/Projects/Norma/scripts/enrich-college-scorecard.js
+/Users/macstudio3/Projects/Norma/scripts/batch-resolve-authors.js
+/Users/macstudio3/Projects/wholivedthere/scripts/deploy-direct.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-all-vendors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-selectors.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/smart-continue-discovery.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/review-failed-vendors.ts
+/Users/macstudio3/Projects/dw-yolo-loop/thibaut-mfr-fix/push-thibaut-live.js
+/Users/macstudio3/Projects/Ken/kalshi-dash/place-manual-trade.mjs
+/Users/macstudio3/Projects/StudentLoanTracker/src/lib/db.ts
+/Users/macstudio3/Projects/Ken/kalshi-dash/follow-the-winners.mjs
+/Users/macstudio3/Projects/Ken/kalshi-dash/follow-the-winners-check.sh
+/Users/macstudio3/Projects/Ken/kalshi-dash/seed-portfolios.mjs
+/Users/macstudio3/Projects/port-viewer/grid.js
+/Users/macstudio3/Projects/_dw-batch/scripts/generate-editorial.js
+/Users/macstudio3/Projects/port-viewer/server.js
+/Users/macstudio3/Projects/carnegie-internal/lib/vendor-requests.js
+/Users/macstudio3/Projects/carnegie-internal/scripts/build-products-json.js
+/Users/macstudio3/Projects/Norma/docs/superpowers/plans/2026-03-13-power-intelligence.md
+/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/scrape-petitions.js
+/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/collect-statements.js
+/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/report.js
+/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/scrape-frontpages.js
+/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/discover-apis.js
+/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/rate-sources.js
+/Users/macstudio3/Projects/Norma/agents/shared/db.js
+/Users/macstudio3/Projects/Norma/tests/api-crud-lifecycle.mjs
+/Users/macstudio3/Projects/Norma/tests/api-authz-matrix.mjs
+/Users/macstudio3/Projects/Norma/tests/api-write-smoke.mjs
+/Users/macstudio3/Projects/Norma/petition-site/server.js
+/Users/macstudio3/Projects/commercialrealestate/scripts/afternoon-report.js
+/Users/macstudio3/Projects/commercialrealestate/scripts/analyze.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/zoffany-full-monty-20.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/sync-shopify-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/fix-suncloth-to-fabric.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/hollywood-tag-enrichment.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/scrape-batouri-colors.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images-v3.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/update-tatami.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images-v2.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/phase3-orphan-run.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/arte-catalog-crawler.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fast-fix.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/update-all-packshots.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fetch-arte-packshots.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/catalog-push-to-kamatera.sh
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-all-arte-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/enrich-width.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/update-bayuda.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fetch-missing-skus.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/crawl-all-arte.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/test-arte-contract-crawl.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/server.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/populate-mapping.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-all-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-all-colorway-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/test-extraction.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images-v4.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/bulk-title-updater.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fetch-packshots-robust.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-missoni-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/push-color-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/koroseal-batch-cron.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/thibaut-repeat-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/texture-repeat-fixer.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/batch-room-settings.py
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/phase3-orphan-tags-backfill.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/zoffany-full-monty-20.js.backup-1785201549
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/schumacher-import.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/la-walls-image-sync.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/apex-repeat-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/gemini-catalog-tagger.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-justindavid-relative-urls.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-bnwalls-images.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/update-all-malibu-architectural.ts
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/prl-ai-enrich.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/batch-room-settings/batch-room-generator.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-recrawl.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/push-fire-rating-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/banned-word-fix/scan-and-enqueue.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/zoffany-ai-enrich-push.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/push-pattern-repeat-metafields.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/lib/sku-registry.js.bak-1785248070
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/paul-montgomery-image-sync.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/schumacher-price-scraper.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/lib/sku-registry.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/romo-drilldown.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/assign-elitis-dw-skus.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/gemini-tag-engine/index.js
+/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/classify-texture-pattern.js
diff --git a/verification/e2e-proof.json b/verification/e2e-proof.json
new file mode 100644
index 0000000..93a2e50
--- /dev/null
+++ b/verification/e2e-proof.json
@@ -0,0 +1,56 @@
+{
+ "intent": "Migrate every local Postgres TCP consumer to Unix sockets",
+ "ticket": "TK-11438",
+ "timestamp": "2026-09-11T15:17:32.389394+00:00",
+ "risk_tier": "R3 preparation; R4 rollout gated",
+ "build_identity": "Evidence commit follows; resolve with git log",
+ "environment": "macstudio3; PostgreSQL 14.23; /tmp socket; existing PM2 daemon",
+ "verdict": "BLOCKED",
+ "assertions": [
+ {
+ "check": "Reconcile original inventory",
+ "verdict": "PASS",
+ "detail": "218 entries = 217 existing files plus ./ directory; broader scan 841 candidates; union 851 entries. Candidates are not confirmed consumers."
+ },
+ {
+ "check": "Installed pg driver socket and missing-socket error paths",
+ "verdict": "PASS",
+ "evidence": "verification/socket-proof.json",
+ "detail": "6/6 passed. No application boot or database write. Every opened test connection closed."
+ },
+ {
+ "check": "Capture existing service environment metadata",
+ "verdict": "PASS",
+ "evidence": "verification/runtime.json",
+ "detail": "147 PM2 services. Existing daemon only; pm2.connect(true). Metadata is not proof that each environment value is used."
+ },
+ {
+ "check": "Exact proposed replacement preconditions",
+ "verdict": "PASS",
+ "detail": "Two source files hashed; each old expression occurs exactly once."
+ },
+ {
+ "check": "Live configuration migration/restart and authenticated DB-backed app journey",
+ "verdict": "SKIP",
+ "reason": "Requires production approval; no live changes applied."
+ },
+ {
+ "check": "Complete scheduled job, remote target, inherited environment and full fleet coverage",
+ "verdict": "SKIP",
+ "reason": "Not complete; must resolve before closing TCP."
+ },
+ {
+ "check": "Post-cutover socket-only observation and rollback rehearsal",
+ "verdict": "SKIP",
+ "reason": "Cutover not authorized or performed."
+ }
+ ],
+ "commands": [
+ "python3 inventory.py",
+ "node runtime.cjs",
+ "node socket-proof.cjs",
+ "psql -X -w -h /tmp -d postgres -At -c (read-only server settings and pg_stat_activity JSON query)"
+ ],
+ "cleanup": "Test connections closed. Only preparation artifacts and ticket/session metadata changed. No service source/config changes or catalog writes.",
+ "rollback": "No live rollback required; proposed rollback described in APPROVAL.md"
+}
diff --git a/verification/inventory.json b/verification/inventory.json
new file mode 100644
index 0000000..dd83c67
--- /dev/null
+++ b/verification/inventory.json
@@ -0,0 +1,13982 @@
+{
+ "summary": {
+ "timestamp": "2026-09-11T13:50:01.686774+00:00",
+ "original": 218,
+ "current_candidates": 841,
+ "union": 851,
+ "original_not_in_current_scan": 10,
+ "by_category": {
+ "other-review": 23,
+ "source/config-review": 780,
+ "environment-review": 16,
+ "documentation/data-review": 22,
+ "archive/generated/evidence-review": 10
+ },
+ "original_by_project": {
+ "(invalid-directory-entry)": 1,
+ "1980swallpaper": 1,
+ "AbramsOS": 1,
+ "Bertha": 3,
+ "Designer-Wallcoverings": 44,
+ "Letsbegin": 1,
+ "NationalPaperHangers-yfr2-c3": 1,
+ "Norma-platform": 33,
+ "SDCC-Stories": 1,
+ "_scratch": 1,
+ "all-dw-landing": 1,
+ "approvals-viewer": 1,
+ "archive-agent": 2,
+ "astek-landing": 3,
+ "crezana-internal": 1,
+ "designerwallcoverings": 1,
+ "dw-boardroom-governance": 2,
+ "dw-cowtan-recrawl": 1,
+ "dw-domain-fleet": 1,
+ "dw-internal-gateway": 1,
+ "dw-pitch-followup": 2,
+ "dw-scrape-scheduler": 1,
+ "dw-validator-debug-TK11314": 50,
+ "enrich-local-hybrid": 1,
+ "fentucci-naturals": 1,
+ "fix-no-image-products.js": 1,
+ "fromental-internal": 5,
+ "gracie-scraper": 2,
+ "hollywood-import": 8,
+ "interiordesignershowroom": 5,
+ "nationalrealestate": 1,
+ "patterndesignlab": 3,
+ "quadrille-internal": 2,
+ "reidwitlin-landing": 2,
+ "sample-followup-sweep": 6,
+ "sister-parish-onboarding": 1,
+ "sku-check-skill": 1,
+ "studio-zero": 1,
+ "ticket-system": 5,
+ "timeout-agent": 1,
+ "tk-11331-exec": 5,
+ "vendor-agents-viewer": 1,
+ "vendor-discount-agent": 2,
+ "vendor-recrawl-dispatcher": 1,
+ "wallco-live-viewer": 1,
+ "watches": 5,
+ "zuber-internal": 3
+ },
+ "limitations": "Read-only candidate reconciliation. Outputs metadata, never source/credentials.\n\nRegex findings are candidates, not proof of a PostgreSQL connection. Default\nhosts, remote deployment targets, shell -h flags, inherited env, dynamic config,\nignored files, and other machines require separate operational review.\n"
+ },
+ "files": [
+ {
+ "path": "/Users/macstudio3/Projects",
+ "project": "(invalid-directory-entry)",
+ "original_218": true,
+ "current_scan": false,
+ "category": "other-review",
+ "error": "IsADirectoryError"
+ },
+ {
+ "path": "/Users/macstudio3/Projects/1980swallpaper/scripts/pull-hybrid.js",
+ "project": "1980swallpaper",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2d1f35ad077dc3b5bd9cd133d2cab8ec6d0b8f41d3701f992517e44be4713534",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/AbramsOS/tests/chat.test.js",
+ "project": "AbramsOS",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c8890a3db4fc829e0b0316098fe4853d597afdcfdee11978753c9363e1d2fced",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/B_Version_1/.env.example",
+ "project": "B_Version_1",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "0b1c3c60319566a87542f69337bacc05a6c14bb2b40f86d563cf1e622d490594",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/B_Version_1/README.md",
+ "project": "B_Version_1",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "622fe6dacd3f67c5110c2c700f561221d2f8bd45e639422b9d5d4c6565b34f0d",
+ "findings": [
+ {
+ "line": 120,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/B_Version_1/sms-scheduler/sms-scheduler.ts",
+ "project": "B_Version_1",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "471452a65543d772b306d8862f967a212e53ace5a1bdc18fc19c039c42dc0524",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Bertha/kalshi-dash/server.js",
+ "project": "Bertha",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9c87edf39595f2b69bcf31a041fc81a034868510612f168618c6cfb803c37075",
+ "findings": [
+ {
+ "line": 363,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 4892,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Bertha/react-dash/server.js",
+ "project": "Bertha",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3f73001c85c6d526940c10948c19a3375c62c75c7da8cf47f5a5313cbab7a670",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Bertha/src/lib/db.js",
+ "project": "Bertha",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "82a7e71e5d7dd2eb435658a5bf6c6310860e94305edba65a19184ac57df99f4c",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ClawCoder/.env.local.pre-scope.1785390146487",
+ "project": "ClawCoder",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "bb483fe5407d7ddd622bb6808c37af3fa839e0b79fb1abb962972bae68abed2a",
+ "findings": [
+ {
+ "line": 1,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ClawCoder/.mcp.json",
+ "project": "ClawCoder",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "526169e375e0aa98cafb3e6ad8e0bbfd4cdc2275409113183d2bca38b1bc8f4a",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ClawCoder/docs/superpowers/plans/2026-03-23-clawcoder-implementation.md",
+ "project": "ClawCoder",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "97d92c06b81854f16fc64465c96163ddbb27a63672563cb837bdfeb1f678435b",
+ "findings": [
+ {
+ "line": 125,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ClawCoder/src/lib/profiles/data.ts",
+ "project": "ClawCoder",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0833146d82fc1a9750f8bcf3d52a1f1a2cf1ee397e2b4a980cffc0abc2346d05",
+ "findings": [
+ {
+ "line": 285,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 502,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 620,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 882,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 1012,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 1328,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 1446,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 1767,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 1878,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/CLAUDE.md",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "620d7b46738ee8a598e3582e4c94f07a18b41b476121f457ccfec04f1fad5dcf",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-slack/slack-agent.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "19bbb3bf30ff9bded1b9c8adc1d31cb5913702796b3aa9d5f5ed5b0e9f8e081f",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-slack/slack-agent.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6249005d9878bf2629c7edfac0d48c124a52994e57bd6e07bdb80d035d391d14",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-slack/slack-agent.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d786cf1c0ec77b2a7b9312dbd38ffb495cb385e3d9018e9ffaa066ccbb067962",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/agent-thibaut-updater/thibaut-updater-agent.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "28d63f0932503ec7b06c62f28a30df6fa696c848317ae09e06bebc26608c00ef",
+ "findings": [
+ {
+ "line": 32,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/architectural-update-agent.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "258675c25c2eb9551f9226c0b1d7dd7ed76223e96d2606159fbe3e6658b36689",
+ "findings": [
+ {
+ "line": 39,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/dw-blog-agent/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0b9c5b3e38aac8d88070c33859f838f3d1e8e0e3a799378a1ae79bf2cd918795",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/dw-instagram-agent/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1c36bda4b6d8c3d2bd69abdebc947b61e202d516c126dcdd288b85b3ef3a89cc",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/shared-database.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bc659e4c10dc5d2fe800b764c2c2fc58961eed74b8d832969ca7057e4e700d81",
+ "findings": [
+ {
+ "line": 43,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/dw-agents/shared-executive-core.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "de94be73a8646368f8797f00610b34093e59aceed1fc9106f37d3c6a6320fc3c",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/ecosystem.config.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3797ccda81f3390a333fda27aa0c905d733e4e44149c79f4292a61a040692412",
+ "findings": [
+ {
+ "line": 134,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/ecosystem.config.js.rotbak",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "caf29aeafbf3a49960e5b0d7943632a2cca0d24cb5216c8708bbbb4879c1452c",
+ "findings": [
+ {
+ "line": 134,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/scripts/reverse-sync.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d794f1134c5adbb7068cd1e18106bd0796a8c425046557094fe7f6f30b7325b6",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/_archived/push-1838-to-shopify.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "908aaafade497bcc217bf958641e30c466a1165b3866769055fd1c23ff42e062",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/archive-thibaut-discontinued.py.DISABLED-2026-04-24",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "283df2c3f21881c8e62ba978db69692e1127b53b162526668b9dc03a645ebd4e",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/backfill-to-catalog.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b87a6797ec6a6b500c759ce169af970fb20a7a5fdc196f4d6373c8a7e5b83852",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/build-vendor-inquiry-pages.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7d985744386811406186d3a0a989e7edf7ec88beb29af912116bdfe95d859469",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/delete-all-drafts.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2c5e57902be0bcbc76ff6f8b70ccce2fe9ba92de40e1e71fa4a6dfd0b193427c",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/delete-drafts-parallel.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ba7a932f7b19f45cd7a46bd8fbf8b67b500ea489bc2e67f7c4b700538f4e203e",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/discontinuation-validator.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "68618514a3c4e307840be1c189af2b400d998d19751987dd4e26d7d82effd15f",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/launch-marburg-10.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "be5c2e8426d2bb6e24b0913626b8ebfc901f128b48a392e50806b28927c4a3f6",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/populate-vendor-urls.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3f6ac2b322929486ce2da8f7e1e1aad3bc491bda0e93d4f0d457a8197c92356f",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/preload-standardization.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a9515ff8329278bf26fd24f9234dbe6dba8a5923d13fd3df237eb6b1ec0bc9f2",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/residential-room-settings.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a4776ac3ccd65e4c2186f19ba63874edb6bccbe459795cc31c41ec9bf7d607a8",
+ "findings": [
+ {
+ "line": 155,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "51c86e404b6078abb28ff52bb910097301323ccfbc2079cac32f372297e76178",
+ "findings": [
+ {
+ "line": 53,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/standardization-worker.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "56d15a298328357c9f34e8224de30be8944236ec3e2b48036249f6b0bf1ab4d6",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/update-private-label-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a883136a693b9e1756e207a57101b74555029de72437a2793f5b440efea08bde",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/150dpi/database/db-postgres.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1ad1796945d3c6fd91194caeb1312e2ac0b8251f61dc8549a8fa72aa79fe0bb8",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/.env",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": false,
+ "category": "environment-review",
+ "sha256": "0565c6aeef522d089936f4479a9e2b204e0d0e86907f0a71fa2aac8b71cd017d",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/api-vendor-fixer.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "58ac8023432017db551ff25f0211620f75b270dea2c97125b03f3dde76ffd5f5",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/auto-explore/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "099bd8db32e9b50c56337092f2c42138bd9271321197a701130d13a885e27c7d",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/crawl-last-50/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "722353a5d5be0d674910608a539ab5e81e38327314584003560fe0558cca7ef4",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/delete-vendor-samples/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5acf27f30edfa41fe5017c4cd7b2bc0a5f5243cf91f7cf80a6c09f3fe94b9d55",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/detect-colorways/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "461338a266e96ed766ffe3bb794c60debeccd3c16af3cfcb6ce2bf41b41dec02",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/detect-images/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "22749d376e535b02a54408b128d87a57d9f67e9ab9d2ce5d60ce66d21e08c862",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/image-proxy/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b6a46d239c670931ee6d3ca1da20541524f5a3609d9423fad66d64909e00f216",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/ralph-wiggum-postgres/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "954eb852fbd66f875eba9685a7058cf8090dd819181bfb3ae74e8fd3fc281a5b",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/run-crawl/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cd231f239ddde3c8f1d69fa884e93db308f87e4bb9cd3e00e26c24db8d4edab3",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/save-colorways/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b2ce72cf36fb15be7fb9bd027b65267f42fb668a14f17adc7399f1907e1cdd31",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/save-crawled-products/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "329a8c09b9d8a1f380e7e17d5a39160a89203a7afb6864f9520e13f3c26df400",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/save-tested-url/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3effba1b21dd7b971e0cf16db421a2882ce97b246fb46dfc0356b4010c5ec849",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/update-product-thumbnail/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "65b5d28783a909516f68c7028891998b5e2c51cb1ff2b6b446275faaa452ef4d",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/update-vendor-urls/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6c118cb0cd1f5650bb25d1cbb17294b7b3df3af216f35662178997450b379522",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-approval/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5f8c237c87c112a3afc6dbd87559e4a90b47a6598a0eb30048ae75b7d3dc9bfe",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-brightdata/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fbefaa8dd302f2fbaef1a1c18dad299c13c7fb3345943d2e1baa68c78cbda31e",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-chat/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a04f787bd95be19cf7cb6aba1617dd867b28db9cf429ae616a5c36084c12ef62",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-proof/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e3bdcdf7c6839e55109b6fd177c7a63e0020caa22e845e815acb5ad725164c5f",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/app/api/vendor-schema-manager/save-urls/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "28b0ade7ace9fd09e88de4907dca796095e17663bc856706ce254e9445f2732c",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-all-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "acf675ade6fa22335835bf296efae21eba9e45a893805a8ce6ebd8e9b1f342be",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-batch.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "35d1ac558ade6c2a45f3d635823e496a03553cc3b8dae3b6bfa102964ad54b6b",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-from-db-urls.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "899d4a5144b088fa9444759dd094aca4a9a683278db41cbffd09b7380b3398b2",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-remaining.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c1530f74c07d69dc368d41d295b883b4cfd9747d74cdf0c45a8a18befb7b6f5d",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/auto-detect-selectors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "758bd94bf570668783a74744991cb0d26000f5bef4f82958722e712630cf6740",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/autonomous-discovery-orchestrator.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "002787cb44dbd5f09ae572e1be457ebb14cc1b5195064342873525df9e8a5ec0",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/autonomous-product-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "644d6061b4d45f00f322ed7578fc3651f2c390ec8fcfe99de9b653e74a0dc951",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/brightdata-product-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b8e4248eb344258e08b1e0df7404979e81b967fb808a481ca80ac5912f8304c1",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/concurrent-brightdata-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7885f0a357d39087ccf7235245ce7592eea5ae23aac246c7b38239dde60790af",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/continue-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5d5960c5e0825b55aafd048860933e6b89ff7135a89741e8c1d33e5ecffc5735",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/continuous-db-saver.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "de46a417f0d291e8b38932f7e239b2dc0fe5fca4a14b52d4f1f5192b667b584e",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/crawl-pending.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "462a5f3b0b89e3d9d9eb0222eddf549c12521539d3d470b59362541943110389",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/crawl-shopify-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9bae00110e8b72181f315ea9bb531d469d786eb99b7963c2aeb1fbe8059d1151",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/critical-save-discovered-data.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "958a69fa8a4a8d5ff429b6402f35f0cf2e72274fb5d8637a374efcfa7bfc8fd4",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/data/scraper-audit/ingestion-provenance.md",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "647befe74b78c70b03cbfb5b80ef8491949ff1df6745f4abc7c0808ca9094f8d",
+ "findings": [
+ {
+ "line": 44,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/emergency-save-to-db.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5814e93c3e93c72ff67ec2ad6e1c2686146a98ed4246fda3da8a72b654e35663",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/enhance-scrapers-with-schemas.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "534262d2516589ab132e42a4f735495c2713794a72413b5de07d3acffc49329c",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/enhanced-discovery-viewer.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8f30a0527ace26e1e9c7a4d196a5da125b39a881c050bb3333821e8e6da43912",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/fixed-discovery-system.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a3eaddee54e3a5bce240c510d4eb3e0d88af0a77f27764da0cc00da7c0541173",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/fixed-kravet-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9c0de8ffd15a166f2fcffc01122f48e0b212461e86cfecb192cac8774c6b06bb",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/lib/color-variant-tracker.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9726b533af761f75ed6feff9fa4bc921a4340ba2a58152e3294b4d0481ec2e6f",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/plugins/temp-clone/plugins/plugin-dev/skills/mcp-integration/references/authentication.md",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "9f3ca61a857a15cc4c0dea9143365b0c49cae558690089dd61f6434186c702ce",
+ "findings": [
+ {
+ "line": 197,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 218,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/postgresql-discovery-restart.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "935ef4be2d24d99397c2df3ddada9729e59f5e0da339d7cf7c61344500f3e15b",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/postgresql-viewer.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cd0968a7fd85d79a6678737833b91fecad4c5b05a47feb0ad497560358e555f8",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/real-product-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fabce79fb2ed1cec6d4ff85983c182d21cf90f27cedb8c923c4322f4f1091947",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/real-products-viewer.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9f4e56f017ddeb7282d157e7a173da1cbbf0a37af75ab503d0395464b41a5198",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/restart-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5b2e34c2c2d75c003c5e2797f59fd4caa223f486fd59a70896e060effad2ddc3",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/review-failed-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e89f42a08a18f0fe542f5e1fb6ece8bab83936bc5340954f58408aa7f3b5bcf0",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/save-discovery-data.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "44570baa70fae13627f87afd3b48366a8efbffd31eeb500c352f98fd460ff5a0",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scrape-lee-jofa.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8f2a7b93b9367b873e8f4bbe50a68a83398eb25b214497a78a95fe5879c7d6f4",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/_disabled/update-kravet-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cefd3ee096942832c3d98e7ebcd75a4de8c9562ade968f3edf4178bf25476722",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/aggressive-crawl.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "13a2ecfcf659c55423ebff96a81ecda04bbecc9ef034ff98d2dbea1036b5f848",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/analyze-top30-json-data.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ebdbc714493b7ebfaf8132ef9f3394f1d9c213a8c46071db42d69aba23f2ee96",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/batch-crawl-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3a79790e376e5665d27f336891b53132f7032a740f55d49e3c450c9805eda52c",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/batch-crawl.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fec34d3c6ace3052c977258efe6662b3d54224a1cb3438515344ab12a2ca722a",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/batch-puppeteer-full-conversion.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "42330f6a3aff999f37ec148a42da120d424c5e5fb99845f1c06fa65dcd4d9d8d",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/capture-10-per-vendor.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b983d9c41ff5a0adf32f459d4884e1c90da4f7ed8d3ccd1b5dd17890f2618e59",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/capture-aesthetics-colors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1e995d0e30b50e642388c94377a0948cd3866428403ac258495a8b8d659f2960",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/capture-andrew-martin.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e796bbd6e6c384dc21d35ad7790f1e9b5d457ad9ef997797a4e72883ea302568",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/check-vendor-selectors-final.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "063d4091b009152da729be18b7a71ed3efee3e0f22adff4e0e0bd9d19d4fc93d",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/check-vendor-selectors-v2.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "22f3abf0a965a040c0d93ee7f1a00838fbcf3f20f3fa75a56f2b1f0353ec18cc",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/check-vendor-selectors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5dc2359fab26d4ff3536f1049077b3cebcfe8151062efca839978376f11d3dc8",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/consume-variant-queue.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "19e3c188bd3c513170d96acf7168faa4876f1731b5eacdbf11c951690a59adf1",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-custhom.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3bd0f752f4f9c7bc16e7d135b33f73a7deced344ddd06a9701e86177a92680ab",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-harlequin-glant.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "858388203260f5391c614ba1f4ca920abd58d36dfbd1d8813e2aca6a2d0e61db",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-momentum.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6fe139ef2e176f7f5e272eb1d07f74672d514fa181379b5fd6dc8e40d1393843",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-remaining.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "750ed7de5bc14c02d518445897b73fe62e127460db12a0f71da444e5733bf640",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-thibaut.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ae86000570aa453939c33255439928a42b602c628192b48536f19894dc1160be",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/crawl-wolfgordon.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0d54eaca11c6af201367f7553751c51eda92273767632b52b3accedd22776be4",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/create-real-working-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a509bbf82aad008e07cf50235669515007f78c53af9b41987333b8659f2602bf",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/create-visible-test-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c93293c33f95d7531c2963b9033edb3619cc3e2bbfa2498a47b693fd0f63c389",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/dangerous-fix-all-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d13134cbdb4c6121766d89160208e7fe40577044240db4aae449e36a2d131711",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-dedar-colorways.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "55d1edc3c12bafd5d2b967515a121bd81ace87b30599014be9461a457ffa6690",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-full-product-details.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cc7664c2e12fb9b1ac8f5b709cba03b1d15315bc77171ff7748efc4692b634af",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "85aad78e0e56a36afc09b3a74ebed77bccafac3708799f55cd6a65397af35693",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-innovations-colorways.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4d59c1e72b21a26fe685172280e4069340cd34b266e1df5e8b2db3b0fbe7a27d",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-product-images-only.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "34e80e289c68588ad2f9900fd90fc2e7c3ee3f8872397f107b63effecac6335b",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-product-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f6414c8895868c453c3438b2ae23ca8a3f73a4da52e359753d5773e922e0fa29",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-real-product-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "60356284719ce1861de32fce0825b40ea43b3d2f7ff6941ef35d3081f3c141de",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-1838.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "802ebef15c038d748c9de005ceaab1f04e9e7bd554eb4f94af5d573b935ef71d",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-aesthetics-wall.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1261661571d9aa302c784c96826614486119cc9fd7fddbc815e54f3e6e9e580c",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-all-vendor-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "be3bd95be8aeb41c30de0355da611a5e688451a2f5411826dad7eaa7389dc0fa",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-all-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "17b95e13fe9ca4083496f43b37c531a4197fcea27e11393f0f2230a830919aa6",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-andrew-martin.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "548dca17c3a59a51f3e64812dd8c07dcd77b3bb07ac4a221d947ef44ae8a0f5c",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-arbor-wood.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b5e3969b8a2ba2d4b07469f9818594982f4a0ffbf84e0b014f801c3cd49a5303",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-failed-vendors-dangerous.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bd907dd81586abd0abd0503919fe99b70a2d7c57d935079701f1a1929a56c6f6",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-images-from-database-urls.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8e96c2a92afb2967f0de3f8cccae2e6af603773ecf56e13ddeb6dd117c2b95aa",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-missing-thumbnails.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "272fa7dca0bb69639a8b981f0efd691c9289feeb9c49a0fcac372c5bdfb71b7a",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-remaining-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5d37f5fed011536201b1da16a0210e000b0a9d833b605291e042873f92333065",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-schumacher-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5e463765795fbdddff894d3d99da319844b6fa0550bbf8e6958ebf42b2c0e4a7",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-vendors-fast.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c2f1b4d8af3308f08a7d63d44c2469544c427674459695b20823c2598c3ce8e4",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/fix-vendors-smart.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4cbcce03c1ed1bdb261a79991e29182a2970ab3c2ad5519ccd1912c956f24707",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/get-all-real-products.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "88b2355d1914630e1074f830069d7cc5f5ced9f71622a1744408fd566558d53b",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/get-real-kravet-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cd6bb19bb29dec5d6a905de9005cbe7b79ad0b47709c6acb9c57fc3c32db7659",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/get-thibaut-direct-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "04066a99543393fe4227ed9f9989231264669d9651fb8fc16df28abe6b9f497e",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/import-catalog-direct.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "14c383e86e1f98f9e6fb5fbdc28ff1f2912caba87a6e7e7f326e11453b82c144",
+ "findings": [
+ {
+ "line": 66,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c7609e275f342b801b48f1631fbed4cf310bfeabe4ea39252a5ab1d4bf47431f",
+ "findings": [
+ {
+ "line": 40,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/method1-screenshot-capture.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ffb2adad2aac44a5216b72dd28e5fcba1e3d9bd522c1f18ba340ccc8bc137b3f",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/method2-create-small-jpegs.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0bc9f0ff0d51b69c29c9e47579d9b5dfb0cf26a90e121c4b5a6573057d8443ac",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/overnight-crawl-all.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8dda407cf1193f9d8590facbc2e8c3d9c7778b9fcd0560efdae2fb7b143c5e9c",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/overnight-crawl.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d57abafbb03f83f4f4e8447497ceddadf896b93e24f7cffe51ea955f3c3550b3",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/populate-vendor-data.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7633b42f49a3e3492dbe955c6c867f26f739a7508480aeabd7cc6d07bd8bfaa4",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/populate-vendor-products.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a841a01288f8708b2696fe5ee384c5d8842acb991eedf92376ae49d753c04b80",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/prove-3-products-per-vendor.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ff4a767aa6536db95ed2b53a8cdaba94e49b3068f733ed4445ec9d0ccc8c4980",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/prove-via-agent-sku.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8694a3c8743f141bef307dc610f4e5121bcd3fe80d0ff8c32e8d2b1ec03bcb8d",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/quick-add-more-products.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "100827e107f67911dc5568a4f7aa4f259a910f87cdf927e80407105cb83d50ce",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/quick-crawl-remaining.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b1bc3d43dcb15edc087ab175f26f1844cee9d725715b56ec8ed92b045c0ae6e1",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/quick-proof.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "dce100ba0b8542f35cab8af0b09920069d615343e7ef281ee5af62e6e8f1f16e",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 161,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/ralph-wiggum-product-finder.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b3f9b194851cf5593f61cad2c7f95d4e6938f0e108c485c82e02d019f43bebfc",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/run-all-vendor-scrapers.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e32dc01957753a9341f567cbd581ebf88bd50813e625e6c9f4f41895d5786e97",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/run-thibaut-crawl.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7866a54ae4844777f92fa184de391e40aabcd7a9e9111cde747292255a77fff9",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/rwltd-gemini-cron.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "11ef9c280c84613ed7445b9b7bbef7cadfd7313bb708b0bc15c7b7bf0b7b75c0",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/scan-all-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "18285ac99e68ac551c2c9d0c1d087f2d60eed66406f9f949611ee4804ef3684a",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/scan-variants-from-db.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2ec1d0fa93906005d3321215ca251317010215039e96e31ad8537bf049ce94db",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/smart-crawl.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "283dc838077a6d041f0e185c9fe4d1de7b49c6b371101e60bda3c37e80cd537c",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-all-vendors-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "dd76636805e593658d2bddda8936bb50d1c67d36469445dac361df42efaf5a51",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-all-vendors-save-results.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "54c48f1989d377b6a0cbf7f61cc222490d5d68c224b1670296316bc810fb9674",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-all-vendors-yolo.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7f61a1c7b48c78fcbd85b090361ca7627f6375208d58e6502f3c429c6ceaa42a",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-color-detection-stable.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6ec177f48f7ea71d4581a03b844a99a1df9fb78c3e4d6cb06f460fb0b49d23df",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-color-variant-detection.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "829ec3d3ddec60943464a7a2c4ec943e1b862184469d3524c27b00af8aa74dd1",
+ "findings": [
+ {
+ "line": 216,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-elitis.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "574ec05720604a107b671277e1e7fababf2a7e0eb3e0ad5e14e942a9f4ee2bbe",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-scalamandre-direct.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c06e8b2a9c91caf6ee9246dffb6794b0560bb1c96fc121763300c05bb74dbff1",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-william-morris.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a002fefa00080d58509dade7bd84a39f81a6265c6a289e75b5b80f9b636959b3",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-working-vendors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9270345e48928ea910ebf6c9abb337cb1876ac19f71b99ae2cdf5c8846ca4ad0",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/test-york.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "61dde076117e39c7d9426158ed7bcf17da7cd8f2f4e0bca7c4e51e6ad84da453",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-fetch-real-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8960043c8c33481eec7ffa3f6a31e3627801ba498903c6b173bf40de99511545",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-fix-everything.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8b9a35010034bb53267444b709c1ac7c650dd0870d84d6c19bd874254fec6c10",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-image-fetcher.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "775ba6395fa3c791757b00c0b2b88dbdf0a476b8d534e04b721e4a0c23f0f4fb",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-kravet-correct-urls.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9548a3fc3a9f4ae90faf1697ab961d1535ae956a395c67b264ed8c4057c7bceb",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-kravet-download-button.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "eee2076931b99f382fba3e887ae1c4109f39f9f19a0d6b6d839c94a9313ea02a",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-product-harvester.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a8fc83fd64fba653f22099c1bd2ad485bdb3d6da252e4e97d19d84d02b9e388c",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/yolo-real-product-images.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d7b2444f7634ab6f8241d7d7bb9c377115b0da4fa5c2ac0c86bd35d6914dc2af",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/skip-brunschwig-continue.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "18b46da070f0133052dbdc57fe3a9a380ecd5e24cdea864d1776e39831a7b1b9",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/smart-continue-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d383891f740dbe04bd8b0a7a668f7494748405bb1571586cbe4883a4537984b0",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-all-vendors-pipeline.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "798c16e2d6a7df6e115ea42fb9b7c85900e1f0679889eae0d0aeaa26db5eaef2",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-random-vendor-selectors.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1d7c59afcd8f92e809f77b6f244ca10db502413a8d59c48c8fcc4d9f94be89e5",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-vendor-batch.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "dca18eb51c9aff03980c884995a82deeee60242e087b1d415bdbefdd86211519",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/test-yolo-scrapers.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "74d9595afa1b19fbcb5c81a38ee15a1dd4885c7410d577af2a78957b67c96c60",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/vendor-inspector/inspector-server.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f95b1314a7003e1468604e91d24e84a8e507a8a5181c83f63e498b939e800d9e",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/yolo-overnight-runner.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "80ff6824b1e292c03abc2aac62cb39d7e3a5f5fe98905be6ea53b94139523d8e",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/yolo-schema-discovery.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "18682763add7086248065e7f8d80e2aa502bff89e15e9c4d6f3b98e7403292e4",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/yolo-scraper-generator.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ab19ec1b8d79ec7dbdfd8f99ab64d34fc3d8b4204f4cb3dfede7b98c656e09b9",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/scripts/activate-first-two.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e2de62bf1cf7168823e01befb119c9fcc95924e8525d1a102f2dcbaa722dc9c4",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/scripts/rescan-scheduled-posts.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b2bcaca6a4c68bde540ab95e081a206c1d37f8db41a8ba7211293c1f5b7be15b",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/scripts/rescan-scheduled-posts.ts.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "d1fe8fc5f80ba1b76eca30093811d2c169f417f43d3d9a8e068fe43f5274bf17",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/src/app/api/analyze-product/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6e41ffef613e35081b09b621dbe10b011af9b4552725779c283d4ef180977b0e",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/src/app/api/bespoke-product/route.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2109a02ce36bb4154d818c38548e4c9c604e00d80268de3110ded2d488ca7ebf",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ShopifyCalendarNext/src/lib/db.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2ebe56560aaf5b80ab2dce4b27c9934980ab8d8a1ad2167a81cff259c2558d8c",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/VendorDashboard-V2/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "371581da64389f1aa55a5a0ea97c5b795c3136a0eb1bbe2814848b6a878dc5a1",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/activate-versace-drafts.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fbe990a524cb7ade72ed159a4c1e22b00aaea5f790d8fc0df4e00a6716db10e9",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/activate-versace-nan.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9610da216a5959fa17b3547796358f29661b5e941778a1d6015f804efaaefe95",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/activate-versace-vi.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f3d832ceaf05ab75d2188eabc23ba93f1031a4c1ef5acb37267822446125c1d1",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-ai-enrich.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7ab86d7dfc8caae6f30fc69b90fc32089c103c8c6ff06bd8fe1f4f4d241c0157",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-room-settings.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c3ca7e9a5e813ee2b30b771d23f32b14d9651425196062f3542493822ef5a670",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-shopify-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f194bc5f4af1c4a8e405ce40bf38099fe8884b009ac1c26cc8a46149ecd42661",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/anna-french-shopify-push.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "05f0ae967a406999e03ba2f2e04e9c596c55d96245676b8f067ac2cbc902ed0d",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/archive-agent-server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0e4f71c66be46994ab4459d6d68d81723c31c7db58105df10e7c26214317e6d5",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/reprice-restore-kravet.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1304f9de148676a6c43d3861349982e6f168b068f778b7450d4bbc823da64fae",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/restore-vendor.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ebcf73879aefc5ffb59f0f500f1ce785991a1c13d60c2dbb1eedc1999cb082e6",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-recovery/scala-brand-archive.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6077f774c809aefd540327de49adeaf41df08d685093754fe6f784160c1409a6",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/archive-thibaut-discontinued.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f36c8f0dc4762593060b48a0194e44e79f62dc986336b0e0ec7ac463b033497b",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-crawl-all-urls.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b4b46046540c7930b5bf38fb80849d50293b8cc0e5019ebda48100d894dfd6cc",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-image-backfill.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5e9ce549edd6b99bdc7368702cdc8ab4f5958de58a6b53d547cdcbe8ead4b026",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-search-scrape-width.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7012812b6783841ac8f2393cf81a273c7b10867591080b3ad10c71955f3f8dcd",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/arte-width-from-shopify.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d9aaa90fba5f0cc34e1b71045688731545b435d758091ede149cea4347ebb478",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/as-creation-shopify-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3b797ad591330f4b1e6e7dd82dba4bc9d4768bc6e89abe74bfc8f59674c6933e",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/as-creation-shopify-push.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "e5845091537f65c5b63fe5779ef92425511b2f637b9dc9ea4c4ae7a13bb481eb",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/backfill-schumacher-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8b82a9de8a6f6b87bb9c50c6a03b0ccdd90265afd869e7a9d2e6ba1bd4b412e1",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-design-tagger.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7066addb9b76f4207ca7c3be5133777527831fdc0fccd1f1706200efbc4ce6e9",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-hex-colors.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d65f42980d3fd67a8d8ec4c4adf704758fdcfef29a8fba0a89488e37cc0e9915",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-image-enrichment-2.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a21f4f248b06648fa2f203b7bd08ddbaa7fa146001ea8a1cbe34fba686cfae6b",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-image-enrichment-3.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a3d0ea553a7e87453935fecda7161104586b17313fe9b5e137c129c764f482c4",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/china-seas-image-enrichment.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "283c8bcafaf0871a6653a33a86198972774284c8d6e3a7f5efb5fc2ac69cc7e7",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/command54-shopify-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "13205c80faac5904d047575b2aa6b1dd8aed8d76f42403fe9c2a04cb98374edb",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/command54-shopify-push.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "f6410e2c130d99676848a3df75a0c46f784204d544fc7ade5eb8427edf4697c5",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/dwc-bulk-audit.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "41ba762b9c73cf11b98a4bed727e14667fbf4b68256cd06f00ecadc97a3ecd7c",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/dwc-legacy-audit.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c48443c5bac99914d33df7266f3aee339b328283b82492badf165d32c401a582",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/dwjs-phase2-scrape-specs.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a828dc0867d49b7735cceef286b17a82f1d42be2ac0f2d8d590f279e4e847267",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french-pass2.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3ae0f5c929f3119b11757ffc4bff01a878eb4d0f3659a663e1bc20697dd93432",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french-specs.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "972cb2dd5b8e1cf0334285a75f551f1f9d1d73eca0afe10cb011193742ee7bc1",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "653e745509497677e458a8629d489e7badd1463db1d1f9152297461c00b3428a",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-anna-french.js.backup-20260319-013920",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "fa1de7f2d50b3dfca89ef965f149886810b6ded7ba579a7b39844c7063abb27b",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-arte-width.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6609c2970b6784bd7533493b63104ede3f7861544b01b6706d1f20b01098ce39",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-ascreation-width.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "15d5f6031c050c079951e26670dc605dbb1b523e81f42631c360693826408358",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-grahambrown-width.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "de8eb44a9c691b05d9cdd73f0a7b4fa7273c52bec24473eb20ac1e427e7f2fe7",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/enrich-rl-width.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "142770bb64b3ecb9a9303184e44e2c203d4bff711eb917389e0a512b6301e8ea",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-empty-body-html.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "53b673a2c68231ed48c4600b9ae075061f70a4d6667555a33866a00f692c49b6",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-product-type-by-width.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "215201e3d2d2d6a61723052ff75aebfdca170e8bad4852242e0e1c04d42d4880",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-product-type-tags.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8d4ba1dd1da6f5a638bf6677b4df63448b5d8850ea8a3f1e66efecc1ad99b978",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-sandberg-body.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bff927f53c92b131e6f0c680520d55ecd440716513bc05eb7be08b25089c07b6",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/fix-single-variant-pricing.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b9c397037f51cf3b8c4cba2138a411a9f968fbd01cda88c33b2d42dec98b7056",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/generate-justindavid-rooms.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1b6453c798f25a70d761ebf692458fbc75a92f59b8552d238a7814875d604f2a",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/generate-maya-room-settings.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f261c7b225ac0d2b96bea9f9e113b8824da8ef5761c9b4192627e9015db15b25",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/generate-maya-spin-viewers.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7c200beba63f4504f112043b0bfbe9c49c7fb7f167dcad56d8fe8ba0e47374a3",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hex-color-blitz.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "115989e0a726229b60755b18deaa2932618c00f90139e99d16a9217c50e9d8ee",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-hex-and-tags.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "51c1b5e7347a183d7fa12529f2aa3b6e2f02d1b6a2f23377e805b102830204b3",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-hex-extract.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6503318712873dab6739deb851adb97821ce34157a91b57df45ab7ac8fd67778",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-shopify-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "15bb47fcda698ccdd2f9a7f49bd94e2e979cfed60d38ac5e838156e40747c26f",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/hollywood-shopify-push.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "445249dcbecb653df481d0ff3ac079a5ae3930994c8a5a90c658bc15a7b834fe",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/interior-design-ai-tagger.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4fab2b2131feb16f575862852f9e4e5abd9118d42eae94b2ab084fd20d85c01c",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/jd-room-batch.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "55ecddcf9e7e025b068b7b9d54e87a38dbae4272d46f4be1453b4c6346b6ccf6",
+ "findings": [
+ {
+ "line": 40,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/jd-room-test.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5e5283cfc1415b20c44319843bbac336a3d828a17f31ba32babc09eef6f47514",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/justindavid-shopify-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "20d80fbe84418937610a9e20633478fe4c0b8f63a780e0f44deb026fb161cb98",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/justindavid-shopify-push.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "661a8ab3f0c7b0dfad7e75b776d72760033b5037c1d337015ac36fc342d7dbf7",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/launch-versace-vi.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bc35c1e78eb3f866460421a2a2a35a8160fa3dc4ec48897ddcf58575a3c727a2",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/launch-versace-vi.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "c01150e00e3f0da2ac5035fe6c736d45be8a0dc9bcde588300a09a880fa0efc1",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/maya-romanoff-updater/maya-romanoff-updater.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "598f48e89bc77026a1cf40d7cfb633fc7641f692a99da2aef49b3b9dbb5a6235",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/maya-romanoff-updater/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0a4d29941cba618431855721d205cbbea66bce854157c77dcd3749c14f857735",
+ "findings": [
+ {
+ "line": 32,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/mdcwall-image-finder.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bd481c48214a2b1883664ef70a354cd813407ef7c94df8447c5f7ffa62d76475",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/migrate-dwkk-to-dwpr.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9cb6b327839970cf42ed5755deda96973f278b0f3697a34975cba0a40641f96d",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/nextjs-liquid-app/backfill-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3634e07080e564ed5ef7f557a2a0a9411150804b69c54debfec8841ba8c58a40",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/nextjs-liquid-app/db-proxy/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6ed023c3a7092e0da6e4d71fb484fa8fdd0b6833942fb4e93b20c2254557f1c8",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/nextjs-liquid-app/update-mckenzie-titles.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7a01403f1929bef5590164f6138f429a20c076fbe6e016709724f8c42d002298",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-100.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "25fe976dac5ff6f702282c75dd6fbb5304a1a7e2e27115fde5eb52ae88c50124",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-batch.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "edd3d737f1951a5eec237209eb45470191dbcc6cf42ab0b72c644d2188ca4427",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-batch.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8e1d93d311ed8151836b7711bf250f46169a9a50929362ff48b5a9e26282568a",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-batch.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e4faee38a37f61996a1ecd1b44cce55c743b500607eb1632ccefa6cacbfc8186",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-run.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "57ef2d095b820cfea8488e19cc9f2eebdcef2d65f486406dbb1a3c2868a0349d",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/phase3-ai-enrichment.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "aad4481ea1327ede32fc9f0cc9769edff34417c79028db48911174cfb2cf570b",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/pj-tearsheet-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fd03a0ac5257040327152b0691584ed1e577a09b2b8164f5b71050fed5378307",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/pr-logo-crop.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fae8a865ce9ef2e8160b4dc2031599f7b1230c9fba1711c8e2f44b50dfccf645",
+ "findings": [
+ {
+ "line": 34,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/prl-ai-enrich.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "acd67238add0e6dcdb94d2e3255802fb0a12e6505410b0ab2c11ce3fe4a2cb5c",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-china-seas-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cc0ae064a5000a63f9ea6f91a40ce4fba4d8c49af33c65624368e8f144ce7e61",
+ "findings": [
+ {
+ "line": 39,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-color-hex-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "41cb65ac1c046b6343d6a117a06a9b03c12161dd49bba08dd7f27ec7e966ebb8",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-maya-romanoff-to-shopify.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "701bbdd575d1a6bd607892f2f296d52b23c3598822aab91461efe7a7ba2367e1",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-versa-specs-to-shopify.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6d95d281e5fc99edd87da93aa34d296aa1d0403b5d5bcd3d8c8bd5107e062f73",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-versace-vi.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "842dfbf1aee755d70dfb142210e89e7ea280ab1c718ef8a71bb2c457f9054044",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/push-versace-vi.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "c82a3765ce60d6148df589b11167670da3d86fefc25393eac2286709f772b7e5",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/repair-versace-nan-sku.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b4fbfdd68edbf93a907a35b4e5b887b08f09a0bad4852ab5f453bf35de192a8b",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/revert-versace-smartart-single.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7f99d1694b1e6d1ec105fd02177b9862c6aaef5d764272825ce814abee59b827",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/romo-group-enrichment-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3637fefb8a644ba7ec48a02146facd897cf82f68df04b6955b64b86da0660dc4",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-gen-v2.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "20918798cf21ba919c6778988fa03f0811964ce06615b723e7bdaf7b2ddb771e",
+ "findings": [
+ {
+ "line": 35,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-generator.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e00cf08b707b476d2e0ba495811314546d5eea0ea495981ae134a98c3357ffba",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-settings.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5baf11e773c6df386c09edf123843ae60bd29adba923856d0fbe621aaac67cf8",
+ "findings": [
+ {
+ "line": 39,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/generate-phillipe-romano-rooms.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f006839aa1457ce29d04436f32fce0db9c3fc1606947af671ab472152d5e0bf0",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/scripts/batch-room-generator.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "27bb8af282dc5ed4af079bd18c6b94098e57ee344899bb47a5f9da4af9e34221",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/room-setting-app/scripts/batch-room-generator.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a83a98f5ffb759f4ba79ffe6ca145cbffe4a727e38c96a034f30779bb25a67ba",
+ "findings": [
+ {
+ "line": 37,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrape-versa-evo-pvcfree.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fa471f7164ccabd6af05d7ccafbad1560f56caa061eac136879c185e6fb31857",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrape-versace-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2a26f9faf9ce14483fd3f8f78ec139d05a2928de4db3a990e134bb3ca32795ec",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrapers/designers-guild/auth-price.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7f9c52aa063255d0c4069d3cded9c842bc714715235254bfa9aac02acab1d5a7",
+ "findings": [
+ {
+ "line": 37,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrapers/designers-guild/enrich.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "17b2372d7ab6f7b80f64c0aa2f0b91bf1b92b014f0a76ec4ec173e08a25b69ee",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scrapers/designers-guild/scrape.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9b2727772726baa495ccb0b22491c2115071ef7f8596511af4ccbfa8aee2f02b",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scripts/versa-image-enrichment.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e2463508930b8c0c4c8dc482a06368f409c66b03099c6196e90d49f5aa3f7ea1",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/scripts/william-morris-image-enrichment.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "809fa8efb5562b7001f5351a5a1d404a866441251078d9a5424a853243e05eb0",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/set-pattern-name-metafield.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a1c1e1096ae9f724a4d416a5bc87cbd5ce4d61cace062a3c3f1eef0d84c62d57",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/set-versace-doubleroll.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b366f96691cb15ac7a033c18e67e12fadcc838fe68046b5697bb5ac56cc20727",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/test-anna-5.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7e3f3669fb6d3336a3e91895c0c1f009e78eac59166c7bbf59689f052965f5b4",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-image-retail-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ee452d5b934217084fa6ba192cafadb659f0f693429ad6c31cf88dbeded1fa9b",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-image-validator.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "880eb4044d75bce5824c0d796d9a2fedb8710317558a76a26a68fd654d77e31e",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-tag-needs-image.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3c936399a31bbb409c2d7e4e7f7d08ec9f9d4751c81ab9738ab50a5687f2c9c8",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/twil-verify-remaining.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a4242c74a360794b92aacec08f203acddcdbcc46b593dff4fb810ee78593acac",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-final.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a63e9c31e87814ad0e6f399f1f905fd3feab22e70b98bcafe3a3755c5e01b629",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-phase2.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "61423976de2ec4b2be49062809d961a6af2629237a2f13ddac07cf1f8a32323b",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-phase3.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "70b57f8f9a089236d933cb3f394c61cd43a2cce4b1df6c4ebb5a8aef2cd46e1e",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs-phase4.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4a092143674a85d0a35db4e97155c01a234f4e48e7b3f72e993cabc18077dd67",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/update-dwjs-specs.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5a475be7aa177da0f4a405cdf5f84cf87f35d7a8c4976904b3e124bbffc4e035",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/arte-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "76eb7f8036c0beb833be11f82b01cfcc2877b8da9931c1e54d8397f4a44fc206",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/bespoke-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3fea3e2172cdf1ab945147b254bc52faea626c7fa5d7e6515bb4e12e24ce0a62",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/brewster-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f323a8fcfa34f0fff82933780210f198243290192e6a5ca54569e7624ff2a74d",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/coleson-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "538439d5f187ddf272969807d5b539d3409c5accf97022b3206ac9e9a30411a3",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/cowtan-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9af52f5146ebacfbdf172a53efaeb7487d18211cc61fd4098fb681b0ef56ab78",
+ "findings": [
+ {
+ "line": 32,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/elitis-crawler/scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7c7f9abd30739578ff4ef4239017653b7fe931c8c7ff2ad72a7b48e1b87d12d0",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/elitis-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d6086e5215631446bdedff77772c2b2191dfdc7dbf545cac734bb4eeb1e11845",
+ "findings": [
+ {
+ "line": 32,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/enrich-nlxl.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f12d6d8e761185d23dd4f75a549fe5edba485aa488e0221d788417b75d57a417",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/innovations-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "60ec7463a36721418c4f1cbb4d2c8f6a7b20fed6119a0aeab913cc607e80f701",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/koroseal-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "62826666d674e19c02e370ae3076fcc91b2341ee32c29fe9ae59ce8e00574901",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/kravet-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3c5ef88c8791a14b6cee9fc82a837e5540514a7f0a9a6e5800aee20147369d7b",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/lib/crawler-tracker.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8eb6b4adb3d4780b79b6923c5344ebdd1169b3d3464acf06bcd74db1b838288a",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/lib/sku-registry.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2f8e8b95f1e484912ee05c409de5c15042a75515c42e854ceffe63c3fd2ba4d7",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/lib/sku-registry.js.bak-1785248135",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "c0eb1c284af47b476f2b3229d6e06c82153edfd1fbe3d1f589686ec33ebf9b93",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/maya-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3874c6f994fd17c2c02f6f993af627f2d415be870c263dea6f395d476f1d0e41",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/pj-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7aab3fcfc91aa41062736f26d670cd7061a83b50b288438cfcecd50c1b835b0f",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/rlf-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ff805211ca399a7627499bf0c8f54f827108419001c4cbd7c9d186a9c69f348f",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/schumacher-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9af21fffcec6340a4f642fc0137c7240ce49845a1f8d2f928bf83444bd842c61",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/full-fetch.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8afa4c0cba7cb48536f201263318d63ca210bf10b203301004be0152b4fe8e63",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/import-from-spreadsheet.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "64edae2c6ddf66bbbf686b00e4077b635872080f4d3db5888cad78dc5344e77e",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5ebdb3942ae7df4987be38de6e7cd8a70bc47f05a541b65508425b28353abf5b",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/sync-shopify-to-catalog.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9e88c3ac35f31bd35a48d1dec1b8840a7589dae6659d5820f05ea331f97e0adb",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/thibaut-crawler/sync-thibaut-skus.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "644354e97a7f6ade4e40f17e0e5138ea77429b7e050bbf6270ae50a498e70a9b",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/vendor-crawlers/york-crawler/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cead9e7d44768c6c7dcd6bf0421fdbccf354ec558049806f5450f61db01a293f",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/verify-versace.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "230eef0d44541588589f44154c22945e8111bf6c82f6a03180c82044afbb6d6c",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versa-evo-enrich.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "83fb7f60e0945a3770d2e6219515bec66c6ed63288ec06f929b2f2b45bed57fa",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versa-evo-pvcfree-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b7bd78d6407ab8421f2102973f4f0be8e0d5d5dcbafb89cb2a7d14f1098ba326",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versa-evo-pvcfree-scraper.js.backup-20260831-132000",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "2d72a89cff60cf9a35d5bcb7cfbd525abc84ee007380bfb29bb5510f1b5b43fc",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-dry-run.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d198c78e13441e11f513b4545d49518f44fccd055e20cbe54c3b7a5c644b1279",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-dry-run.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "58024f067b205cd1b59b1d6f916595c3d95694ed005808f6093afdaba91e3ef7",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-image-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "aefecbe1742fb09793ab741d4d79c521d24f54e2d72a6090e15bc2198e80c0fa",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/versace-image-uploader.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b00f74d7781fb01ccc495617ca2a13f99ce0d36f48437470b9e939f6a1c6248f",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/width-blitz.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "22015fe9c0edf495e4de3cddd73bcf3fa826a463d36c486ceea84eb418185da5",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/zoffany-ai-enrich.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ca4e704ff604b917b4ecb0da002fcf4fc0680fc3a032246b7de7194f0ed8b608",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/ai-enrich-arte-fix.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4cc1e634a462deb8c6daff8d8e203438e43c523aeb68cb837b897145bf7b9956",
+ "findings": [
+ {
+ "line": 73,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/ai-enrich-gaps2.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3f64bf68a6727590ef83339f5677b63fcfe27946b381b8e9a9c821262c5f8a07",
+ "findings": [
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/arte-fill-tags.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a88e4277726db87d075caeedb70d6772d30ffc0b7b414d603dc7c7bcb4180c1a",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/audits/designtex-uom-fix/backfill-mirror-metafields.mjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3152b2e7b5811dbf4facaffcf65ad6731bea7c7e578011ef178249ea7e3db22a",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-arte-fix.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1056369a7d82daeba3e97cda071df2f1443a955887cad72fe59b89c0f4a58f52",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-arte-gaps.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "08671eccae66663401a3477cc731828a043f728c68a1e5779b6c59f595e79a6b",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-arte-puppeteer.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ba261524e4956bb402dd67e39398c50c92f68308d158ca29d826e0c11d7b1775",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/enrich-remaining-13.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9097c046598f7d576ce6b353600becc82827a5dfa272c27e06a7bf9386f219f6",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-classify-texture.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9a299662ad535a4cf6d286ad3466f474b5a69404bebd4d87c0db426d4d47b05f",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-enrich-arte.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0239abecd8b117e72254a6a19d4e9c753fbb76236072d2d9a5b57a947d50e1c5",
+ "findings": [
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-enrich-arte9.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c088a625336d7cfada00680a4171419f3c9e872181a19caeab4be44809e5f980",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/gemini-enrich-gaps.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "05625be495e6e3aedea9e535a56691fe0397e84934c590cc36afda1aa19f0eca",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/add-review-tag-thibaut.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "aeb9d4912570fafb3c0a0650ce8c2863722710dd9ecd48f3fd14387708cca601",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/ai-enrich-arte-gaps.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "38c759b9b40e9210815acffe3376da99e784dd99c275d033dbe3c073fadbfc63",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/ai-enrich-gaps.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8261c0b7041325ff62f40eaa66654f01b71241b2c6ab00bd575fd9166a57bc8f",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/archive-thibaut-unknown.js.DISABLED-2026-04-24",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "10d90b568d58ebe54956f6643316ebe45890ce6f70838cbc5ad524e2a573bc67",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/backfill-malibu-mfr.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ca3e3c634edae6b15e65ea442cdf22547916624f4bb5d03fd62c346898ceeb1f",
+ "findings": [
+ {
+ "line": 32,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/batch-room-generator.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a7709529c7dc07ac7ff4f8ce84f9200c92f9e56c3ffa2eba6ede6c7b81a94686",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/batch-room-settings.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8c95bdc921f0aa77136d1bf5c096b6bfde7b8a8a429ddc6c3ec794ddc4cee78d",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/brand-mckenzie-full-scrape.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cfdfa654e8840aec584b25f388072a76a8dbeae915edfb5a2055a7bdbbee329c",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/brand-microsites/build-brand-data.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cc1aac0c04c073502ed2399a4141158cf7a3fd4aea4c57117eae9a5e653e9a63",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/change-logger.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "89b0a29dc32f1fd8a637241c5e068e1bfac05123f2a4d61245f7f29d4b3aa5da",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/designtex-headless-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "36b7d62b349cb526ca065838229a87ac55960a36065ed9060945c5e3fbc92b13",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/designtex-portal-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9ab6da3abe1e6f0192b7a7c4b51147912d77e15c0581a5bda29539a42f3e3cdb",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/designtex-pricing-update.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "012c0039f33bc0e5c31b55fb57d30daaed09b589e95d954e88b642592539657b",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/enrich-remaining-13.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "85ba675a17594b0c03466e7b85bec915ead4bcc58d3b6e8400fbc8d965c547a1",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/feed-room-queue.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a7a8299a1bd22af29dcd867d25a900e6b931b3733d5c004cc9d1e47fa12943e6",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/fix-justindavid-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9fb643b1e6ad407cdc540b9fca2b08a9beb6ed950b02fda1b50c1c182a13fbeb",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/houston-mfr-fix.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "12bf638ea2e02f268817f8b6e5f4dd0cefbecc802a8b1cdb2c98b71ca0d09ab8",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/import-fmpro-to-postgres.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "01a95ba6e1439c83c4f484c258035da263fe4288e5a7ce0473da200c391ef61c",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/interior-design-tags.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0993273ebfbc81c1194bb02d9a1e4b3f9580065841bbc2d6f82f4c6260c17f34",
+ "findings": [
+ {
+ "line": 38,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/jd-fix-image-urls.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cfb4811f508150e1483ffb9451178b1785aa1c8b93a54db084776b15a3e435eb",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/justindavid-daily-cron.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "91e9ec707c706d121cabb39ed42a4594eaf0d54a15691b5050378b526166d428",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 47,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/justindavid-room-settings.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5ab11ca6d61ef65d18840405f9c99d6f7e384b36fce51773d73f4f13cdf12684",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/kill-wallpaper-word.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7fdd2b6622316de291adafcdf8ade7316dddf95e42177809accb013481f39410",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/koroseal-website-scraper.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "83d8a495177d9b3aa122c966d1860cb9ed5e91f91c48d4d19c349e2be439aded",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/mfr-sku-bulk-update.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a6d8bf7fb56f91b84debde5790c0c1405a5c448efeaba8ccf57554f09acab292",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/populate-dwtt-mfr-sku-active.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9f7aa92944072f074198ece513f01669abe6503bbce23e9ee47600dff172e1d7",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/populate-dwtt-mfr-sku-from-catalog.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "82ae181464b389e4c45380ac3b44ab7336e515fab59f182b47fa0e09a9a598cc",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/populate-dwtt-mfr-sku.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e9c4f5ac0899c606bd718572474d4fd2f0015d181a3100c3b4390f7b04f0413c",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/pr-quote-only-tag.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bffeb32bd714b8bfccac0b91456d269c119a08dd7fb2da062091221b873cd1d5",
+ "findings": [
+ {
+ "line": 42,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/prl-ai-enrich.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8da9047c07ba31c80c31cc4f3e9117587353a4e5f87a8f122dd83edf0c8f8ac1",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/push-mfr-to-shopify.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "89f66f75059dc98acd38cb95ca6450acca4b7b613bf6762a33233767695c18bd",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/reconcile-tk10649.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "de5398dd2c8428ed47b92499cb74dacb29c8974ba18d7699ffa54a3115378a37",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/rw-drapery-room-settings.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "248ec589c3bcd01f5e54142583e8adcd178184d391c4d3022aed94577e3d2bd4",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/rw-upload-room-settings.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "200e84dff03bdfd4117daa7ea7ad4a9b3f2c2c07fb0599ae04d4ba3eccaaca6e",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/supplier-mfr-bulk-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4df92197000ae7db43652ad1f64b021baa268cc245e897b2abc321d2d3dd8cd5",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/surface-stick-backfill.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "166072fad9f664c1fcef990b63fff3b123ee2fc11a92c972d9023aada87302ac",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/swatch-spin-generator.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3fc14a138ea6f10ae55e2b994d6d44b651a91373f1d9223b235c2a8958101a78",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/sync-shopify-to-postgres.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e5136d40323da5cc06a0a380bc63751a801420c05305479719ef5a05d7a17793",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/texture-repeat-classifier.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "90f610dbdf2fb68f5bdf8b2857c50de8ce8286c9978a8d6ca2e92eac5148347e",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-master-products.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5ec2ffbe914388b60f3699cc38d4394c990f729489cc978f34e86480b34dd990",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-refresh/run.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f4af65216b439784e8a4a588f909d327f9b714c5b5b328373d1bc91c8d486b31",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-scrape-missing.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "730de8e5b87fc165f05df8d492c828299f5c1970933528a3191ae762f7e5f128",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/thibaut-scrape-viewer.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "eff170a4384b05607ebb4ceeecde5988886c7dc3e0898d19c5bcd5a6e098c76b",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/tk10002-null-sample/tk10046-bespoke-reassign-manual.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f85c9115808f11fa1867214672872ca43a059f3554bcf6282550e1cf1c2a92f4",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/tk10002-null-sample/tk10046-bespoke-reassign.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c370990846cb5b09b7d34bdd05855cc4987a4ed5b387ae89910d18726989b884",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/vendor-monthly/elitis-recrawl.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1dd2466030b7a631de4a4b3f53e01d2a411a2940d1ba199f482214d1e0f663ae",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 29,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/vendor-monthly/shopify-sync.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f87028dedb637308d0f5cf48cfe8f3bb01fee4b8cd26bc47a63a46e8ad733c98",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/vendor-monthly/thibaut-recrawl.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3c193e7a7bf5d9e0edc787d5a8c2fb9608af50a310ae649d42a3af2e200dffa4",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 29,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/activate-daisy-bennett.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cbcea18c8122c26b28c570748dbf24305acf4a3e081db37481244fffc59fec21",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/activate-publish-v2.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5fd25333ca5cce04021583a880eb4c8cfb0459ee18fe88069816f74d3acb7ae0",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/add-packaged-metafield.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3dfd319f7aebad5f35d66fa32b33f8d8240a4483575c7c75c995bf5c3b0e3af3",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/assign-names.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "227924d9796801aca62e6bde662da23a8fc92ceaf2aa9b1098093beb7e56a332",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/build-v2-drafts.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "eacc3ed436ed01e24bca61fe0c164d4cf9ee39aac326eec1f7303e3daf6062b7",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/apply_winners.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "836242417d415ebff6c19aab402a8325bb935b22edb9e39e9c72b0eb0adffa13",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/batch_composite.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "396f778a1b91fbe1ff3f082c66cd4f1048fd7c2a92d655266cfa1eb8c8d20307",
+ "findings": [
+ {
+ "line": 43,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/build_comparison.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "673d1ed61de489bf32432b3038fd68d5c91ce62dc9786dc033b658c12a890018",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/judge_rooms.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "68104a6085cbbd3e5e728be4e216cbb5b385b8293ae9bce1cdc940dbaa116aeb",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/push_rooms_shopify.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d7d0b951eba98bef09644fe5f8987cc61c73682ca4edae92389984988b7b87a1",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/carl-robinson-viewer/room-engines/score_rooms.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0ba55c4a92c4051107db2f199a500f40192e345112c32e08a6b4eec732074f4c",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/create-abruzzo-collection.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bc4fa14a3527461b73f7ea248327398e0f980b8d13ded9613aa56d01ee7265f1",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/dl-swatches.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "883209606ac9511806e4ae907402b2bfe8ddef27096ec930feeb1b21cdaf38c1",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/enrich-book.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "048e9b15f1baf3d3cb2e8613c87788b12ed4301b0dd8a40caf7f682c62a66414",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/fix-images-v2.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7548b20c6d1e687fb2294f5ca7cd9bfef39450e82031465d7a6f35ba40f2395a",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/interior-design-enrich.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7f47c52a94eaef230f2efc530b456c018bbb4d0475c8e13aa873c100235ddab2",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/judge-apply-newbooks.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a5383d981fc4f3a342a3cfb257a6173f435359ad973fbf0f80847ae81dfa4063",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/ln-image-scrape.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f793e224e372d0895096ba76b80d4c525e96762f66d73d33c8414dc20d41781a",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-book.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6c647ede012a933650211c5e32ba31c1b46518cedb824d48f45c1ea2d8f85174",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-db-carl-robinson.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3c4d45be7950bf17da8fa86410c37e01e77c8a658f63c50b894549ed681aff96",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-db-daisy-bennett-v2.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "470a0bc61704f842cdb49e845fddc3ddd68d15d2b1a1a30f07884a1d12802996",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/load-db-daisy-bennett.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0f6f86a15634a4413ffe1ed40888c4f3603548dfa7ef31701e28eb40f7505fe8",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/mirror-upsert-carl-robinson.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9c0d76301e91ee7a7d19ac192f0875a2450e22fabb463ac92c1bf888797ae534",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/publish-channels-carl-robinson.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cd33900d031ceeb73dae0bd3eeda8918da2dd06af1c84944c07cf8322893c9bc",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-daisy-bennett.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6b6e85bcc3dfa0a92c24567652d8856af25c10966e4d410a62cde322c1bbe4ed",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-drafts-book.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f84867fe2890f3815f463f3983a38a7f8dab3bcf2f48f1c4cb2143b40efb7419",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-drafts-drip.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6ca0e08c5bd8f0280d3933b9c20befaeaffd47f8bca13ded659a66e31ea5aea1",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/push-shopify-carl-robinson.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3641bdfb6e519ac223a3dc12d8411cae4ee49887fa06cd5fb33ee8180d8398f9",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/remap-skus-carl-robinson.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1955e03afe9d63797ad1fea9a8866cb031b4ee6209d0ef563537e9cdae22ea57",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/rename-drop-dw-v2.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "86f17caa8515d02097a2942a13321b727aa242a64e0d2450ae2baf5b569a335f",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-batch-kamatera.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0534d46b4b62b6cd094353b7acd8b6f0919af84accffc16e3033a8a4ec0fe939",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-engines-generic/gen_manifest.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c5460554c4144ffffa63ccdf3e7f0b561acedd7728791df2a04ee6245c4cede3",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-engines-generic/prep_book_swatches_example.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c37b54ec1cbb2e6965afcc6d2006600dd32f50a890bbcfda960dc62103667225",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/room-engines-generic/queue_book_example.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5b632a9a4fd1c0d25778fbbc1c53f89b9b6d08198fc776c86ad835709dac88e0",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-la-titles.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "acf9f4865648b88e985909ffe11813f68821fc2d69d5a0fd9a8d7c33e624028e",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-shopify-skus-carl-robinson.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "af2f416cf580b39aa4d816e3afcc035e937dc69242fb91ba34770685f35f4c0a",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-shopify-titles-carl-robinson.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "19f3bc0a307502b8586a25d8a65c1ab5ddc3b5dd9af8c000d1c205cc683211f1",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/scripts/wallquest-refresh/update-yard-v2.cjs",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "78a7bab8d4d6e791fbec88688c8f5f8d29451237b7885ffd46e33f8129db63fc",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/quote-api/appointments/README.md",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "1b6b3bd26e49ead013738722f0bf65507b7cf88c457a604e54eb4d97bfe9dcbf",
+ "findings": [
+ {
+ "line": 51,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/quote-api/appointments/deploy/FINAL-deploy-keep-in-dev.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a06316a4ca132681340cdae17cb8622b2fa7f0c19a37ab7fae836c3048454318",
+ "findings": [
+ {
+ "line": 35,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/quote-api/appointments/deploy/deploy-runbook.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "53b186c0240e27e54b47ba7ccf605511ae42f51a092841929646bd02acae971c",
+ "findings": [
+ {
+ "line": 48,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/apex-repeat-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c1cd111e0e9575748f49432405881c143032a548480ea4d9987895501c0edeb5",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/arte-catalog-crawler.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2b2f3d07febaf66f0508384bdf5128da338998da80414f3cb5c5c8ca9c632f3f",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/bulk-title-updater.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2dce3518e7a2701859e63a75064e7a50446a9e916146447b259bd7756ecce1b1",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/crawl-all-arte.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fcdd82cfe4d668a4a26dc60bd7672a263f3cf13208565ef9fe651acbe5e913a3",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/enrich-width.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "80d2f76960424938e7f1506d1bc4532d601edc14521e353183d62d7fab87e249",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fast-fix.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "959313d6e0f412c975dc1d46439977f409399fe002a903119a02df9263b7b640",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fetch-arte-packshots.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "991260f2fa07abe5f25cf27a23bfbf092d6f37adf051ac765a5e9e9c5999d378",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fetch-missing-skus.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "274d531982e88279ddaf827fdce51ad011cb3acdfe7b82ee84a07c60f149756b",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fetch-packshots-robust.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b294196cd7dbd635d602cb9e9193095366536a85a931acf85c48692208284c6a",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-all-arte-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "69e1bd418fccc7da3f884b4e8102df2c910189973a52b8f1ebf3b10b47858530",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-all-colorway-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "79a0fb3d423d7b159b7fe1e7215bce3d698ab1b98848cf803f01ae5652fddf63",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-all-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "14a2b5c9c75ae9c1ba5d5503c1086d5afd5bd6ca8c3185af79c83f7833ba493f",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images-v2.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e89f96f3eaec21b3eb3299e70e30a98abb9726609ec713d44c30e8d4d2d85535",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images-v3.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "434e58b0c928a5395ef8363bddd420f4afc4b249e5fcd405e724a7643e7bc3dc",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images-v4.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2a6a9a5148ed9e9cf548c51e92ad048c4a96c0627f691cfe981b6aa989008668",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/fix-arte-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b799b1267cab10c96b19389ecf8d1878c887e70c62e66af74a1b09edd118026d",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/populate-mapping.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fb498e4f356971c351bc388bb0427a9f0f5c459a7dcaaa7469d4fb8a57c3ac85",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/scrape-batouri-colors.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "afa2f57c9d100dd6093abb3b27455cbe88179ca5986c035124d97db767a8df67",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b11a7d950e3d1cde75de89442d0d31723a2bfbcd1e43b4aaf6b461c129cc9cd7",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/test-arte-contract-crawl.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "84bdd59b512e171c664cee074093aaf39cf00934b878924c905695606d94fd01",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/test-extraction.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bd38750a86d7bbbfa8603fe122a4c3d85b2c1646a98e0af79dee3499904f53c0",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/update-all-packshots.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "341f36c7916524ccbe6faa3dd784481ef39d469d01e77273ca2ca7cc7aa00c3d",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/update-bayuda.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0bbff549ca4e297eda8ff9522107c4824e207a58bc7edf0e909cd1027db333be",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-dashboard/update-tatami.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4b8c5e3ca9775490e0221be63ca345a62b2719fc83a96b033c3ccb0792481e2f",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-recrawl.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "76a41fa2cf1e83ebb337a6a65d011572094a76b72da94d3701cc012650b9f36d",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-update-mfr-sku.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1c81d1839f19436c29994d3f5258f68f4a25117d32d56d23bcbed39117285a28",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/arte-url-backfill.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "84f0b839efcb97b41b38f148a4756bc52f8ba8bf2ca229b7541f0ba9197821f5",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/assign-elitis-dw-skus.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9a0393a2e470de1a2ec744b3a287a957af4edffe4a83566c6d98adaef498c695",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/banned-word-fix/scan-and-enqueue.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d5b5c2fc8eda5176f75dd36b2a9cd303e1f954aafe6df1f243311541e15ad8a1",
+ "findings": [
+ {
+ "line": 42,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/batch-room-settings/batch-room-generator.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "99399e98c93d91fbbe0db620ae07cead4e66132441c9e68aa0094e09717fe81d",
+ "findings": [
+ {
+ "line": 40,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/batch-room-settings.py",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e8cc6b6f5345f9b369f80007eb5b475ee611d65b5b5799f07ac254a048c7caa2",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/bespoke-updater/server.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2d194ba8382bd61d0e5e89658f9645e21c3eea8bdc2a5a3907d961f05f34c71b",
+ "findings": [
+ {
+ "line": 39,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/catalog-push-to-kamatera.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9dba4aca78091b59ebb9653553069c182fc552b0b37e6591213369916c45a41e",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/classify-texture-pattern.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f54a0f94ff19d517a5094206d83cab60bd3216550565695cae54bee53c36fd3a",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/cost-handoff/schu-cost-ingest.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9d138bb4b1378166651d1ca9cdccb29ecfcf82800421df0959b9baa05a51d1ca",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/cost-handoff/schu-link-ingest.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "40d9cc8be01624e0fe137056f3171d4cdbf2e381e8e80e9453b92af80ac07d0b",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/dedup-phillipe-romano.js.DISABLED-2026-04-24",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "6be4beb32972632ddb5853089316ec28056049c9110bf7ca83f4c544bf50da7d",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/fix-suncloth-to-fabric.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2fd5f813197d4a8aaca2f50a19d384c90e273388d192cdaec800d05f87b0d457",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/gemini-catalog-tagger.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3652d0f0a015e7b4cf9675733467080683a0103920984dff50c14081f34ab3f2",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/gemini-tag-engine/index.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "19b70ec6411d4ecaeb535e54a59b6f01debfd88bf4031e2e7f4308cf3fabfa43",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/hollywood-tag-enrichment.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4b3ec28fa92479acd19f41ad938fd555cbdd719fb0b4e0214f65c5b5504b52c0",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/interior-design-tagger.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f41992f4c13161f67428eab5b80027ddba5192fd7d18dc2ec4ed926aa59fdc4b",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/koroseal-batch-cron.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a927ef259d6831648c135722ef9fd83c707efc29b4cbaf2648063f88c353759f",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/la-walls-image-sync.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b6a22d2f24af56762a057c827b4cc466ceb4d282e81fd2bf9fc8ccfbb19d0d90",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/lib/sku-registry.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7627ef470f923311cc0800fb67a9b79ccaac635f3f5a05549446e0a0e2d40312",
+ "findings": [
+ {
+ "line": 34,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/lib/sku-registry.js.bak-1785248070",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "2406524e709fb97bf95b21f096f40fcfbf4f040e9b9e2ab88a70c87f0e64e317",
+ "findings": [
+ {
+ "line": 34,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/paul-montgomery-image-sync.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0b58d01d97d74eb60e8932ee25e0690c26c7110b53234521741c85d2998bce69",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/phase3-orphan-recover.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e5cde4375fef74c7e092ea3e3bdaf56883dd8069b86197b0e84c575806466e65",
+ "findings": [
+ {
+ "line": 54,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/phase3-orphan-run.sh",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6a591dd028577dddc2f328a1a68556796b7004a86d10fe03e1174f40ccaf108e",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/phase3-orphan-tags-backfill.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "18287d23ceabf63b2897c89c91c03eb50eb3c777c823e658f09d704b2981b36c",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/prl-ai-enrich.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0d26fcf03aa143a7043c5bf48be924e55667a496552509ad70e39a8d27f6582c",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/push-color-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "56d93e1c16540deb4770e76d4936fc0f425e422a56aae885338b5dbd1efa2a02",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/push-fire-rating-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9628fc68405b20e10c5cdb1e9eac995bfc112ec98d431923fa5e6bd0de886cfc",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/push-pattern-repeat-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bd88528300a6a8b04fd4428b97485a2934976bf5b91d648fd3e3ca2001c9afac",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-ascreation-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "433cc44d481f29400e534b5427c0e1e4126c8d9bf51343d4cb09aad3760eed5b",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-bnwalls-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9a74c0aba1a5ee24c0fd99750f685d6d51738f3859413a9658da31c772cb1d4c",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-justindavid-relative-urls.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "009ba6c8f15aca79764b3bcef67916795ce8d3f9ffc69e8d93f2049a5833c840",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/repair-missoni-images.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ff3cce7999f9ca8f31df66c2c0f6f02825565ededa0fa9c83cbfbf7584386e97",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/romo-drilldown.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4a0aa77bf395d0cbaa5e8aa23f571b1dc7de8be5a52654abcb6512b3e0aa54a4",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/schumacher-import.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a1211b415a232510c5315749fb0984bbf3600c169baea7cab558343b4950bc51",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/schumacher-price-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b089a821d58d03153cf3da723286dfafa81b375bd00cf1dce7f4d841926d0dbc",
+ "findings": [
+ {
+ "line": 42,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/set-texture-repeat-zero.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "559f1b849e342ec7efd7c1ecb8a2bb85583ffa8e4b52e7cc357898abb20857df",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/sync-shopify-metafields.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "602b4de93649dc1d93f0087591da6cab1f0416f49fe181e11e938f5acc315984",
+ "findings": [
+ {
+ "line": 35,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/sync-shopify-products.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "caf11f47f939270dd8a443fe4119d08ce5ca9a4e66bc5bc76f46ee256b0e7049",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/texture-repeat-fixer.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9819b3c676cd2b979d91b6aa7efc11a26d7791d60c806debb7421345b5c774d9",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/thibaut-repeat-scraper.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e45c6874904a75bf08fdc4dc8f99b2489ca0be641cfff2f7b0cd49874eb45b23",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/update-all-malibu-architectural.ts",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "68db514792b1330f31e1ba71f98195c25865305b34a7742357d47ca23300e7fb",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/zoffany-ai-enrich-push.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d9f4ebd24006254fb69cd287e1bc08f4ff09327e20bc4307090872745f55bcc2",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/zoffany-full-monty-20.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2591e0e8f02af80317f4009174b9a58e7e462570259adf49e17a5e3d63141d40",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/shopify/scripts/zoffany-full-monty-20.js.backup-1785201549",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "d9ac4a5223575585baa126853a7cfceec42863954c3d6b8c697da20bf9c992f1",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/thibaut-repeat-run.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "af8f7b5868a9bb72b89814acc79db88eaf0076f76f824ef935f109b052a7969c",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/vendor-scrapers/tecnografica-scrape.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "eac80b573f1e93dd267b5e06598c2da8c008c77627ae52a1012f43e58c6997e3",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Designer-Wallcoverings/vendor-scrapers/tecnografica-viewer.js",
+ "project": "Designer-Wallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7dceb9baba435d26b959e074fee02f29ac5389f09630c48117f0ea8aac07a903",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Grant/db/schema.sql",
+ "project": "Grant",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0c4485836ca671bff490127a50075e31316ed57274cda3aaad6e11aee6528fe6",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Grant/scripts/rotate-pg-grant.sh",
+ "project": "Grant",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1f45b47bbde543a9b2c48821c6fb5a7465eaceeff885ecf4811aff8ae337c16b",
+ "findings": [
+ {
+ "line": 107,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 124,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Hub/lib/db.ts",
+ "project": "Hub",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "452d373c0524bcc1fcf6116abe134e5218ab42ce141e23fc145433a79a5b6dfd",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/IWasCute/src/lib/db.ts",
+ "project": "IWasCute",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e57fb390dd94bbd09114bd58ce9feef45f11b2e834550e5ef2f61d22fd4df785",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Ken/kalshi-dash/follow-the-winners-check.sh",
+ "project": "Ken",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "04a512566936f561c7c37d623e26ec8bb0e2ec507607dbd5db5c8f5e19d5b5b9",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Ken/kalshi-dash/follow-the-winners.mjs",
+ "project": "Ken",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bbbaf7c2df3ed0900dcc7b403820c5f01685b38b3322801186f227d980fee973",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Ken/kalshi-dash/place-manual-trade.mjs",
+ "project": "Ken",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1d4a9bcff57c079d08bbf24f5d4c87910dc9cc8fcd6fc725beea4cf32a0049a3",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Ken/kalshi-dash/seed-portfolios.mjs",
+ "project": "Ken",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f3a53873c9cd27a0dda224aff285bddcd259758c09037b609d088f3e1ae89c89",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Letsbegin/scrape_dg_specs.js",
+ "project": "Letsbegin",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f5d7b9471dd207167ac654069878e5f9182e7218173ef64f3316687fc14dae56",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/NationalPaperHangers/DEPLOY_KAMATERA.md",
+ "project": "NationalPaperHangers",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "0a19771a87853a4399fed5318831d97b0a9c846cda8bd59ed0b25982c75b49b7",
+ "findings": [
+ {
+ "line": 256,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/NationalPaperHangers/scripts/deploy-kamatera-v2.sh",
+ "project": "NationalPaperHangers",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "490a1d488d5e4f8829fbf64c6f0ffa029339773e4742d72de3185cbcb70b977e",
+ "findings": [
+ {
+ "line": 68,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 73,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/NationalPaperHangers-yfr2-c3/DEPLOY_KAMATERA.md",
+ "project": "NationalPaperHangers-yfr2-c3",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "0a19771a87853a4399fed5318831d97b0a9c846cda8bd59ed0b25982c75b49b7",
+ "findings": [
+ {
+ "line": 256,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/NationalPaperHangers-yfr2-c3/scripts/deploy-kamatera-v2.sh",
+ "project": "NationalPaperHangers-yfr2-c3",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "490a1d488d5e4f8829fbf64c6f0ffa029339773e4742d72de3185cbcb70b977e",
+ "findings": [
+ {
+ "line": 68,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 73,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/collect-statements.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "78a5a312e4f7247fac08f8165c641ec3f687286f1fb4ec4d2c991179f43bcf4a",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/discover-apis.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b58e2f1f0bb9746cb7df2c082ab7104b2748b45efb2000a1deaa4df19fec7ded",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/rate-sources.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "20040b1f9ba5c0a1c248fba4189c5b3ea0f5363d41723d2e4dc2bdc575cab96b",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/report.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b2db8578a38f869857c3bc0118f37407a30ffd7b49f99182360986264eff90e8",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/scrape-frontpages.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "92e6983ce0178d8f7ede1d4bffed203133ebe9f8d49e1b303932b6db8f4ee595",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/agents/datasource-agent/skills/scrape-petitions.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9f63f72c321ed981a5ff9f8ba5f57849d22a5c7a1f3c67acab575c454e30e072",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/agents/shared/db.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4fea1b4d54cebf29c32034de3a3fdcab294eaf265ed0430146be94a61cb4766a",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/db/grants_donations.sql",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1292f63701c8258f378fb2b6715a83770236e4f535ef855dbffb89391946f43c",
+ "findings": [
+ {
+ "line": 2,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/db/schema.sql",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "176a67a3740cac3a1523a8d8eb829727fc1814f76586c5cc86f940c0778da744",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/docs/superpowers/plans/2026-03-13-power-intelligence.md",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "e0a0efda8590008d5f0313294d9c312270685d9d25622928b4303febd3945953",
+ "findings": [
+ {
+ "line": 80,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 972,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/lib/api-registry.ts",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6bd0781727c759b17f66a5c66bc023b2bf13fb8678d1f6370fbce2277a8506fc",
+ "findings": [
+ {
+ "line": 441,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/petition-site/server.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4370aacb4fc9dd22a277c189d5e4045feb4e788dfe02d6df775544c852e186c1",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/add-pipeline-tables.sql",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9f3d4a8ee5a6a3dd42bf4106a44ca74b635a91f915857acf474671f6a89841e6",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/batch-resolve-authors.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8a001811c63be63d036f27b82176c158e0689a5ecd4d9764b90afccf9228af24",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/compute-intelligence.ts",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "aae830e0f536e403bff6f3960c0efa65eff2939f723a3bd09026a05a7e5f6e28",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/detect-news-mentions.ts",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "55092db201c215aa46d88f102a3db90da0bda2c888ec24767414632ddcf5b16d",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/enrich-college-scorecard.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e96c50739f70981b3189a6a2233536c209edae459a2fd6f37c137d07765ac431",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/enrich-news-ai.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4d3d75dd33475a4bd42b19ce5eb9f3a792b07487b50f6c6ce71eb135fd2fa706",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/enrich-politicians.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "646eaa84eb74ffae5306789b5fb82da1dc9972c7a1682d8d8fd1d4d527ed5c85",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/enrich-zip-profiles.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2bba37f837f712dfd82854a6f00467b527202cc1853ee83f6c5379f7ff1d9e96",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/ingest-all-sources.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c00ef24605cc43472eb0659f596477a98b993439003dffe8f831d8f8077f8400",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/ingest-congress.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6fee10ae6f5ce6aaf8c781767f88acbf5f9f9fcdc564b7eadcd91cd2b7723a0a",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/ingest-org-feeds.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "84cfcc9b8e94e2e826d2ff155e4ceff05e72938d9511fa49c26ebf573f8885d5",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/ingest-scorecard-urban.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ba9a9154e18fcc6ebe8ae818ea00b32a8ccb07a360f3d0b3884d4025fd968241",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/ingest-scorecard.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "102380b5ac72f324927f9580eb352ec06659ad32c04bdd7bf808722b037afdcb",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/ingest-staffers.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "85a52606cbbc7a083c697695b230696824d4b037d7406c40060d276fd72a38b7",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/populate-connections.ts",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "122730a1da787f23035b9ee2a6bc5f69684209fefbb4f16bc5da83b0a30c27e3",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/populate-staffers.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8a0509e4188ef084db4c92c0115eaa5584c9f87ce152a1f850a6470560580226",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/predeploy-gate.sh",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c11368213709f3fc28445932fbf1f6823ed6cdbf649b920e8e44b1d3e1cc0abc",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/restore-admin-hash.mjs",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "50a6d10bf227605f372de9cc20a34d9af51817f2963512fc2e009325e7d7c22c",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/search-kqed.mjs",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "970782a0f2b95735f21234fc9db2a6bf45539574a98408c3ae1fe84842a0b63c",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/search-latimes-gmail.js",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5d12b95bf3eaedc9639e710694190facc2101b303a01936efecad9b86a92f37f",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/test-instance.sh",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "70e8daa903913030393ea7f59f58f043cb1e9e1efb9332387d5ce4f81cdcce65",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/scripts/verify-admin-hash.mjs",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c156c159ae828d65ac256777f5a338e53282124de8198be4a14458e269b54e92",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/tests/api-authz-matrix.mjs",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d9ffe3ec971725f66e4976b0b2ee7d7b8b18c2aae9240af3ab678923d810dc32",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/tests/api-crud-lifecycle.mjs",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "73b5a48a3c8591eb2bc66b265a2d5dc7303ce38e04d9e71fe7c6c89dbdc7f127",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma/tests/api-write-smoke.mjs",
+ "project": "Norma",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e358723eac22f6308c59a9ca1694a71a9f6b5f76efde45dd2e7e8afe6be73108",
+ "findings": [
+ {
+ "line": 32,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/.next/server/app/api/registry/route.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": false,
+ "category": "archive/generated/evidence-review",
+ "sha256": "9a7c7dec2a6c44e6fb833b7081e5c13d642714301bf5e277590d1d5af1209da5",
+ "findings": [
+ {
+ "line": 1,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/collect-statements.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "78a5a312e4f7247fac08f8165c641ec3f687286f1fb4ec4d2c991179f43bcf4a",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/discover-apis.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b58e2f1f0bb9746cb7df2c082ab7104b2748b45efb2000a1deaa4df19fec7ded",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/rate-sources.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "20040b1f9ba5c0a1c248fba4189c5b3ea0f5363d41723d2e4dc2bdc575cab96b",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/report.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b2db8578a38f869857c3bc0118f37407a30ffd7b49f99182360986264eff90e8",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/scrape-frontpages.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "92e6983ce0178d8f7ede1d4bffed203133ebe9f8d49e1b303932b6db8f4ee595",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/agents/datasource-agent/skills/scrape-petitions.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9f63f72c321ed981a5ff9f8ba5f57849d22a5c7a1f3c67acab575c454e30e072",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/agents/shared/db.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4fea1b4d54cebf29c32034de3a3fdcab294eaf265ed0430146be94a61cb4766a",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/db/grants_donations.sql",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1292f63701c8258f378fb2b6715a83770236e4f535ef855dbffb89391946f43c",
+ "findings": [
+ {
+ "line": 2,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/db/schema.sql",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "176a67a3740cac3a1523a8d8eb829727fc1814f76586c5cc86f940c0778da744",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/docs/platform/RUNBOOK.md",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "a6e8883d7b0728793537fa08f8f991420ff667e8b5fde5929925e3d9bb0142fc",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/docs/superpowers/plans/2026-03-13-power-intelligence.md",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "e0a0efda8590008d5f0313294d9c312270685d9d25622928b4303febd3945953",
+ "findings": [
+ {
+ "line": 80,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 972,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/lib/api-registry.ts",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6bd0781727c759b17f66a5c66bc023b2bf13fb8678d1f6370fbce2277a8506fc",
+ "findings": [
+ {
+ "line": 441,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/petition-site/server.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4370aacb4fc9dd22a277c189d5e4045feb4e788dfe02d6df775544c852e186c1",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/add-pipeline-tables.sql",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9f3d4a8ee5a6a3dd42bf4106a44ca74b635a91f915857acf474671f6a89841e6",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/batch-resolve-authors.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8a001811c63be63d036f27b82176c158e0689a5ecd4d9764b90afccf9228af24",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/campaign-preview.sh",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "69b9e36b2b7b0a202090f541d3eb7a4cfee9d75076f6401bd75bced14abfc750",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/compute-intelligence.ts",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "aae830e0f536e403bff6f3960c0efa65eff2939f723a3bd09026a05a7e5f6e28",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/detect-news-mentions.ts",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "55092db201c215aa46d88f102a3db90da0bda2c888ec24767414632ddcf5b16d",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/enrich-college-scorecard.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e96c50739f70981b3189a6a2233536c209edae459a2fd6f37c137d07765ac431",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/enrich-news-ai.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4d3d75dd33475a4bd42b19ce5eb9f3a792b07487b50f6c6ce71eb135fd2fa706",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/enrich-politicians.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "646eaa84eb74ffae5306789b5fb82da1dc9972c7a1682d8d8fd1d4d527ed5c85",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/enrich-zip-profiles.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2bba37f837f712dfd82854a6f00467b527202cc1853ee83f6c5379f7ff1d9e96",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/ingest-all-sources.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c00ef24605cc43472eb0659f596477a98b993439003dffe8f831d8f8077f8400",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/ingest-congress.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6fee10ae6f5ce6aaf8c781767f88acbf5f9f9fcdc564b7eadcd91cd2b7723a0a",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/ingest-org-feeds.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "84cfcc9b8e94e2e826d2ff155e4ceff05e72938d9511fa49c26ebf573f8885d5",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/ingest-scorecard-urban.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ba9a9154e18fcc6ebe8ae818ea00b32a8ccb07a360f3d0b3884d4025fd968241",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/ingest-scorecard.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "102380b5ac72f324927f9580eb352ec06659ad32c04bdd7bf808722b037afdcb",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/ingest-staffers.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "85a52606cbbc7a083c697695b230696824d4b037d7406c40060d276fd72a38b7",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/populate-connections.ts",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "122730a1da787f23035b9ee2a6bc5f69684209fefbb4f16bc5da83b0a30c27e3",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/populate-staffers.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8a0509e4188ef084db4c92c0115eaa5584c9f87ce152a1f850a6470560580226",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/predeploy-gate.sh",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c11368213709f3fc28445932fbf1f6823ed6cdbf649b920e8e44b1d3e1cc0abc",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/restore-admin-hash.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "50a6d10bf227605f372de9cc20a34d9af51817f2963512fc2e009325e7d7c22c",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/search-kqed.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "970782a0f2b95735f21234fc9db2a6bf45539574a98408c3ae1fe84842a0b63c",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/search-latimes-gmail.js",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5d12b95bf3eaedc9639e710694190facc2101b303a01936efecad9b86a92f37f",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/seed-campaign-demo.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d9aeb9b4df8cd6a9d3b065e23d59784e82e94f6afd030511a126ba1cbf6e8090",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/test-instance.sh",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "10960f5309ac272e7f2656259927a1afc07d41f92756317cc2d7cc4c631bcab4",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/scripts/verify-admin-hash.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c156c159ae828d65ac256777f5a338e53282124de8198be4a14458e269b54e92",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/tests/api-authz-matrix.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d9ffe3ec971725f66e4976b0b2ee7d7b8b18c2aae9240af3ab678923d810dc32",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/tests/api-crud-lifecycle.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "73b5a48a3c8591eb2bc66b265a2d5dc7303ce38e04d9e71fe7c6c89dbdc7f127",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/tests/api-write-smoke.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d2a19c60371a24fa19dd82a6736d86964e6fdfc766a0cacbe8fcdbb77fdd2eca",
+ "findings": [
+ {
+ "line": 32,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/tests/campaign-platform.mjs",
+ "project": "Norma-platform",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "17835bff2254c9be8dda6e9e2fe5b22937b9590dd7b5e0355d3881943d50b6d7",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/verification/e2e-proof.json",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "f6eb5433a750fb9ef7325dfbbf92fb60bfdadcfada3bc2159fa4ddd44d5127bd",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Norma-platform/verification/platform/e2e-proof.json",
+ "project": "Norma-platform",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "f6eb5433a750fb9ef7325dfbbf92fb60bfdadcfada3bc2159fa4ddd44d5127bd",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Patty/db/orbit-schema.sql",
+ "project": "Patty",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9543626f306aea62a808167e4e8f7ce8ae4a54ec4c23bb5e43d1db6db31a4e4d",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/Patty/db/schema.sql",
+ "project": "Patty",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c407459fc9f63089c1f2d9f1a7f815f6300a560e6e0d7a8f1ae654929b56fe4e",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/SDCC-Stories/server.js",
+ "project": "SDCC-Stories",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "40462ccb4632d14bdd78eeaf726c59bda28211fd14f656aa38bfed9d217b0c0a",
+ "findings": [
+ {
+ "line": 126,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/StudentLoanTracker/src/lib/db.ts",
+ "project": "StudentLoanTracker",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2d06d8db2ba67174a9a76dec4f5b48647a6ecd6548153a3d2cb15c04fd3158e0",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/_dw-batch/scripts/generate-editorial.js",
+ "project": "_dw-batch",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "80cdabacb87f3a87c9bf01edbfaed38c55f13936a590ad67cb6130be1f59c7eb",
+ "findings": [
+ {
+ "line": 71,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/_scratch/dwaa53-viewer/server.js",
+ "project": "_scratch",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ee91a56631a87e3c4215107667409d4fe008a30cb9cc84a89430336af158a955",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/_shared/scripts/audit-fleet-rails.js",
+ "project": "_shared",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f5429ff8abdcff5103b433357ad3d17ba783a571658dfca4521fdd4e7b952ba2",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/_yolo-loop-ledger.md",
+ "project": "_yolo-loop-ledger.md",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "96f05fabca36e5e81da4f611721ee742aa05e86660b07d88ed8716b41a2522e1",
+ "findings": [
+ {
+ "line": 442,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/agent-cabinet/server.js",
+ "project": "agent-cabinet",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "62e1c06409b46301e5df35985d87088044c9b889521e879e8781c8685b70e275",
+ "findings": [
+ {
+ "line": 961,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 1035,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/all-dw-landing/scripts/build-sites-json.js",
+ "project": "all-dw-landing",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bd554f1c4a2124f8307cb40e4169d7bbf33435363f81f50369809cc42dfac051",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/approvals-viewer/rollup.js",
+ "project": "approvals-viewer",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3b5864c143d6552a17964f26edafa5cd82d578a62e3706d45d66e494e86e90ce",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/archive-agent/.archive-agent.env",
+ "project": "archive-agent",
+ "original_218": true,
+ "current_scan": false,
+ "category": "other-review",
+ "sha256": "20715a64465d9e4497a9bb87810e441b8562e69164174efa59763bf751c5bb23",
+ "findings": [
+ {
+ "line": 2,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/archive-agent/.archive-agent.env.bak-2026-09-02T13-57-32",
+ "project": "archive-agent",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "bcd46f2304472751e77e1fee3274cfbb6bd6ad6efcc90f72eb6460073e2d679e",
+ "findings": [
+ {
+ "line": 2,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/archive-agent/ecosystem.config.js",
+ "project": "archive-agent",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0e39e9a6e5d8e81926a7be02ceb693349125c62f2ceffe50e4d9810e20157bca",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/archive-agent/ecosystem.config.js.rotbak",
+ "project": "archive-agent",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "794bb7278e114094970e15fdbf25647528e2ed09554cf67f5c3b86267abf0c1c",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/artmura-internal/lib/vendor-requests.js",
+ "project": "artmura-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/artmura-internal/scripts/build-products-json.js",
+ "project": "artmura-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "84e07c619dd3f3228d59c6db3e09b47074d00d18f62f4c7d4639740022599bd8",
+ "findings": [
+ {
+ "line": 80,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/astek-landing/lib/vendor-requests.js",
+ "project": "astek-landing",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fd8e922c9ee816305b5df305c2f33ca738ab5da7834b8b14b188fc45e5e82f46",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/astek-landing/scripts/build-products-json.js",
+ "project": "astek-landing",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2e8665c60c06eaa860bae676d4bbd1ae04991a51209913cd1f95b9634ba80b21",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/astek-landing/scripts/scrape-astek.js",
+ "project": "astek-landing",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b20d9d24cdf5378a6447be27ba7f67fb2cf1235dea74bc2880e1c804f11f171d",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/bubbesblock/scripts/db-setup.sh",
+ "project": "bubbesblock",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9687a24d5e10e6b9b5c060f13338febc12afa98b6708344c854d11ae4e118a90",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/carnegie-internal/lib/vendor-requests.js",
+ "project": "carnegie-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/carnegie-internal/scripts/build-products-json.js",
+ "project": "carnegie-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2e8665c60c06eaa860bae676d4bbd1ae04991a51209913cd1f95b9634ba80b21",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/commercialrealestate/scripts/afternoon-report.js",
+ "project": "commercialrealestate",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f5da76381827938557c6b96c71a06b8b2830ff415d53dbbfb06ab28e0e7fc364",
+ "findings": [
+ {
+ "line": 119,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/commercialrealestate/scripts/analyze.js",
+ "project": "commercialrealestate",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e66423a6345ed4cc619e9a7c7fb59438024ace88677b0de05766123184111aa0",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/crankd/.env.example",
+ "project": "crankd",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "034e6d9fd50d8f34170fa268a634e5c1bb1001d852bc25b01f1bbf473670227a",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/crezana-internal/lib/vendor-requests.js",
+ "project": "crezana-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/designerwallcoverings/scripts/rebel-walls-dwsku-recovery/recover-rebel-walls-dwsku.js",
+ "project": "designerwallcoverings",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c6cab2453475db7df9cdd7ada4c4e4fe0b61c912ded4782960242b121e4bf624",
+ "findings": [
+ {
+ "line": 58,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 88,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/directory-core/test/_ident.test.ts",
+ "project": "directory-core",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "cc4edd4c6e0f05d427cdf0bfcb0504e611f29e3b4d5c0e2f4e17bb015d851750",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/directory-core/test/auth-factory.test.ts",
+ "project": "directory-core",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "167e38a8a2cdaf5650bd9a5a1fc6a254d97c94954a47ea171f67f02f63a69c22",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/directory-core/test/auth.test.ts",
+ "project": "directory-core",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c4c15089c901fd89f1447b81b790c0c595d50b291416e556dc3bf7ff0626ebde",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/directory-core/test/compliance-ssrf.test.ts",
+ "project": "directory-core",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "180c742a9917868e352f3623a4dc3b6fc6cf08f35fe017f6220312898ecf8872",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/directory-core/test/compliance.test.ts",
+ "project": "directory-core",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "43f470dd7fc96e01bc47ca1360094cf642ccadc23dbd9707b7997800cc8d56cd",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/directory-core/test/db-lazy.test.ts",
+ "project": "directory-core",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8feb84dd313a99c77f4c0470f1dbd543ef8c83c84373a41d1d4554922d09ff5b",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/directory-core/test/db.test.ts",
+ "project": "directory-core",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8b08a1f22796877008fdccd01c1bf3492ebe076688ae68490384fb1fe160394e",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-boardroom-governance/.env",
+ "project": "dw-boardroom-governance",
+ "original_218": true,
+ "current_scan": false,
+ "category": "environment-review",
+ "sha256": "689f033cbd75732d3be800e3b496d5d8f73697b5f2c0f8953c3347db96266940",
+ "findings": [
+ {
+ "line": 2,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-boardroom-governance/ecosystem.config.cjs",
+ "project": "dw-boardroom-governance",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "287ca4d8ae0969f859766e5c59c1a0b84463a8a55ca463199e3e7c22879915bd",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-boardroom-governance/ecosystem.config.cjs.rotbak",
+ "project": "dw-boardroom-governance",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "e1634cf39e85aed2b70edaa23cf7fb333103f3b6482c8aece3592df965b619e0",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-cowtan-recrawl/recrawl-cowtan.js",
+ "project": "dw-cowtan-recrawl",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c26322654a3902c5f347110f639dfac4106489f3763046ccf64907fb0ef237cc",
+ "findings": [
+ {
+ "line": 55,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-domain-fleet/output/leak-reverify-checker.js",
+ "project": "dw-domain-fleet",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1a0dee6d9b7b53ebb2cb0caf010e1f2d8ad95effc2ac48058abf0525f3453820",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-internal-gateway/server.js",
+ "project": "dw-internal-gateway",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "10dd6bf908e62b6e3b9e752413d198f1a30104a0bf0ca7a71e4617f842745f3d",
+ "findings": [
+ {
+ "line": 226,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 340,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 368,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-pairs-well/.env.example",
+ "project": "dw-pairs-well",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "c7d86328a39a615113e49bcedfef58703cf279b0a08ec0343efbbc06e45ed27b",
+ "findings": [
+ {
+ "line": 1,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-pairs-well/deploy/README.md",
+ "project": "dw-pairs-well",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "628d9e24ebc13f8890878611ca30bfc3d510fa2442b88c57bbd336debba40dde",
+ "findings": [
+ {
+ "line": 39,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-photo-capture/.env.example",
+ "project": "dw-photo-capture",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "d41d65eeb44d724dab1dc69252839b6a55b0c0850f9f06f1e937b28674c947e8",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-pitch-followup/scripts/build-lists.js",
+ "project": "dw-pitch-followup",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b00b48c2f8ff41a55ce59cd395dbe5526421a89f81e999c4f7aa23e84c911f26",
+ "findings": [
+ {
+ "line": 322,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-pitch-followup/scripts/enrich-disco.js",
+ "project": "dw-pitch-followup",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "86a9f43988b55271bdfdc51f4203961475ade8277f91b11896aa3923811b1edf",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-scrape-scheduler/lib/db.js",
+ "project": "dw-scrape-scheduler",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a0db45ded72b6a2c6490b70ed41efe81c286b0e0e6381531880ab690a01ae435",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-showroom/server.js",
+ "project": "dw-showroom",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6c1a223945eb14b6f0f4729f563044f848409e0d2569f82690ef4e92b839812e",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/ai-enrich-arte-fix.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4cc1e634a462deb8c6daff8d8e203438e43c523aeb68cb837b897145bf7b9956",
+ "findings": [
+ {
+ "line": 73,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/ai-enrich-gaps2.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3f64bf68a6727590ef83339f5677b63fcfe27946b381b8e9a9c821262c5f8a07",
+ "findings": [
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/arte-fill-tags.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a88e4277726db87d075caeedb70d6772d30ffc0b7b414d603dc7c7bcb4180c1a",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-arte-fix.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1056369a7d82daeba3e97cda071df2f1443a955887cad72fe59b89c0f4a58f52",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-arte-gaps.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "08671eccae66663401a3477cc731828a043f728c68a1e5779b6c59f595e79a6b",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-arte-puppeteer.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ba261524e4956bb402dd67e39398c50c92f68308d158ca29d826e0c11d7b1775",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/enrich-remaining-13.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9097c046598f7d576ce6b353600becc82827a5dfa272c27e06a7bf9386f219f6",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-classify-texture.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9a299662ad535a4cf6d286ad3466f474b5a69404bebd4d87c0db426d4d47b05f",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-enrich-arte.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0239abecd8b117e72254a6a19d4e9c753fbb76236072d2d9a5b57a947d50e1c5",
+ "findings": [
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-enrich-arte9.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c088a625336d7cfada00680a4171419f3c9e872181a19caeab4be44809e5f980",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/gemini-enrich-gaps.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "05625be495e6e3aedea9e535a56691fe0397e84934c590cc36afda1aa19f0eca",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/apex-repeat-push.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c1cd111e0e9575748f49432405881c143032a548480ea4d9987895501c0edeb5",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/arte-recrawl.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "76a41fa2cf1e83ebb337a6a65d011572094a76b72da94d3701cc012650b9f36d",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/arte-update-mfr-sku.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1c81d1839f19436c29994d3f5258f68f4a25117d32d56d23bcbed39117285a28",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/arte-url-backfill.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "84f0b839efcb97b41b38f148a4756bc52f8ba8bf2ca229b7541f0ba9197821f5",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/assign-elitis-dw-skus.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9a0393a2e470de1a2ec744b3a287a957af4edffe4a83566c6d98adaef498c695",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/batch-room-settings.py",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e8cc6b6f5345f9b369f80007eb5b475ee611d65b5b5799f07ac254a048c7caa2",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/catalog-push-to-kamatera.sh",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9dba4aca78091b59ebb9653553069c182fc552b0b37e6591213369916c45a41e",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/classify-texture-pattern.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f54a0f94ff19d517a5094206d83cab60bd3216550565695cae54bee53c36fd3a",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/dedup-phillipe-romano.js.DISABLED-2026-04-24",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "6be4beb32972632ddb5853089316ec28056049c9110bf7ca83f4c544bf50da7d",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/fix-suncloth-to-fabric.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2fd5f813197d4a8aaca2f50a19d384c90e273388d192cdaec800d05f87b0d457",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/gemini-catalog-tagger.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3652d0f0a015e7b4cf9675733467080683a0103920984dff50c14081f34ab3f2",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/hollywood-tag-enrichment.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4b3ec28fa92479acd19f41ad938fd555cbdd719fb0b4e0214f65c5b5504b52c0",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/interior-design-tagger.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f41992f4c13161f67428eab5b80027ddba5192fd7d18dc2ec4ed926aa59fdc4b",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/koroseal-batch-cron.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a927ef259d6831648c135722ef9fd83c707efc29b4cbaf2648063f88c353759f",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/la-walls-image-sync.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b6a22d2f24af56762a057c827b4cc466ceb4d282e81fd2bf9fc8ccfbb19d0d90",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/lib/sku-registry.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7627ef470f923311cc0800fb67a9b79ccaac635f3f5a05549446e0a0e2d40312",
+ "findings": [
+ {
+ "line": 34,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/paul-montgomery-image-sync.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0b58d01d97d74eb60e8932ee25e0690c26c7110b53234521741c85d2998bce69",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-recover.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e5cde4375fef74c7e092ea3e3bdaf56883dd8069b86197b0e84c575806466e65",
+ "findings": [
+ {
+ "line": 54,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-run.sh",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6a591dd028577dddc2f328a1a68556796b7004a86d10fe03e1174f40ccaf108e",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-tags-backfill.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "18287d23ceabf63b2897c89c91c03eb50eb3c777c823e658f09d704b2981b36c",
+ "findings": [
+ {
+ "line": 36,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/prl-ai-enrich.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0d26fcf03aa143a7043c5bf48be924e55667a496552509ad70e39a8d27f6582c",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/push-color-metafields.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "56d93e1c16540deb4770e76d4936fc0f425e422a56aae885338b5dbd1efa2a02",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/push-fire-rating-metafields.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9628fc68405b20e10c5cdb1e9eac995bfc112ec98d431923fa5e6bd0de886cfc",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/push-pattern-repeat-metafields.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bd88528300a6a8b04fd4428b97485a2934976bf5b91d648fd3e3ca2001c9afac",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-ascreation-images.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "433cc44d481f29400e534b5427c0e1e4126c8d9bf51343d4cb09aad3760eed5b",
+ "findings": [
+ {
+ "line": 26,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-bnwalls-images.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9a74c0aba1a5ee24c0fd99750f685d6d51738f3859413a9658da31c772cb1d4c",
+ "findings": [
+ {
+ "line": 28,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-justindavid-relative-urls.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "009ba6c8f15aca79764b3bcef67916795ce8d3f9ffc69e8d93f2049a5833c840",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/repair-missoni-images.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ff3cce7999f9ca8f31df66c2c0f6f02825565ededa0fa9c83cbfbf7584386e97",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/romo-drilldown.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4a0aa77bf395d0cbaa5e8aa23f571b1dc7de8be5a52654abcb6512b3e0aa54a4",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/schumacher-import.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a1211b415a232510c5315749fb0984bbf3600c169baea7cab558343b4950bc51",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/schumacher-price-scraper.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b089a821d58d03153cf3da723286dfafa81b375bd00cf1dce7f4d841926d0dbc",
+ "findings": [
+ {
+ "line": 42,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/set-texture-repeat-zero.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "559f1b849e342ec7efd7c1ecb8a2bb85583ffa8e4b52e7cc357898abb20857df",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/sync-shopify-metafields.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "602b4de93649dc1d93f0087591da6cab1f0416f49fe181e11e938f5acc315984",
+ "findings": [
+ {
+ "line": 35,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/sync-shopify-products.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "caf11f47f939270dd8a443fe4119d08ce5ca9a4e66bc5bc76f46ee256b0e7049",
+ "findings": [
+ {
+ "line": 33,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/texture-repeat-fixer.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9819b3c676cd2b979d91b6aa7efc11a26d7791d60c806debb7421345b5c774d9",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/thibaut-repeat-scraper.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e45c6874904a75bf08fdc4dc8f99b2489ca0be641cfff2f7b0cd49874eb45b23",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/update-all-malibu-architectural.ts",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "68db514792b1330f31e1ba71f98195c25865305b34a7742357d47ca23300e7fb",
+ "findings": [
+ {
+ "line": 22,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/wolf-gordon-shopify-push.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": false,
+ "category": "source/config-review",
+ "sha256": "dafedd711e2cbc9257ba43118f9dd1b5b1601a8e8b1b5c52d4ad80a0cc37760c",
+ "findings": [
+ {
+ "line": 38,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/zoffany-ai-enrich-push.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d9f4ebd24006254fb69cd287e1bc08f4ff09327e20bc4307090872745f55bcc2",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/zoffany-full-monty-20.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2591e0e8f02af80317f4009174b9a58e7e462570259adf49e17a5e3d63141d40",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/shopify/scripts/zoffany-full-monty-20.js.backup-1785201549",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "d9ac4a5223575585baa126853a7cfceec42863954c3d6b8c697da20bf9c992f1",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-validator-debug-TK11314/thibaut-repeat-run.js",
+ "project": "dw-validator-debug-TK11314",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "af8f7b5868a9bb72b89814acc79db88eaf0076f76f824ef935f109b052a7969c",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-vendor-registry-sync/.env.example",
+ "project": "dw-vendor-registry-sync",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "04bda7a10b2df2486003e24c034a26316db0e301835f58dd37abe03e6b00921d",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/dw-yolo-loop/thibaut-mfr-fix/push-thibaut-live.js",
+ "project": "dw-yolo-loop",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "947a60c3056a6fa84f5b5e9eb7290e6ae01b564dba490d20e2c431bbc4f0c409",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/enrich-local-hybrid/enrich-ai-tags.patched.js",
+ "project": "enrich-local-hybrid",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e6b763b9b1d0f6c44f8be40548e8578375b5c32448fb8c9d6f825ff603afb6a8",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-internal/lib/vendor-requests.js",
+ "project": "fabricut-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-internal/scripts/build-fabricut.js",
+ "project": "fabricut-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f98c946577a6ed286da102b1d1ff7129472e16661e8b3f713cde3ffa25686b0e",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-internal/scripts/build-products-json.js",
+ "project": "fabricut-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2e8665c60c06eaa860bae676d4bbd1ae04991a51209913cd1f95b9634ba80b21",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-internal/scripts/scrape-astek.js",
+ "project": "fabricut-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b20d9d24cdf5378a6447be27ba7f67fb2cf1235dea74bc2880e1c804f11f171d",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-landing/lib/vendor-requests.js",
+ "project": "fabricut-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-landing/scripts/build-fabricut.js",
+ "project": "fabricut-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bba74f753c38494b6348d55c6c5fafead0cf3510e7b232eb6e057850fc348760",
+ "findings": [
+ {
+ "line": 23,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-landing/scripts/build-products-json.js",
+ "project": "fabricut-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2e8665c60c06eaa860bae676d4bbd1ae04991a51209913cd1f95b9634ba80b21",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-landing/scripts/localize-images.js",
+ "project": "fabricut-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e21c1cfc8318a6428718378e697abefe3e17d696e4a43edbc36c2b243343367e",
+ "findings": [
+ {
+ "line": 44,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-landing/scripts/restore-images.js",
+ "project": "fabricut-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c2aa7fbdbdf0de1c694cee3f371215b874d31a807aea07d6fe2d030453234c4b",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fabricut-landing/scripts/scrape-astek.js",
+ "project": "fabricut-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b20d9d24cdf5378a6447be27ba7f67fb2cf1235dea74bc2880e1c804f11f171d",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fentucci-naturals/lib/vendor-requests.js",
+ "project": "fentucci-naturals",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fix-as-creation-17.js",
+ "project": "fix-as-creation-17.js",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d11f8317b0ea8a32132b23636886a5e18a7b724b3b56773d842dbd1b7cb438f0",
+ "findings": [
+ {
+ "line": 99,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fix-no-image-products.js",
+ "project": "fix-no-image-products.js",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "937e9c84cbae01366cd7283d8dc6aa22aeddac2800ac5e7663cc30a10a2d8e2a",
+ "findings": [
+ {
+ "line": 172,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fromental-internal/lib/vendor-requests.js",
+ "project": "fromental-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fromental-internal/scripts/enrich-fromental.js",
+ "project": "fromental-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "11917605bb15858c77b2e82da0927f179d99909071aa546e0349e971e50ae356",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fromental-internal/scripts/export-jsonl.js",
+ "project": "fromental-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "856c539b07d90452d0c0994d88416a6c297731e9984ba18c93cdbed22687ba70",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fromental-internal/scripts/scrape-fromental.js",
+ "project": "fromental-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "333b38f6e8ae6c374118e02041880a087c27779bbe9ca98706a1f21c2c82b127",
+ "findings": [
+ {
+ "line": 31,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/fromental-internal/server.js",
+ "project": "fromental-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d90a16cbe0d578a5cf6d8a671df2c3fde848c37dfb5a39d9843388acbefa0c49",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/gracie-internal/lib/vendor-requests.js",
+ "project": "gracie-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/gracie-internal/scripts/export-jsonl.js",
+ "project": "gracie-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d8c0b1b17cd2e74fceeacc7a657e22fc790fe1bf4bf8493905edf0a4f75c2016",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/gracie-internal/server.js",
+ "project": "gracie-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b6a0dee64b777d1e3c41f806d93f51e44d803d3f8f300f0cc245cb75edf5406e",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/gracie-scraper/scripts/enrich.mjs",
+ "project": "gracie-scraper",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "95347df74586ca1387249199248df1fde405f39d37fcc2117719b0f862759aa7",
+ "findings": [
+ {
+ "line": 68,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/gracie-scraper/scripts/scrape.mjs",
+ "project": "gracie-scraper",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5971b00dce584b2f8580cda101e0bfda0226943bd8032650bfb3da2288f87f40",
+ "findings": [
+ {
+ "line": 135,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/greenland-onboard/lib/vendor-requests.js",
+ "project": "greenland-onboard",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/greenland-onboard/scripts/refresh-products.sh",
+ "project": "greenland-onboard",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1036ae9ea400639e2ce1e34aa2d57480b8509044af86415e3825725017e7613e",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/handbag-auth-nextjs/DEPLOYMENT.md",
+ "project": "handbag-auth-nextjs",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "08688c2c3683365ae23520c11c9d2525c7c327735bb359ff58f75e99927b0dcd",
+ "findings": [
+ {
+ "line": 47,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 147,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 200,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/handbag-auth-nextjs/python-matcher/README.md",
+ "project": "handbag-auth-nextjs",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "706ef6308234a546e0724214bd1e4c0b483a20628b71652ffa5a7c3533f56fc8",
+ "findings": [
+ {
+ "line": 54,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/handbag-auth-nextjs/python-matcher/api/server.py",
+ "project": "handbag-auth-nextjs",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e48eff56e40fd5bdd1619a79f75584c0784bacf06795d5c0d40e22b9530bac10",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/handbag-auth-nextjs/python-matcher/scripts/embed_handbags.py",
+ "project": "handbag-auth-nextjs",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e12ee20f42fb211a582863ec8d5c78d83ab8aec85278f04caeb11bdb24bf9382",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/consolidate-vendor-catalogs.py",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6ea8ba2b426a9203a85cab3c5ec20d94c01eab0738b858fbdb8d8c90cccd0450",
+ "findings": [
+ {
+ "line": 35,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/momentum-feed/assign-sku.mjs",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "091ff3157fca6fbd1e1f69fc4abf23e1e0760e04235447df7fe93a2d148588d7",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/momentum-feed/build-acoustic-manifest.mjs",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "adecaa68b54464331a7b779a1b49d2c2bb89133bba4b675399ecd1aa54bfe888",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/momentum-feed/build-wallcovering-canary.mjs",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e0ac52f3fcdf753d3a9bcd792c1e378a1e292954306e0500d47babd7c3531a0a",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/momentum-feed/enrich.mjs",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2d73b09808f204744fb6dc68f9199711f132f3072b23dec9fc6302b7ded1eae6",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/momentum-feed/prep-golive.mjs",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "16248065a461d53934096a20b38404045ebd26ba296edef68ea5086719a21aa8",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/momentum-feed/price-backfill.mjs",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8dc49c3dc97d45261efeae891a9bbb4846d50ba8f0e3ba4dc2b2b79bc40bce34",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-import/momentum-feed/refresh.mjs",
+ "project": "hollywood-import",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b8365af14926eec72731fd03c96daea18c3962815f2f8523e6e9afabc23d1edb",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-optc/build-hwc-map.mjs",
+ "project": "hollywood-optc",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2950fd8137d781f0645d6f5d0132154c32bd3f0da6b46f576e3a89cf49c4ef96",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-optc/build-restore-map.mjs",
+ "project": "hollywood-optc",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "69e59765328eebcd0156fd4930de933963a833c8e9ab44bc883389f8f741a612",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/hollywood-optc/order-history-check.mjs",
+ "project": "hollywood-optc",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "99c4728333f2cb6edb57c76a1b7cf1c27fc89c74e5e8332cb4342f9f44392d89",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/.env.example",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "89d60529f4b27589fd53b1ebfba3f39de3fbf6cfe45d17bed5ad31d3013b1901",
+ "findings": [
+ {
+ "line": 2,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 3,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/apps/workers/src/health-server.test.ts",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8de49d537ce9dade7ffcf76411e1270f2f4b5db5dd6db36696d1ca64c524e6f6",
+ "findings": [
+ {
+ "line": 35,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 46,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 57,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 79,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/apps/workers/vitest.integration.setup.ts",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e14fa727f86bca6a1780422284c66fcf75d01040ab89485cfa35e12c932cc39a",
+ "findings": [
+ {
+ "line": 4,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/ops/lennar-mac-refresh.sh",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "94737fe40dabe5d9cc7c6ff2b3a12af16c981ef555f18baddd4b9dcf328f0c20",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/ops/offload-preflight.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5267284018e989bc07be635b331aabfe59da9f8d516f4f2113e59c55e9e527aa",
+ "findings": [
+ {
+ "line": 21,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/ops/offload-snapshots.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fd4113205da229133ae6c34d41d362b5b3652fa61d645e75b42298aaab7a9c31",
+ "findings": [
+ {
+ "line": 54,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/ops/verify-snapshots.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1d9ec13ce82aeb0be289983276b5fbdcd2c0bd5ad5690ee0ac27e7d8c16e2822",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/backfill-drh-geo-from-cache.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "479356d844c4887f77f89437e3889b98f71a9ddf69e7a688ba3d79c49eec2ffe",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/backfill-drh-geo-refetch.sh",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "30326f9656f057f087bcac979740299d8d9ddcb90b717fa9bacddbec58d30fe4",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/backfill-shea-geo.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "39bac3223089b9347d06dcebe4832c23fe56c9f5a7a4538b2d8f686f8dd1a6a0",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/build-loop.sh",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fd2b0f6df3fb4f767ded81853b277556edd8b80efd6897ddd79bc9b612cd3e53",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/engine-dashboard.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9349f713d946c491fd15a17e9267e8868ee373ff9ae4a0e749258fd3190f546f",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/feed-api.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c0e436f3e0bb77f43b8228c4dc076f4773c2bd682a5b0900ad381ffbc5f2b469",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/geocode-census.sh",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e4fc1be61c1b85a19b87025804c4aeb82740b2a5e910d9183a260276c09ef26a",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/geocode-homes.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "10f447cfff78cd2cedc729d4b298538f1cfa3d0856a0244864787e9abc141105",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/geocode-permits.sh",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1733aa7ae459a4c2ef2910cf060bf07a518b73deecefbcf32dbb1651ed9233d3",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/ingest-permits.py",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d51f011ebae87673e60dee4a174a8d9e0fd013ef783346ef4df5fd494b11599a",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/homesonspec/scripts/permit-viewer.mjs",
+ "project": "homesonspec",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "907599baf255ed7db9bd316586f27e5811b3c124d0b1ce5fc168e5eeb61aac0b",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/interiordesignershowroom/.env",
+ "project": "interiordesignershowroom",
+ "original_218": true,
+ "current_scan": false,
+ "category": "environment-review",
+ "sha256": "a81a90398bd82a83f2fea30a66a0309865cf3f403f77b9ea19e9f90384a8fed3",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/interiordesignershowroom/lib/db.js",
+ "project": "interiordesignershowroom",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bba89a2db123a31fe2dac1761dda27589ba72f5999e8b946a55ec43564a50129",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/interiordesignershowroom/scripts/fix-dangling-scenes.js",
+ "project": "interiordesignershowroom",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "98ef411e529558fd20f415200c8590d03fbc9bf65bf1090071f320c952d9f8f1",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/interiordesignershowroom/scripts/refresh-live-catalog.sh",
+ "project": "interiordesignershowroom",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "42f4a3674f9503832e7eaecee4dc25b59099c3d0aab3347643e7ef64b7bdd6eb",
+ "findings": [
+ {
+ "line": 30,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 37,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/interiordesignershowroom/scripts/tk10402-undo.sh",
+ "project": "interiordesignershowroom",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "47691577916ee75367d86a48060377a3f9fb169c5aa8524f2dc1c84851641db4",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/momentum-landing/lib/vendor-requests.js",
+ "project": "momentum-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/momentum-landing/scripts/build-products-json.js",
+ "project": "momentum-landing",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "51e61afcaeda5d222d3a1e44383959ec4856ccaa7df9e87a05de540902aaffeb",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/muralsource-internal/lib/vendor-requests.js",
+ "project": "muralsource-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nationalrealestate/scripts/rentv-feed.mjs",
+ "project": "nationalrealestate",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "baeaf210b4fb47c18fc508f32671083a9b240a6e9cca914ef297583da3b898b4",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/apps/web/lib/db.ts",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "dcbaaa3670d30fbacd459aa73e094981952b3881e87dde65e65fb929a4e7cee7",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/apply-bios.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1586803f2ad8b8e96c7f4c208a5397c4bc615771e0496aa0f24921cb8a585f29",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/apply-recaps.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a6bed6c5ab9607f8932b2a5e55f0dcb87f2689a141a4f68541f06bbf5b021bd5",
+ "findings": [
+ {
+ "line": 12,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/enrich-wiki.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fbf32ef444cb83103715a6581d674aa64852038ead3fa88b28d7800af2a0a7cd",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/ingest-beverlyhills-photos.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3a54321745c9bcad5f92a3b965f7c88d8609c5bac8fbbe6090def197cc834813",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/ingest-cast.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9cb128d8f2c2f1324a64292718fad374cfa3b027aa825ec1a103cccfeb28547d",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/ingest-guestcast.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "438c284027cf6a8722ad7d0e0186e07bdeadde5cdb2e75fcd190ffcdb9c230c7",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/ingest-news.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a40f44bef9ec9f217fac10a4c06d0c92606aaff150d1987df64521339e3a1993",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/ingest-original.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c9faa5edc4077212746453e4a3ce664b69fb5f6398a91bac364d457892409339",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/ingest-tvmaze.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b1c9440ca96df307ac07482138ae96213092718f019114648d188feb14c676bd",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/ingest-wikimedia-images.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f4f6e2205ac645ad5b7ea983b4a0db64efb1c16d2ee0910e1c5db4c766b8b2df",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/review.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "a851d0d7fc72e173ea03e2db708bc67afdd27f1986a78a8cbcfb8d08dc4319f8",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/nineoh-guide/db/seed.mjs",
+ "project": "nineoh-guide",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "298d944c0f7b522ce276823587312a07e8a9694564a5c3759e6d257eb13aaf4f",
+ "findings": [
+ {
+ "line": 6,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/open-seo/badseo/vite.config.ts",
+ "project": "open-seo",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "c6163362f15851636390f9de053228c66e8a8b903a2bc184d8daacb09d30b796",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/open-seo/docs/LOCAL_POSTGRES.md",
+ "project": "open-seo",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "31e9cea76ac9cc7b3bcc94dc81a104ee8ba1ad4b261c30bfe0000405cbfb875c",
+ "findings": [
+ {
+ "line": 40,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 51,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/open-seo/wrangler.jsonc",
+ "project": "open-seo",
+ "original_218": false,
+ "current_scan": true,
+ "category": "other-review",
+ "sha256": "80b7cbf31c5655a7cf6c73a2a2b41288877e2b0eed9faaed19cdfdc9e55b29c3",
+ "findings": [
+ {
+ "line": 104,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/patterndesignlab/GO-LIVE-RUNBOOK.md",
+ "project": "patterndesignlab",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "cc744321dd5105ab4e006b0fe3e6348747fc4884ec4a97961cfd9d01ae6ea3ba",
+ "findings": [
+ {
+ "line": 37,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/patterndesignlab/scripts/build-trends.js",
+ "project": "patterndesignlab",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "2e6c976266969e61fa5ac1d5672755cd40d2765eea72deabe1f69b2abc2d10f3",
+ "findings": [
+ {
+ "line": 49,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/patterndesignlab/scripts/seed.js",
+ "project": "patterndesignlab",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "7be421ce2769013437eb7527d69f54d5d762fc3845c959be8b4528748732dec5",
+ "findings": [
+ {
+ "line": 102,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/patterndesignlab/tmp/verify.js",
+ "project": "patterndesignlab",
+ "original_218": true,
+ "current_scan": false,
+ "category": "source/config-review",
+ "sha256": "f2f3a0dd5bffde7c4f273f890b0c6e8e78b07d3846c14bbc58fff4aa98c3ce3e",
+ "findings": [
+ {
+ "line": 3,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/photo-cleanup/test.js",
+ "project": "photo-cleanup",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e3fd8f15ab4f5623ead10e3ca8fb0754f4240817164821b006f6b3a3482c077c",
+ "findings": [
+ {
+ "line": 50,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 60,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/port-viewer/grid.js",
+ "project": "port-viewer",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "16928a894e50fbb8768d9bad964f96c8c035e7380660d82aeecac3bbec4e31db",
+ "findings": [
+ {
+ "line": 50,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/port-viewer/server.js",
+ "project": "port-viewer",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "af05a1d472afb5547703dbc7b878f065bb4707b4247ccb11346107e372f2d5af",
+ "findings": [
+ {
+ "line": 27,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/professional-directory/.env.example",
+ "project": "professional-directory",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "d38da1359eb424ebe45f575b8805c6719b55d693751c144caf338201f1659612",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/quadrille-internal/lib/vendor-requests.js",
+ "project": "quadrille-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fd8e922c9ee816305b5df305c2f33ca738ab5da7834b8b14b188fc45e5e82f46",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/quadrille-internal/scripts/build-products-json.js",
+ "project": "quadrille-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f6d825611492414980f03aa749e248a010875a758f6fe40b95dc9aeb9c60920b",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/rebel-walls-push/scripts/_shop.js",
+ "project": "rebel-walls-push",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "429b967d5b0a8c3a05e26162c1ee7b57784004d431e4f9860df1b3d70168e535",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/rebel-walls-push/scripts/push.js",
+ "project": "rebel-walls-push",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5103508fb7cd179e117551ea81effddc9860c665ffb7ee0a51d22273ca0bab4d",
+ "findings": [
+ {
+ "line": 42,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/rebel-walls-push/scripts/push.js.bak-20260721-131041",
+ "project": "rebel-walls-push",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "2440e2dc80e085a8ca39065ed44ef1d4bc062e410e230517d7c060a69c9ffbdb",
+ "findings": [
+ {
+ "line": 42,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/reidwitlin-landing/lib/vendor-requests.js",
+ "project": "reidwitlin-landing",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fd8e922c9ee816305b5df305c2f33ca738ab5da7834b8b14b188fc45e5e82f46",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/reidwitlin-landing/scripts/build-rwltd-data.js",
+ "project": "reidwitlin-landing",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "e6a49db2e7265fd0aaccbd787c89de20502d4315651285f6b68c50c35285ad85",
+ "findings": [
+ {
+ "line": 198,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/rentv/src/pr/MULTITENANT_TODO.md",
+ "project": "rentv",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "ab93cc0f2c585643911c8645165ea595d56fc5bc702218f97cd4d434cf1cd6cd",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/rentv-2026/src/pr/MULTITENANT_TODO.md",
+ "project": "rentv-2026",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "ab93cc0f2c585643911c8645165ea595d56fc5bc702218f97cd4d434cf1cd6cd",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/rentv-826-tracker/.env.example",
+ "project": "rentv-826-tracker",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "aed1f5c5fad8a14062fe94d4fbec129c784371cd001217a82f9669da84c8f4f9",
+ "findings": [
+ {
+ "line": 2,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sample-followup-sweep/lib/george-transport.js",
+ "project": "sample-followup-sweep",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "caab44bbf0a529895a011622158b2ad10f4552020ea8e1fb979b8c59810b17a3",
+ "findings": [
+ {
+ "line": 43,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sample-followup-sweep/scripts/contact-research.mjs",
+ "project": "sample-followup-sweep",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "757aaa65413a96e1a29d77ce5f846c98c0ece087bd699efd6616f91466d8d2fc",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sample-followup-sweep/scripts/poll-replies.mjs",
+ "project": "sample-followup-sweep",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bc0d704d63f2f7da868dfac1fff35393ed6c6447228b1509768c09854d7a5856",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sample-followup-sweep/scripts/resolve-original-dates.mjs",
+ "project": "sample-followup-sweep",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "743e5c184038e482edb79e5a0c11644b73bfc13b945c0701319aee2c705b1f8a",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sample-followup-sweep/scripts/scheduled-run.mjs",
+ "project": "sample-followup-sweep",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8d14e60269fa3a7045a88d892f287a81db37bcb6d19e85022a898cf17226ee4d",
+ "findings": [
+ {
+ "line": 194,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 224,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 253,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sample-followup-sweep/scripts/watch-sent-stamp.mjs",
+ "project": "sample-followup-sweep",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "0a129fce673fb66830919fef28c52dc22367bb7331478f5a05025c94580f4b2b",
+ "findings": [
+ {
+ "line": 45,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 46,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/schumacher-internal/lib/vendor-requests.js",
+ "project": "schumacher-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/schumacher-internal/scripts/build-products-json.js",
+ "project": "schumacher-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "4318a33b2c2f6cb8fe1d72c1d39a445f3c47941f33fbba7990f3578cd5999a22",
+ "findings": [
+ {
+ "line": 25,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/schumacher-internal/scripts/scrape-astek.js",
+ "project": "schumacher-internal",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "5185f8757f4fc2188b99a096d45c1bd84e340e76127c40b30bf7f7fed24250c4",
+ "findings": [
+ {
+ "line": 29,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/secrets-manager/ROTATION-PRESTAGE.md",
+ "project": "secrets-manager",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "8416c8776f5068fc24780a19f7aafe9b9ff54682cdf884327ef71c40b7742c8a",
+ "findings": [
+ {
+ "line": 63,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/settlement-prescan/scan.mjs",
+ "project": "settlement-prescan",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f46e8818607062321aca865f387f9c99646f5576bf480899b6ac532ab8bfa1c5",
+ "findings": [
+ {
+ "line": 40,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sister-parish-onboarding/.env",
+ "project": "sister-parish-onboarding",
+ "original_218": true,
+ "current_scan": false,
+ "category": "environment-review",
+ "sha256": "fab840f4e9e7db4722ea808e36234ffc2ea162ce7b5e263061e2557dfac22fe5",
+ "findings": [
+ {
+ "line": 1,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/sku-check-skill/server.js",
+ "project": "sku-check-skill",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b5a08508e1fa51f897a618faa18d531ca08449afe2c4a914d90d2df86131e13e",
+ "findings": [
+ {
+ "line": 20,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/small-business-builder/.env.example",
+ "project": "small-business-builder",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "f5709da43229992447b54fc59c00e82af445c3516348d08d54c89ce8ecd3f5bc",
+ "findings": [
+ {
+ "line": 1,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/small-business-builder/scripts/deploy-kamatera.sh",
+ "project": "small-business-builder",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "3a613d378460ed01ec9a3bf581c1d52ac4707646955627192f2041e53545bd03",
+ "findings": [
+ {
+ "line": 66,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/stayclaim/.env.production.example",
+ "project": "stayclaim",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "9e06990c9eda51ba68442132f6bd829b4ddd799563b72e361760702889c83eda",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/studio-zero/test/auth.spec.js",
+ "project": "studio-zero",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "b5385b8bd1ddb78bbd2b7a7b143f0f6c5d9b5214c5b3aa0659f3b134ae2dc3f7",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 27,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ticket-system/data/codex-yoloforever/cycle-20260910T1521Z.1vwvay_7/api-regression.cjs",
+ "project": "ticket-system",
+ "original_218": true,
+ "current_scan": false,
+ "category": "source/config-review",
+ "sha256": "374576c6301de8e123933a67c17948f0ac50bd79d4ff0af41d15385b329b1e0b",
+ "findings": [
+ {
+ "line": 16,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ticket-system/tk10002-resku/apply-resku.mjs",
+ "project": "ticket-system",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "18f6e013fee49a67d0563b53cec562f70b830840c842a1992fa488997b3bf9f8",
+ "findings": [
+ {
+ "line": 45,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ticket-system/tk10002-resku/build-proposals.mjs",
+ "project": "ticket-system",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "55fc5de6edefa840124af53384dc7020794ebb5273bb568fd07d3b44695da089",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ticket-system/tk10002-resku/final-verdict.mjs",
+ "project": "ticket-system",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "24ae55382d8ac43bd4708925b28dc8fdba2c9e181cbd77cd4b10a997fd5e7b77",
+ "findings": [
+ {
+ "line": 9,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ticket-system/tk10002-resku/guard-verify-v2.mjs",
+ "project": "ticket-system",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1ba62941be770fffdfd1d4d9fb99b067507ea04bf68ceadec5f3d92fc2f124c2",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ticket-system/verification/tk11372/api-original.cjs",
+ "project": "ticket-system",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "e5d5dbe9395b5df743035e3b5bbff665d83b1931043caa5e7cb89ccfeba71d15",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/ticket-system/verification/tk11372/stages.cjs",
+ "project": "ticket-system",
+ "original_218": false,
+ "current_scan": true,
+ "category": "archive/generated/evidence-review",
+ "sha256": "2fbdc1668481e01a1d62f1e5a9bc221acfa83876294f5465e0fa9716186eb233",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/timeout-agent/server.js",
+ "project": "timeout-agent",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "aed6afb0056f4a4b11148e6e8d28a0f5180f8c5ae6e620f56992ffe1a05a4b92",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/tk-11331-exec/d3b_heldreview_analyze.mjs",
+ "project": "tk-11331-exec",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "6009e59d8ba6480dfb85b2d681eb85d60c310be2d7560c4826b9393e8b46bdac",
+ "findings": [
+ {
+ "line": 11,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/tk-11331-exec/d3c_enrich_scoped.mjs",
+ "project": "tk-11331-exec",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "70ce2068a40d4037d62a3cec601680ca1a7c681d275ad6149b0de81913560a04",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/tk-11331-exec/d3c_stage.mjs",
+ "project": "tk-11331-exec",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "35b9bd88ceea874e82ee686af5fcdb78a26b8fb587cc9b58624733673b584aa5",
+ "findings": [
+ {
+ "line": 41,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/tk-11331-exec/scripts/d3b_recovery_refresh.mjs",
+ "project": "tk-11331-exec",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "f880cb4ed059c8d7bf051572ae79764c5d962aa1c8b1ec5f470da89e0bc3292d",
+ "findings": [
+ {
+ "line": 24,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/tk-11331-exec/scripts/d3b_refresh_rollback.mjs",
+ "project": "tk-11331-exec",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "fc89d0ccf284809aa3acecf3d779b45a8896f8dd76bd75e929ecca51c670bc00",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/vendor-agents-viewer/server.js",
+ "project": "vendor-agents-viewer",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1cd420b4cec3cb460f616a3ddff4b05c8bdcc1134950a57c02391cf735c8e747",
+ "findings": [
+ {
+ "line": 64,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/vendor-discount-agent/create-vendor-pages.js",
+ "project": "vendor-discount-agent",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d4086ec05ce8925f52d0a2b4038f22971848e6a0af707cf0e9154bafa67347bd",
+ "findings": [
+ {
+ "line": 14,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/vendor-discount-agent/server.js",
+ "project": "vendor-discount-agent",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "1b0204b60dbe0e805db4bdab7d87daec4eef4bd90800b25c36d1419533e8a5dd",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/vendor-recrawl-dispatcher/lib/db.js",
+ "project": "vendor-recrawl-dispatcher",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "bc69509844f9e48bc0a4f86f4bbbc08a34c3fddcd99899cc2a5fe5d572c81155",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/wallco-live-viewer/server.js",
+ "project": "wallco-live-viewer",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "29d3134e3257b33689c4e9cc9bb10e5ae3f7f26ee6969ab9b66ba648d0f981f2",
+ "findings": [
+ {
+ "line": 18,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/watches/.env.example",
+ "project": "watches",
+ "original_218": false,
+ "current_scan": true,
+ "category": "environment-review",
+ "sha256": "dbefc5d1faae64f0872fda1371abce60114e1d65d87956d0cc649aa0eb27bd14",
+ "findings": [
+ {
+ "line": 17,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ },
+ {
+ "line": 25,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/watches/arte-specs-scraper.js",
+ "project": "watches",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "d305d979db6e4b25ed510bcd6160306e34338123f561bbbcdf436e80b8d06025",
+ "findings": [
+ {
+ "line": 7,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/watches/database/POSTGRESQL_MIGRATION_GUIDE.md",
+ "project": "watches",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "5297b5aea71617296bd12d5f33e9b9fdfa5f59565755bf1a6aac2b33ca117922",
+ "findings": [
+ {
+ "line": 247,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/watches/thibaut-description-backfill.js",
+ "project": "watches",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "437e4d9aef3f2beec80112968ad6f64770515504af60d8729e4422bbce9a03dc",
+ "findings": [
+ {
+ "line": 15,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/watches/thibaut-price-scraper.js",
+ "project": "watches",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "9091d85006481a51d5e0fce4c08f5597a6d00411d4b77f5b345f8bd8d1e6ff23",
+ "findings": [
+ {
+ "line": 5,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/watches/thibaut-room-settings-api-example.js",
+ "project": "watches",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "910b308c0c26d93376059808066495ccbdd4fc4215ac0f62252a82bc01c70dda",
+ "findings": [
+ {
+ "line": 13,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/watches/thibaut-room-settings-scraper.js",
+ "project": "watches",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "044bfe1b6cfb027b42ad8534b08b4c3e2221b7432783bb8916ab6a327b8c4a02",
+ "findings": [
+ {
+ "line": 8,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/wholivedthere/scripts/deploy-direct.sh",
+ "project": "wholivedthere",
+ "original_218": false,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "596227439229c305cf90f578817bfa5dd6055e6650886916f2fd38277a439163",
+ "findings": [
+ {
+ "line": 85,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ },
+ {
+ "line": 91,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/wine-finder-next/OPTIMIZATION_SETUP_GUIDE.md",
+ "project": "wine-finder-next",
+ "original_218": false,
+ "current_scan": true,
+ "category": "documentation/data-review",
+ "sha256": "391aae972a11cf1d9c1514bbe760b046cdb25ef8438ad7192b26c92198ec448c",
+ "findings": [
+ {
+ "line": 138,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/zuber-internal/lib/vendor-requests.js",
+ "project": "zuber-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "ce0099389bf08e01e2a7a08f2a1bf442e146cd0ea17500abd583bb93af840702",
+ "findings": [
+ {
+ "line": 52,
+ "kinds": [
+ "loopback-host-review-not-necessarily-postgres"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/zuber-internal/scripts/export-jsonl.js",
+ "project": "zuber-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "38712fa41b5fbe2f8093ffa2396ee96dc43e105a2e4855f501f3266c7bba77aa",
+ "findings": [
+ {
+ "line": 10,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ },
+ {
+ "path": "/Users/macstudio3/Projects/zuber-internal/server.js",
+ "project": "zuber-internal",
+ "original_218": true,
+ "current_scan": true,
+ "category": "source/config-review",
+ "sha256": "8e146d19c1a466ecfc6e5df9996b74e00097787de0188945595b1a6b2d962164",
+ "findings": [
+ {
+ "line": 19,
+ "kinds": [
+ "local-postgres-url"
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/verification/original-218-paths.txt b/verification/original-218-paths.txt
new file mode 100644
index 0000000..18fc42e
--- /dev/null
+++ b/verification/original-218-paths.txt
@@ -0,0 +1,218 @@
+./tk-11331-exec/d3b_heldreview_analyze.mjs
+./tk-11331-exec/d3c_stage.mjs
+./tk-11331-exec/scripts/d3b_refresh_rollback.mjs
+./tk-11331-exec/scripts/d3b_recovery_refresh.mjs
+./tk-11331-exec/d3c_enrich_scoped.mjs
+./Bertha/kalshi-dash/server.js
+./Bertha/react-dash/server.js
+./Bertha/src/lib/db.js
+./ticket-system/tk10002-resku/guard-verify-v2.mjs
+./ticket-system/tk10002-resku/final-verdict.mjs
+./ticket-system/tk10002-resku/build-proposals.mjs
+./ticket-system/tk10002-resku/apply-resku.mjs
+./ticket-system/data/codex-yoloforever/cycle-20260910T1521Z.1vwvay_7/api-regression.cjs
+./approvals-viewer/rollup.js
+./archive-agent/.archive-agent.env
+./archive-agent/ecosystem.config.js
+./astek-landing/scripts/scrape-astek.js
+./astek-landing/scripts/build-products-json.js
+./astek-landing/lib/vendor-requests.js
+./vendor-agents-viewer/server.js
+./nationalrealestate/scripts/rentv-feed.mjs
+./quadrille-internal/scripts/build-products-json.js
+./quadrille-internal/lib/vendor-requests.js
+./patterndesignlab/scripts/build-trends.js
+./patterndesignlab/scripts/seed.js
+./patterndesignlab/tmp/verify.js
+./sister-parish-onboarding/.env
+./Letsbegin/scrape_dg_specs.js
+./gracie-scraper/scripts/enrich.mjs
+./gracie-scraper/scripts/scrape.mjs
+./reidwitlin-landing/scripts/build-rwltd-data.js
+./reidwitlin-landing/lib/vendor-requests.js
+./hollywood-import/consolidate-vendor-catalogs.py
+./hollywood-import/momentum-feed/price-backfill.mjs
+./hollywood-import/momentum-feed/assign-sku.mjs
+./hollywood-import/momentum-feed/build-wallcovering-canary.mjs
+./hollywood-import/momentum-feed/refresh.mjs
+./hollywood-import/momentum-feed/prep-golive.mjs
+./hollywood-import/momentum-feed/enrich.mjs
+./hollywood-import/momentum-feed/build-acoustic-manifest.mjs
+./timeout-agent/server.js
+./dw-boardroom-governance/.env
+./dw-boardroom-governance/ecosystem.config.cjs
+./designerwallcoverings/scripts/rebel-walls-dwsku-recovery/recover-rebel-walls-dwsku.js
+./sample-followup-sweep/scripts/contact-research.mjs
+./sample-followup-sweep/scripts/scheduled-run.mjs
+./sample-followup-sweep/scripts/watch-sent-stamp.mjs
+./sample-followup-sweep/scripts/resolve-original-dates.mjs
+./sample-followup-sweep/scripts/poll-replies.mjs
+./sample-followup-sweep/lib/george-transport.js
+./dw-pitch-followup/scripts/enrich-disco.js
+./dw-pitch-followup/scripts/build-lists.js
+./all-dw-landing/scripts/build-sites-json.js
+./watches/thibaut-room-settings-api-example.js
+./watches/thibaut-price-scraper.js
+./watches/arte-specs-scraper.js
+./watches/thibaut-room-settings-scraper.js
+./watches/thibaut-description-backfill.js
+./Norma-platform/petition-site/server.js
+./Norma-platform/tests/api-write-smoke.mjs
+./Norma-platform/tests/api-authz-matrix.mjs
+./Norma-platform/tests/campaign-platform.mjs
+./Norma-platform/tests/api-crud-lifecycle.mjs
+./Norma-platform/agents/shared/db.js
+./Norma-platform/agents/datasource-agent/skills/rate-sources.js
+./Norma-platform/agents/datasource-agent/skills/discover-apis.js
+./Norma-platform/agents/datasource-agent/skills/scrape-frontpages.js
+./Norma-platform/agents/datasource-agent/skills/report.js
+./Norma-platform/agents/datasource-agent/skills/collect-statements.js
+./Norma-platform/agents/datasource-agent/skills/scrape-petitions.js
+./Norma-platform/.next/server/app/api/registry/route.js
+./Norma-platform/scripts/batch-resolve-authors.js
+./Norma-platform/scripts/enrich-college-scorecard.js
+./Norma-platform/scripts/ingest-congress.js
+./Norma-platform/scripts/test-instance.sh
+./Norma-platform/scripts/verify-admin-hash.mjs
+./Norma-platform/scripts/restore-admin-hash.mjs
+./Norma-platform/scripts/ingest-scorecard.js
+./Norma-platform/scripts/search-latimes-gmail.js
+./Norma-platform/scripts/search-kqed.mjs
+./Norma-platform/scripts/seed-campaign-demo.mjs
+./Norma-platform/scripts/ingest-all-sources.js
+./Norma-platform/scripts/enrich-politicians.js
+./Norma-platform/scripts/populate-staffers.js
+./Norma-platform/scripts/ingest-staffers.js
+./Norma-platform/scripts/predeploy-gate.sh
+./Norma-platform/scripts/ingest-scorecard-urban.js
+./Norma-platform/scripts/ingest-org-feeds.js
+./Norma-platform/scripts/enrich-news-ai.js
+./Norma-platform/scripts/enrich-zip-profiles.js
+./Norma-platform/scripts/campaign-preview.sh
+./zuber-internal/server.js
+./zuber-internal/scripts/export-jsonl.js
+./zuber-internal/lib/vendor-requests.js
+./1980swallpaper/scripts/pull-hybrid.js
+./dw-cowtan-recrawl/recrawl-cowtan.js
+./crezana-internal/lib/vendor-requests.js
+./dw-internal-gateway/server.js
+./enrich-local-hybrid/enrich-ai-tags.patched.js
+./studio-zero/test/auth.spec.js
+./dw-scrape-scheduler/lib/db.js
+./SDCC-Stories/server.js
+./dw-domain-fleet/output/leak-reverify-checker.js
+./sku-check-skill/server.js
+./AbramsOS/tests/chat.test.js
+./wallco-live-viewer/server.js
+./_scratch/dwaa53-viewer/server.js
+./fix-no-image-products.js
+./fentucci-naturals/lib/vendor-requests.js
+./dw-validator-debug-TK11314/gemini-enrich-arte.js
+./dw-validator-debug-TK11314/ai-enrich-arte-fix.js
+./dw-validator-debug-TK11314/enrich-remaining-13.js
+./dw-validator-debug-TK11314/gemini-enrich-gaps.js
+./dw-validator-debug-TK11314/enrich-arte-gaps.js
+./dw-validator-debug-TK11314/gemini-enrich-arte9.js
+./dw-validator-debug-TK11314/enrich-arte-puppeteer.js
+./dw-validator-debug-TK11314/arte-fill-tags.js
+./dw-validator-debug-TK11314/shopify/scripts/fix-suncloth-to-fabric.js
+./dw-validator-debug-TK11314/shopify/scripts/sync-shopify-metafields.js
+./dw-validator-debug-TK11314/shopify/scripts/zoffany-full-monty-20.js
+./dw-validator-debug-TK11314/shopify/scripts/hollywood-tag-enrichment.js
+./dw-validator-debug-TK11314/shopify/scripts/catalog-push-to-kamatera.sh
+./dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-run.sh
+./dw-validator-debug-TK11314/shopify/scripts/thibaut-repeat-scraper.js
+./dw-validator-debug-TK11314/shopify/scripts/wolf-gordon-shopify-push.js
+./dw-validator-debug-TK11314/shopify/scripts/koroseal-batch-cron.js
+./dw-validator-debug-TK11314/shopify/scripts/push-color-metafields.js
+./dw-validator-debug-TK11314/shopify/scripts/repair-missoni-images.js
+./dw-validator-debug-TK11314/shopify/scripts/texture-repeat-fixer.js
+./dw-validator-debug-TK11314/shopify/scripts/batch-room-settings.py
+./dw-validator-debug-TK11314/shopify/scripts/la-walls-image-sync.js
+./dw-validator-debug-TK11314/shopify/scripts/schumacher-import.js
+./dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-tags-backfill.js
+./dw-validator-debug-TK11314/shopify/scripts/apex-repeat-push.js
+./dw-validator-debug-TK11314/shopify/scripts/gemini-catalog-tagger.js
+./dw-validator-debug-TK11314/shopify/scripts/repair-bnwalls-images.js
+./dw-validator-debug-TK11314/shopify/scripts/repair-justindavid-relative-urls.js
+./dw-validator-debug-TK11314/shopify/scripts/push-pattern-repeat-metafields.js
+./dw-validator-debug-TK11314/shopify/scripts/prl-ai-enrich.js
+./dw-validator-debug-TK11314/shopify/scripts/arte-recrawl.js
+./dw-validator-debug-TK11314/shopify/scripts/lib/sku-registry.js
+./dw-validator-debug-TK11314/shopify/scripts/push-fire-rating-metafields.js
+./dw-validator-debug-TK11314/shopify/scripts/assign-elitis-dw-skus.js
+./dw-validator-debug-TK11314/shopify/scripts/romo-drilldown.js
+./dw-validator-debug-TK11314/shopify/scripts/classify-texture-pattern.js
+./dw-validator-debug-TK11314/shopify/scripts/schumacher-price-scraper.js
+./dw-validator-debug-TK11314/shopify/scripts/paul-montgomery-image-sync.js
+./dw-validator-debug-TK11314/shopify/scripts/zoffany-ai-enrich-push.js
+./dw-validator-debug-TK11314/shopify/scripts/interior-design-tagger.js
+./dw-validator-debug-TK11314/shopify/scripts/arte-url-backfill.js
+./dw-validator-debug-TK11314/shopify/scripts/phase3-orphan-recover.js
+./dw-validator-debug-TK11314/shopify/scripts/sync-shopify-products.js
+./dw-validator-debug-TK11314/shopify/scripts/repair-ascreation-images.js
+./dw-validator-debug-TK11314/shopify/scripts/arte-update-mfr-sku.js
+./dw-validator-debug-TK11314/shopify/scripts/set-texture-repeat-zero.js
+./dw-validator-debug-TK11314/gemini-classify-texture.js
+./dw-validator-debug-TK11314/enrich-arte-fix.js
+./dw-validator-debug-TK11314/ai-enrich-gaps2.js
+./dw-validator-debug-TK11314/thibaut-repeat-run.js
+./vendor-discount-agent/create-vendor-pages.js
+./vendor-discount-agent/server.js
+./vendor-recrawl-dispatcher/lib/db.js
+./interiordesignershowroom/.env
+./interiordesignershowroom/scripts/tk10402-undo.sh
+./interiordesignershowroom/scripts/fix-dangling-scenes.js
+./interiordesignershowroom/scripts/refresh-live-catalog.sh
+./interiordesignershowroom/lib/db.js
+./fromental-internal/server.js
+./fromental-internal/scripts/scrape-fromental.js
+./fromental-internal/scripts/export-jsonl.js
+./fromental-internal/scripts/enrich-fromental.js
+./fromental-internal/lib/vendor-requests.js
+./NationalPaperHangers-yfr2-c3/scripts/deploy-kamatera-v2.sh
+./Designer-Wallcoverings/gemini-enrich-arte.js
+./Designer-Wallcoverings/ai-enrich-arte-fix.js
+./Designer-Wallcoverings/enrich-remaining-13.js
+./Designer-Wallcoverings/vendor-scrapers/tecnografica-viewer.js
+./Designer-Wallcoverings/vendor-scrapers/tecnografica-scrape.js
+./Designer-Wallcoverings/gemini-enrich-gaps.js
+./Designer-Wallcoverings/enrich-arte-gaps.js
+./Designer-Wallcoverings/gemini-enrich-arte9.js
+./Designer-Wallcoverings/DW-Programming/arte-image-backfill.js
+./Designer-Wallcoverings/DW-Programming/hollywood-hex-and-tags.js
+./Designer-Wallcoverings/DW-Programming/enrich-anna-french.js
+./Designer-Wallcoverings/DW-Programming/activate-versace-vi.js
+./Designer-Wallcoverings/DW-Programming/migrate-dwkk-to-dwpr.js
+./Designer-Wallcoverings/DW-Programming/interior-design-ai-tagger.js
+./Designer-Wallcoverings/DW-Programming/update-dwjs-specs-final.js
+./Designer-Wallcoverings/DW-Programming/romo-group-enrichment-scraper.js
+./Designer-Wallcoverings/DW-Programming/anna-french-ai-enrich.js
+./Designer-Wallcoverings/DW-Programming/enrich-grahambrown-width.js
+./Designer-Wallcoverings/DW-Programming/backfill-schumacher-images.js
+./Designer-Wallcoverings/DW-Programming/jd-room-batch.js
+./Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/.env
+./Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/import-catalog-direct.js
+./Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-images.js
+./Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/extract-dedar-colorways.js
+./Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/rwltd-gemini-cron.js
+./Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/scripts/import-drain-live.js
+./Designer-Wallcoverings/DW-Programming/fix-product-type-tags.js
+./Designer-Wallcoverings/DW-Programming/versa-evo-pvcfree-scraper.js
+./Designer-Wallcoverings/DW-Programming/phase3-ai-enrich-batch.js
+./Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-generator.py
+./Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-settings.py
+./Designer-Wallcoverings/DW-Programming/room-setting-app/generate-phillipe-romano-rooms.py
+./Designer-Wallcoverings/DW-Programming/room-setting-app/scripts/batch-room-generator.js
+./Designer-Wallcoverings/DW-Programming/room-setting-app/scripts/batch-room-generator.py
+./Designer-Wallcoverings/DW-Programming/room-setting-app/batch-room-gen-v2.py
+./Designer-Wallcoverings/DW-Programming/update-dwjs-specs-phase4.js
+./Designer-Wallcoverings/DW-Programming/fix-sandberg-body.js
+./Designer-Wallcoverings/DW-Programming/arte-search-scrape-width.js
+./Designer-Wallcoverings/DW-Programming/dwc-bulk-audit.js
+./Designer-Wallcoverings/DW-Programming/china-seas-image-enrichment.js
+./Designer-Wallcoverings/DW-Programming/arte-crawl-all-urls.js
+./Designer-Wallcoverings/DW-Programming/enrich-arte-width.js
+./Designer-Wallcoverings/DW-Programming/as-creation-shopify-push.js
+./Designer-Wallcoverings/DW-Programming/twil-verify-remaining.js
+./
diff --git a/verification/postgres-baseline.json b/verification/postgres-baseline.json
new file mode 100644
index 0000000..2eb4640
--- /dev/null
+++ b/verification/postgres-baseline.json
@@ -0,0 +1,2 @@
+{"timestamp" : "2026-09-11T08:13:55.983034-07:00", "settings" : {"socket_dirs" : "/tmp", "listen_addresses" : "localhost", "port" : "5432", "socket_connection" : true}, "clients" : [{"datname":"ken","usename":"macstudio3","application_name":"","client_addr":"::1","client_port":61576,"pid":55498,"state":"idle"},
+ {"datname":"dw_unified","usename":"macstudio3","application_name":"","client_addr":null,"client_port":-1,"pid":54558,"state":"active"}]}
diff --git a/verification/runtime.json b/verification/runtime.json
new file mode 100644
index 0000000..1bcb342
--- /dev/null
+++ b/verification/runtime.json
@@ -0,0 +1,1531 @@
+{
+ "timestamp": "2026-09-11T15:12:11.260Z",
+ "services": [
+ {
+ "name": "pm2-logrotate",
+ "pid": 46327,
+ "status": "online",
+ "cwd": "/Users/macstudio3/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate",
+ "script": "/Users/macstudio3/.pm2/modules/pm2-logrotate/node_modules/pm2-logrotate/app.js",
+ "targets": []
+ },
+ {
+ "name": "abramsego",
+ "pid": 39792,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/AbramsEgo",
+ "script": "/Users/macstudio3/Projects/AbramsEgo/server.js",
+ "targets": []
+ },
+ {
+ "name": "pattern-vault",
+ "pid": 8266,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/pattern-vault",
+ "script": "/Users/macstudio3/Projects/pattern-vault/server.js",
+ "targets": []
+ },
+ {
+ "name": "cabinet-mindmap",
+ "pid": 8174,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/agent-cabinet",
+ "script": "/Users/macstudio3/Projects/agent-cabinet/server.js",
+ "targets": []
+ },
+ {
+ "name": "patterndesignlab",
+ "pid": 85753,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/patterndesignlab",
+ "script": "/Users/macstudio3/Projects/patterndesignlab/server.js",
+ "targets": []
+ },
+ {
+ "name": "reidwitlin-landing",
+ "pid": 8291,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/reidwitlin-landing",
+ "script": "/Users/macstudio3/Projects/reidwitlin-landing/server.js",
+ "targets": []
+ },
+ {
+ "name": "abramsos",
+ "pid": 33618,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/AbramsOS",
+ "script": "/Users/macstudio3/Projects/AbramsOS/server.js",
+ "targets": []
+ },
+ {
+ "name": "dw-pitch-followup",
+ "pid": 8254,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-pitch-followup",
+ "script": "/Users/macstudio3/Projects/dw-pitch-followup/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9768"
+ }
+ ]
+ },
+ {
+ "name": "wpb-sales-dashboard",
+ "pid": 8304,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/wpb-sales-dashboard",
+ "script": "/Users/macstudio3/Projects/wpb-sales-dashboard/server.js",
+ "targets": []
+ },
+ {
+ "name": "crezana-internal",
+ "pid": 8192,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/crezana-internal",
+ "script": "/Users/macstudio3/Projects/crezana-internal/server.js",
+ "targets": [
+ {
+ "key": "PGHOST",
+ "value": "/tmp"
+ },
+ {
+ "key": "PORT",
+ "value": "10072"
+ }
+ ]
+ },
+ {
+ "name": "fromental-internal",
+ "pid": 8298,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/fromental-internal",
+ "script": "/Users/macstudio3/Projects/fromental-internal/server.js",
+ "targets": []
+ },
+ {
+ "name": "gracie-internal",
+ "pid": 8186,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/gracie-internal",
+ "script": "/Users/macstudio3/Projects/gracie-internal/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "10073"
+ },
+ {
+ "key": "PG",
+ "host": "localhost",
+ "port": "5432",
+ "database": "dw_unified",
+ "socketHost": null
+ }
+ ]
+ },
+ {
+ "name": "zuber-internal",
+ "pid": 8273,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/zuber-internal",
+ "script": "/Users/macstudio3/Projects/zuber-internal/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "10074"
+ }
+ ]
+ },
+ {
+ "name": "wpb-control-panel",
+ "pid": 27733,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/pattern-vault/wpb-uploaders",
+ "script": "/Users/macstudio3/Projects/pattern-vault/wpb-uploaders/control-panel.js",
+ "targets": []
+ },
+ {
+ "name": "ken",
+ "pid": 92641,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/Ken/kalshi-dash",
+ "script": "/Users/macstudio3/Projects/Ken/kalshi-dash/start.sh",
+ "targets": [
+ {
+ "key": "KEN_DATABASE_URL",
+ "host": "localhost",
+ "port": "5432",
+ "database": "ken",
+ "socketHost": null
+ },
+ {
+ "key": "DATABASE_URL",
+ "host": "localhost",
+ "port": "5432",
+ "database": "bertha_betting",
+ "socketHost": null
+ }
+ ]
+ },
+ {
+ "name": "slack-idea-board",
+ "pid": 11035,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/slack-idea-board",
+ "script": "/Users/macstudio3/Projects/slack-idea-board/server.js",
+ "targets": []
+ },
+ {
+ "name": "slack-to-steve-dash",
+ "pid": 8292,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/slack-to-steve",
+ "script": "/Users/macstudio3/Projects/slack-to-steve/server.js",
+ "targets": []
+ },
+ {
+ "name": "ImportNewSkufromURL-9830",
+ "pid": 27750,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL",
+ "script": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/node_modules/next/dist/bin/next",
+ "targets": []
+ },
+ {
+ "name": "greenland-internal",
+ "pid": 85706,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/greenland-onboard",
+ "script": "/Users/macstudio3/Projects/greenland-onboard/server.js",
+ "targets": []
+ },
+ {
+ "name": "slack-socket",
+ "pid": 61762,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/slack-to-steve",
+ "script": "/Users/macstudio3/Projects/slack-to-steve/socket.mjs",
+ "targets": []
+ },
+ {
+ "name": "dw-activation-calendar",
+ "pid": 8334,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-activation-calendar",
+ "script": "/Users/macstudio3/Projects/dw-activation-calendar/server.js",
+ "targets": []
+ },
+ {
+ "name": "ai-workforce",
+ "pid": 8322,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ai-workforce",
+ "script": "/Users/macstudio3/Projects/ai-workforce/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9791"
+ }
+ ]
+ },
+ {
+ "name": "prev-estimate-instant",
+ "pid": 8328,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/estimate-instant",
+ "script": "/Users/macstudio3/Projects/estimate-instant/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3901"
+ }
+ ]
+ },
+ {
+ "name": "gate-estimate-instant",
+ "pid": 27797,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/claude-webdev-accelerator",
+ "script": "/Users/macstudio3/Projects/claude-webdev-accelerator/scripts/gate-proxy.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "4901"
+ }
+ ]
+ },
+ {
+ "name": "prev-trade-portal",
+ "pid": 8316,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/trade-portal",
+ "script": "/Users/macstudio3/Projects/trade-portal/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3902"
+ }
+ ]
+ },
+ {
+ "name": "gate-trade-portal",
+ "pid": 27809,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/claude-webdev-accelerator",
+ "script": "/Users/macstudio3/Projects/claude-webdev-accelerator/scripts/gate-proxy.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "4902"
+ }
+ ]
+ },
+ {
+ "name": "prev-sample-box",
+ "pid": 8310,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/sample-box",
+ "script": "/Users/macstudio3/Projects/sample-box/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3903"
+ }
+ ]
+ },
+ {
+ "name": "gate-sample-box",
+ "pid": 27821,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/claude-webdev-accelerator",
+ "script": "/Users/macstudio3/Projects/claude-webdev-accelerator/scripts/gate-proxy.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "4903"
+ }
+ ]
+ },
+ {
+ "name": "prev-reno-visualizer",
+ "pid": 8346,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/reno-visualizer",
+ "script": "/Users/macstudio3/Projects/reno-visualizer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3904"
+ }
+ ]
+ },
+ {
+ "name": "gate-reno-visualizer",
+ "pid": 27834,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/claude-webdev-accelerator",
+ "script": "/Users/macstudio3/Projects/claude-webdev-accelerator/scripts/gate-proxy.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "4904"
+ }
+ ]
+ },
+ {
+ "name": "prev-permit-radar",
+ "pid": 8359,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/permit-radar",
+ "script": "/Users/macstudio3/Projects/permit-radar/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3905"
+ }
+ ]
+ },
+ {
+ "name": "gate-permit-radar",
+ "pid": 27851,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/claude-webdev-accelerator",
+ "script": "/Users/macstudio3/Projects/claude-webdev-accelerator/scripts/gate-proxy.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "4905"
+ }
+ ]
+ },
+ {
+ "name": "prev-accelerator",
+ "pid": 27858,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/claude-webdev-accelerator",
+ "script": "/Users/macstudio3/Projects/claude-webdev-accelerator/scripts/repo-viewer.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3906"
+ }
+ ]
+ },
+ {
+ "name": "gate-accelerator",
+ "pid": 27868,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/claude-webdev-accelerator",
+ "script": "/Users/macstudio3/Projects/claude-webdev-accelerator/scripts/gate-proxy.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "4906"
+ }
+ ]
+ },
+ {
+ "name": "schumacher-internal",
+ "pid": 8374,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/schumacher-internal",
+ "script": "/Users/macstudio3/Projects/schumacher-internal/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9946"
+ }
+ ]
+ },
+ {
+ "name": "colorwheel",
+ "pid": 8407,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-marketing-reels/colorwheel",
+ "script": "/Users/macstudio3/Projects/dw-marketing-reels/colorwheel/server.js",
+ "targets": []
+ },
+ {
+ "name": "fantasea-consulting",
+ "pid": 8111,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/fantasea-consulting",
+ "script": "/Users/macstudio3/Projects/fantasea-consulting/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9782"
+ }
+ ]
+ },
+ {
+ "name": "animals-viewer",
+ "pid": 27916,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/animals",
+ "script": "/Users/macstudio3/Projects/animals/src/server/index.js",
+ "targets": []
+ },
+ {
+ "name": "consulting-intake",
+ "pid": 8340,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/consulting-intake",
+ "script": "/Users/macstudio3/Projects/consulting-intake/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9700"
+ }
+ ]
+ },
+ {
+ "name": "dw-marketing-reels-studio",
+ "pid": 8248,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-marketing-reels",
+ "script": "/Users/macstudio3/Projects/dw-marketing-reels/server.js",
+ "targets": []
+ },
+ {
+ "name": "usrealestate",
+ "pid": 10539,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/nationalrealestate",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "usre-broker-rotate",
+ "pid": 0,
+ "status": "stopped",
+ "cwd": "/Users/macstudio3/Projects/nationalrealestate",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "prestige-car-wash",
+ "pid": 8353,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/prestige-car-wash",
+ "script": "/Users/macstudio3/Projects/prestige-car-wash/server.js",
+ "targets": []
+ },
+ {
+ "name": "dw-cadence-next2",
+ "pid": 12557,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-cadence-next2",
+ "script": "/Users/macstudio3/Projects/dw-cadence-next2/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9764"
+ }
+ ]
+ },
+ {
+ "name": "rigo-line-viewer",
+ "pid": 8365,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/rigo-line-viewer",
+ "script": "/Users/macstudio3/Projects/rigo-line-viewer/server.js",
+ "targets": []
+ },
+ {
+ "name": "agentabrams-viewer",
+ "pid": 8401,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/agentabrams-viewer",
+ "script": "/Users/macstudio3/Projects/agentabrams-viewer/server.js",
+ "targets": []
+ },
+ {
+ "name": "model-arena",
+ "pid": 61343,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/model-arena",
+ "script": "/Users/macstudio3/Projects/model-arena/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9758"
+ }
+ ]
+ },
+ {
+ "name": "dw-domain-viewer",
+ "pid": 8210,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-domain-viewer",
+ "script": "/Users/macstudio3/Projects/dw-domain-viewer/server.js",
+ "targets": []
+ },
+ {
+ "name": "whimsical-viewer",
+ "pid": 8514,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/wild-wallcoverings",
+ "script": "/Users/macstudio3/Projects/wild-wallcoverings/server.js",
+ "targets": []
+ },
+ {
+ "name": "dw-internal-gateway",
+ "pid": 8389,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-internal-gateway",
+ "script": "/Users/macstudio3/Projects/dw-internal-gateway/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "8090"
+ }
+ ]
+ },
+ {
+ "name": "internal-dw-dns",
+ "pid": 3868,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-internal-gateway",
+ "script": "/opt/homebrew/opt/dnsmasq/sbin/dnsmasq",
+ "targets": []
+ },
+ {
+ "name": "all-dw-local",
+ "pid": 84927,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/all-designerwallcoverings",
+ "script": "/Users/macstudio3/Projects/all-designerwallcoverings/server.js",
+ "targets": []
+ },
+ {
+ "name": "vahallan-line-viewer",
+ "pid": 8571,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/vahallan-line-viewer",
+ "script": "/Users/macstudio3/Projects/vahallan-line-viewer/server.js",
+ "targets": []
+ },
+ {
+ "name": "clipreviewbydave",
+ "pid": 8559,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/clipreviewbydave",
+ "script": "/Users/macstudio3/Projects/clipreviewbydave/server.js",
+ "targets": []
+ },
+ {
+ "name": "ticket-board",
+ "pid": 36347,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ticket-system",
+ "script": "/Users/macstudio3/Projects/ticket-system/server.js",
+ "targets": []
+ },
+ {
+ "name": "muralsource-internal",
+ "pid": 8416,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/muralsource-internal",
+ "script": "/Users/macstudio3/Projects/muralsource-internal/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9947"
+ }
+ ]
+ },
+ {
+ "name": "projects-agentabrams",
+ "pid": 8434,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/projects-agentabrams",
+ "script": "/Users/macstudio3/Projects/projects-agentabrams/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9702"
+ }
+ ]
+ },
+ {
+ "name": "build-pages",
+ "pid": 8204,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/build-pages",
+ "script": "/Users/macstudio3/Projects/build-pages/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9703"
+ }
+ ]
+ },
+ {
+ "name": "approvals-viewer",
+ "pid": 8162,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/approvals-viewer",
+ "script": "/Users/macstudio3/Projects/approvals-viewer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9795"
+ }
+ ]
+ },
+ {
+ "name": "hos-feed-api",
+ "pid": 60733,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/homesonspec",
+ "script": "/Users/macstudio3/Projects/homesonspec/scripts/feed-api.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9799"
+ }
+ ]
+ },
+ {
+ "name": "hos-permit-viewer",
+ "pid": 28103,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/homesonspec",
+ "script": "/Users/macstudio3/Projects/homesonspec/scripts/permit-viewer.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9977"
+ }
+ ]
+ },
+ {
+ "name": "hos-engine",
+ "pid": 28104,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/homesonspec",
+ "script": "/Users/macstudio3/Projects/homesonspec/scripts/engine-dashboard.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9798"
+ }
+ ]
+ },
+ {
+ "name": "usre-rentv-feed",
+ "pid": 48408,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/nationalrealestate",
+ "script": "/Users/macstudio3/Projects/nationalrealestate/scripts/rentv-feed.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9796"
+ }
+ ]
+ },
+ {
+ "name": "approvals-rollup",
+ "pid": 13273,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/approvals-viewer",
+ "script": "/Users/macstudio3/Projects/approvals-viewer/rollup.js",
+ "targets": []
+ },
+ {
+ "name": "dw-signup-fulfillment",
+ "pid": 32303,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-signup-fulfillment",
+ "script": "/Users/macstudio3/Projects/dw-signup-fulfillment/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9856"
+ }
+ ]
+ },
+ {
+ "name": "rentv",
+ "pid": 8595,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/rentv",
+ "script": "/Users/macstudio3/Projects/rentv/server.js",
+ "targets": [
+ {
+ "key": "PR_DATABASE_URL",
+ "parse": "unresolved"
+ },
+ {
+ "key": "PORT",
+ "value": "9704"
+ }
+ ]
+ },
+ {
+ "name": "tools-dw-hub",
+ "pid": 8422,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/Users/macstudio3/Projects/tools-dw-hub/server.js",
+ "targets": []
+ },
+ {
+ "name": "new-engine",
+ "pid": 8428,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/new-engine",
+ "script": "/Users/macstudio3/Projects/new-engine/server.js",
+ "targets": [
+ {
+ "key": "PGHOST",
+ "value": "/tmp"
+ },
+ {
+ "key": "PGDATABASE",
+ "value": "dw_unified"
+ }
+ ]
+ },
+ {
+ "name": "hos-web",
+ "pid": 28165,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/homesonspec",
+ "script": "/bin/bash",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3100"
+ },
+ {
+ "key": "DATABASE_URL",
+ "host": "localhost",
+ "port": "5432",
+ "database": "homesonspec",
+ "socketHost": "/tmp"
+ }
+ ]
+ },
+ {
+ "name": "hos-admin",
+ "pid": 28182,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/homesonspec",
+ "script": "/bin/bash",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "3101"
+ },
+ {
+ "key": "DATABASE_URL",
+ "host": "localhost",
+ "port": "5432",
+ "database": "homesonspec",
+ "socketHost": "/tmp"
+ }
+ ]
+ },
+ {
+ "name": "dwtool-150dpi",
+ "pid": 92630,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-recolor-v14",
+ "pid": 92621,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-image-to-room",
+ "pid": 96142,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-room-setting-app",
+ "pid": 96135,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-color-wheel",
+ "pid": 96132,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-tagger-kravet",
+ "pid": 92611,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-tagger-thibaut",
+ "pid": 92597,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-tagger-pr",
+ "pid": 92627,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-updater-maya",
+ "pid": 92610,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-vendor-dashboard-v2",
+ "pid": 92618,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-calendar",
+ "pid": 96144,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-master-listings",
+ "pid": 96136,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-system-dashboard",
+ "pid": 56073,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-pm2-dashboard",
+ "pid": 92601,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-recolor-v13",
+ "pid": 92623,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-recolor-v1",
+ "pid": 92647,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-import-sku",
+ "pid": 96138,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-updater-schumacher",
+ "pid": 92599,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-updater-architectural",
+ "pid": 92619,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-sku-to-blog",
+ "pid": 28407,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-settlement-review",
+ "pid": 28412,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "dwtool-dw-dashboard",
+ "pid": 24315,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/tools-dw-hub",
+ "script": "/bin/bash",
+ "targets": []
+ },
+ {
+ "name": "ticket-triage",
+ "pid": 8440,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ticket-triage-page",
+ "script": "/Users/macstudio3/Projects/ticket-triage-page/server.js",
+ "targets": []
+ },
+ {
+ "name": "vendor-command-center",
+ "pid": 69308,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center",
+ "script": "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Agents/vendor-command-center/run-local.sh",
+ "targets": []
+ },
+ {
+ "name": "interiordesignershowroom",
+ "pid": 8447,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/interiordesignershowroom",
+ "script": "/Users/macstudio3/Projects/interiordesignershowroom/server.js",
+ "targets": [
+ {
+ "key": "DATABASE_URL",
+ "host": "localhost",
+ "port": "5432",
+ "database": "idshowroom",
+ "socketHost": null
+ },
+ {
+ "key": "PORT",
+ "value": "9861"
+ }
+ ]
+ },
+ {
+ "name": "waitline",
+ "pid": 8441,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/waitline",
+ "script": "/Users/macstudio3/Projects/waitline/server.js",
+ "targets": []
+ },
+ {
+ "name": "agent-ad-network",
+ "pid": 8460,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/agent-ad-network",
+ "script": "/Users/macstudio3/Projects/agent-ad-network/server.js",
+ "targets": []
+ },
+ {
+ "name": "ken-trade-siren",
+ "pid": 8222,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ken-trade-siren",
+ "script": "/Users/macstudio3/Projects/ken-trade-siren/server.js",
+ "targets": []
+ },
+ {
+ "name": "ga-allsites",
+ "pid": 28621,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ga-allsites",
+ "script": "/Users/macstudio3/Projects/ga-allsites/server.py",
+ "targets": []
+ },
+ {
+ "name": "ga4-dashboard",
+ "pid": 8565,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ga4-dashboard",
+ "script": "/Users/macstudio3/Projects/ga4-dashboard/server.js",
+ "targets": []
+ },
+ {
+ "name": "norma-instagram",
+ "pid": 8546,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/Norma/agents/instagram-agent",
+ "script": "/Users/macstudio3/Projects/Norma/agents/instagram-agent/server.js",
+ "targets": []
+ },
+ {
+ "name": "nodailyworries-local",
+ "pid": 8453,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/nodailyworries",
+ "script": "/Users/macstudio3/Projects/nodailyworries/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9871"
+ }
+ ]
+ },
+ {
+ "name": "norma-email",
+ "pid": 9224,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/Norma",
+ "script": "/opt/homebrew/bin/npm",
+ "targets": []
+ },
+ {
+ "name": "calendar-agentabrams",
+ "pid": 8120,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/calendar-agentabrams",
+ "script": "/Users/macstudio3/Projects/calendar-agentabrams/server.js",
+ "targets": []
+ },
+ {
+ "name": "thedesignerlibrary",
+ "pid": 8228,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/thedesignerlibrary",
+ "script": "/Users/macstudio3/Projects/thedesignerlibrary/server.js",
+ "targets": []
+ },
+ {
+ "name": "ventura-corridor",
+ "pid": 28679,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ventura-corridor",
+ "script": "/Users/macstudio3/Projects/ventura-corridor/node_modules/.bin/tsx",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9785"
+ }
+ ]
+ },
+ {
+ "name": "rentv-ad-engine",
+ "pid": 8667,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/rentv-ad-engine",
+ "script": "/Users/macstudio3/Projects/rentv-ad-engine/server.js",
+ "targets": []
+ },
+ {
+ "name": "rentv2026-preview",
+ "pid": 8459,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/rentv-2026",
+ "script": "/Users/macstudio3/Projects/rentv-2026/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9714"
+ }
+ ]
+ },
+ {
+ "name": "ads-dashboard",
+ "pid": 8466,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ads-dashboard",
+ "script": "/Users/macstudio3/Projects/ads-dashboard/server.js",
+ "targets": []
+ },
+ {
+ "name": "rentv-targets-viewer",
+ "pid": 48522,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/rentv-licensed-targets",
+ "script": "/Users/macstudio3/Projects/rentv-licensed-targets/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9771"
+ }
+ ]
+ },
+ {
+ "name": "labj-viewer",
+ "pid": 8478,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/labj-cre-banks",
+ "script": "/Users/macstudio3/Projects/labj-cre-banks/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9776"
+ }
+ ]
+ },
+ {
+ "name": "socrata-cre-viewer",
+ "pid": 8472,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/socrata-cre-viewer",
+ "script": "/Users/macstudio3/Projects/socrata-cre-viewer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9778"
+ }
+ ]
+ },
+ {
+ "name": "dw-chat-analyzer",
+ "pid": 8508,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-chat-analyzer",
+ "script": "/Users/macstudio3/Projects/dw-chat-analyzer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9802"
+ }
+ ]
+ },
+ {
+ "name": "zendesk-chat-analyzer",
+ "pid": 8490,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/zendesk-chat-analyzer",
+ "script": "/Users/macstudio3/Projects/zendesk-chat-analyzer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9857"
+ }
+ ]
+ },
+ {
+ "name": "dw-chat-watch",
+ "pid": 29002,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/dw-chat-analyzer",
+ "script": "/Users/macstudio3/Projects/dw-chat-analyzer/watch.js",
+ "targets": []
+ },
+ {
+ "name": "buildingpermits-viewer",
+ "pid": 92579,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/la-socrata-ingester",
+ "script": "/Users/macstudio3/Projects/la-socrata-ingester/viewer/run-public.sh",
+ "targets": []
+ },
+ {
+ "name": "buildingpermits-tunnel",
+ "pid": 29026,
+ "status": "online",
+ "cwd": "/Users/macstudio3/.cloudflared",
+ "script": "/opt/homebrew/bin/cloudflared",
+ "targets": []
+ },
+ {
+ "name": "fmpro-review",
+ "pid": 8501,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/fm-wallpaper-sync/viewer",
+ "script": "/Users/macstudio3/Projects/fm-wallpaper-sync/viewer/server.js",
+ "targets": []
+ },
+ {
+ "name": "rentv-live-console",
+ "pid": 29058,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/rentv-sheet-enrich",
+ "script": "/Users/macstudio3/Projects/rentv-sheet-enrich/live_server.py",
+ "targets": []
+ },
+ {
+ "name": "ticket-action-viewer",
+ "pid": 8533,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ticket-action-viewer",
+ "script": "/Users/macstudio3/Projects/ticket-action-viewer/server.js",
+ "targets": []
+ },
+ {
+ "name": "corvette-console",
+ "pid": 8693,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/corvette-dashboard-viewer",
+ "script": "/Users/macstudio3/Projects/corvette-dashboard-viewer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9803"
+ }
+ ]
+ },
+ {
+ "name": "sample-followup-viewer",
+ "pid": 1788,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/sample-followup-sweep",
+ "script": "/Users/macstudio3/Projects/sample-followup-sweep/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "64845"
+ }
+ ]
+ },
+ {
+ "name": "ig-board-tunnel",
+ "pid": 91332,
+ "status": "online",
+ "cwd": "/Users/macstudio3/.cloudflared",
+ "script": "/opt/homebrew/bin/cloudflared",
+ "targets": []
+ },
+ {
+ "name": "gated-queue-runner",
+ "pid": 8526,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/gated-queue-runner",
+ "script": "/Users/macstudio3/Projects/gated-queue-runner/server.js",
+ "targets": []
+ },
+ {
+ "name": "re-flyers-viewer",
+ "pid": 8539,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/re-flyer-aggregator",
+ "script": "/Users/macstudio3/Projects/re-flyer-aggregator/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9860"
+ }
+ ]
+ },
+ {
+ "name": "qwen38-viewer",
+ "pid": 7368,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/qwen38-viewer",
+ "script": "/Users/macstudio3/Projects/qwen38-viewer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9821"
+ }
+ ]
+ },
+ {
+ "name": "crcp-valley",
+ "pid": 70998,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/commercialrealestate",
+ "script": "/Users/macstudio3/Projects/commercialrealestate/scripts/serve.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9912"
+ }
+ ]
+ },
+ {
+ "name": "palisades-viewer",
+ "pid": 7767,
+ "status": "online",
+ "cwd": "/Users/macstudio3/palisades-data-product",
+ "script": "/Users/macstudio3/palisades-data-product/src/status_server.py",
+ "targets": []
+ },
+ {
+ "name": "fentucci-viewer",
+ "pid": 10334,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/fentucci-viewer",
+ "script": "/Users/macstudio3/Projects/fentucci-viewer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9820"
+ }
+ ]
+ },
+ {
+ "name": "re-flyers-viewers",
+ "pid": 36014,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/re-flyer-aggregator",
+ "script": "/Users/macstudio3/Projects/re-flyer-aggregator/serve-viewers.mjs",
+ "targets": []
+ },
+ {
+ "name": "gated-morning-review",
+ "pid": 4267,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/gated-morning-review",
+ "script": "/Users/macstudio3/Projects/gated-morning-review/server.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9440"
+ }
+ ]
+ },
+ {
+ "name": "marketing-command-center",
+ "pid": 36630,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/marketing-command-center",
+ "script": "/Users/macstudio3/Projects/marketing-command-center/server.js",
+ "targets": []
+ },
+ {
+ "name": "doing-viewer",
+ "pid": 8727,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/doing-viewer",
+ "script": "/Users/macstudio3/Projects/doing-viewer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9790"
+ }
+ ]
+ },
+ {
+ "name": "ca-donations",
+ "pid": 8583,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ca-donations",
+ "script": "/Users/macstudio3/Projects/ca-donations/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9926"
+ }
+ ]
+ },
+ {
+ "name": "cronjobs-viewer",
+ "pid": 57979,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/cronjobs-viewer",
+ "script": "/Users/macstudio3/Projects/cronjobs-viewer/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9772"
+ }
+ ]
+ },
+ {
+ "name": "gated-tunnel",
+ "pid": 75755,
+ "status": "online",
+ "cwd": "/Users/macstudio3/.cloudflared",
+ "script": "/opt/homebrew/bin/cloudflared",
+ "targets": []
+ },
+ {
+ "name": "followup2-tunnel",
+ "pid": 33614,
+ "status": "online",
+ "cwd": "/Users/macstudio3/.cloudflared",
+ "script": "/opt/homebrew/bin/cloudflared",
+ "targets": []
+ },
+ {
+ "name": "open-seo",
+ "pid": 44908,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/open-seo",
+ "script": "/Users/macstudio3/Projects/open-seo/node_modules/vite/bin/vite.js",
+ "targets": []
+ },
+ {
+ "name": "mfr-review-viewer",
+ "pid": 331,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/mfr-review-viewer-corruption",
+ "script": "/Users/macstudio3/Projects/mfr-review-viewer-corruption/server.js",
+ "targets": []
+ },
+ {
+ "name": "approval-viewer",
+ "pid": 13251,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/approval-viewer",
+ "script": "/Users/macstudio3/Projects/approval-viewer/server.js",
+ "targets": []
+ },
+ {
+ "name": "quadrille-house-site",
+ "pid": 23200,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/quadrille-house-site",
+ "script": "/Users/macstudio3/Projects/quadrille-house-site/server.js",
+ "targets": []
+ },
+ {
+ "name": "CelebritySignatures",
+ "pid": 98348,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/CelebritySignatures",
+ "script": "/Users/macstudio3/Projects/CelebritySignatures/server.js",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9956"
+ }
+ ]
+ },
+ {
+ "name": "seo-ai-discovery-overnight",
+ "pid": 0,
+ "status": "stopped",
+ "cwd": "/Users/macstudio3/Projects/dw-fleet-registry",
+ "script": "/Users/macstudio3/Projects/dw-fleet-registry/run-search-audit-loop.sh",
+ "targets": []
+ },
+ {
+ "name": "credentials-center",
+ "pid": 13638,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/secrets-manager",
+ "script": "/Users/macstudio3/Projects/secrets-manager/update-viewer/server.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9800"
+ }
+ ]
+ },
+ {
+ "name": "ungate-console",
+ "pid": 45202,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/ungate-console",
+ "script": "/Users/macstudio3/Projects/ungate-console/server.js",
+ "targets": []
+ },
+ {
+ "name": "adsense-manager",
+ "pid": 86582,
+ "status": "online",
+ "cwd": "/Users/macstudio3/.claude/skills/adsense-manager",
+ "script": "/Users/macstudio3/.claude/skills/adsense-manager/scripts/serve.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9971"
+ }
+ ]
+ },
+ {
+ "name": "fleet-wall",
+ "pid": 48226,
+ "status": "online",
+ "cwd": "/Users/macstudio3/Projects/fleet-wall",
+ "script": "/Users/macstudio3/Projects/fleet-wall/server.mjs",
+ "targets": [
+ {
+ "key": "PORT",
+ "value": "9975"
+ }
+ ]
+ }
+ ]
+}
diff --git a/verification/socket-proof.json b/verification/socket-proof.json
new file mode 100644
index 0000000..6257456
--- /dev/null
+++ b/verification/socket-proof.json
@@ -0,0 +1,59 @@
+{
+ "timestamp": "2026-09-11T15:12:11.436Z",
+ "checks": [
+ {
+ "project": "interiordesignershowroom",
+ "database": "idshowroom",
+ "test": "socket-url",
+ "verdict": "PASS",
+ "result": {
+ "database": "idshowroom",
+ "username": "macstudio3",
+ "socket": true,
+ "read_only": "on"
+ }
+ },
+ {
+ "project": "interiordesignershowroom",
+ "test": "no-TCP-fallback",
+ "verdict": "PASS",
+ "code": "ENOENT"
+ },
+ {
+ "project": "patterndesignlab",
+ "database": "patterndesignlab",
+ "test": "socket-object",
+ "verdict": "PASS",
+ "result": {
+ "database": "patterndesignlab",
+ "username": "macstudio3",
+ "socket": true,
+ "read_only": "on"
+ }
+ },
+ {
+ "project": "patterndesignlab",
+ "test": "no-TCP-fallback",
+ "verdict": "PASS",
+ "code": "ENOENT"
+ },
+ {
+ "project": "Norma-platform",
+ "database": "sdcc",
+ "test": "socket-object",
+ "verdict": "PASS",
+ "result": {
+ "database": "sdcc",
+ "username": "macstudio3",
+ "socket": true,
+ "read_only": "on"
+ }
+ },
+ {
+ "project": "Norma-platform",
+ "test": "no-TCP-fallback",
+ "verdict": "PASS",
+ "code": "ENOENT"
+ }
+ ]
+}
(oldest)
·
back to Tk11438 Postgres Migration
·
Record observed Ken TCP session and make evidence self conta ca5b0b3 →