{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__platphorm-ascii",
    "name": "mbarbine__platphorm-ascii",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__platphorm-ascii",
    "relative_path": "github-recent/mbarbine__platphorm-ascii",
    "remote_url": "git@github.com:mbarbine/platphorm-ascii.git",
    "default_branch": "main",
    "current_commit": "232ec7d23534e99f7030a3c3305e45ed46645435"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 122,
      "bytes": 429112
    },
    {
      "language": "JSON",
      "files": 14,
      "bytes": 405126
    },
    {
      "language": "YAML",
      "files": 2,
      "bytes": 277101
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 5872
    },
    {
      "language": "Python",
      "files": 1,
      "bytes": 5347
    },
    {
      "language": "Markdown",
      "files": 1,
      "bytes": 4784
    },
    {
      "language": "JavaScript",
      "files": 2,
      "bytes": 1540
    }
  ],
  "frameworks": [
    {
      "name": "Next.js",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "React",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "Tailwind CSS",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "Vitest",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    }
  ],
  "packages": {
    "package_manager": "pnpm",
    "manifests": [
      {
        "path": "package.json",
        "name": "@platphormnews/ascii-converter",
        "version": "1.0.0",
        "scripts": {
          "build": "next build",
          "dev": "next dev",
          "start": "next start",
          "lint": "tsc --noEmit",
          "typecheck": "tsc --noEmit",
          "test": "vitest run",
          "test:watch": "vitest",
          "test:e2e": "playwright test"
        },
        "dependencies": {
          "@radix-ui/react-accordion": "^1.2.12",
          "@radix-ui/react-alert-dialog": "^1.1.15",
          "@radix-ui/react-aspect-ratio": "^1.1.8",
          "@radix-ui/react-avatar": "^1.1.11",
          "@radix-ui/react-checkbox": "^1.3.3",
          "@radix-ui/react-collapsible": "^1.1.12",
          "@radix-ui/react-context-menu": "^2.2.16",
          "@radix-ui/react-dialog": "^1.1.15",
          "@radix-ui/react-dropdown-menu": "^2.1.16",
          "@radix-ui/react-hover-card": "^1.1.15",
          "@radix-ui/react-label": "^2.1.8",
          "@radix-ui/react-menubar": "^1.1.16",
          "@radix-ui/react-navigation-menu": "^1.2.14",
          "@radix-ui/react-popover": "^1.1.15",
          "@radix-ui/react-progress": "^1.1.8",
          "@radix-ui/react-radio-group": "^1.3.8",
          "@radix-ui/react-scroll-area": "^1.2.10",
          "@radix-ui/react-select": "^2.2.6",
          "@radix-ui/react-separator": "^1.1.8",
          "@radix-ui/react-slider": "^1.3.6",
          "@radix-ui/react-slot": "^1.2.4",
          "@radix-ui/react-switch": "^1.2.6",
          "@radix-ui/react-tabs": "^1.1.13",
          "@radix-ui/react-toast": "^1.2.15",
          "@radix-ui/react-toggle": "^1.1.10",
          "@radix-ui/react-toggle-group": "^1.1.11",
          "@radix-ui/react-tooltip": "^1.2.8",
          "@vercel/analytics": "^2.0.1",
          "class-variance-authority": "^0.7.1",
          "clsx": "^2.1.1",
          "cmdk": "^1.1.1",
          "embla-carousel-react": "^8.6.0",
          "input-otp": "^1.4.2",
          "lucide-react": "^1.6.0",
          "next": "^16.2.1",
          "next-themes": "^0.4.6",
          "react": "^19.2.4",
          "react-day-picker": "^9.14.0",
          "react-dom": "^19.2.4",
          "react-hook-form": "^7.72.0",
          "react-resizable-panels": "^4.7.5",
          "recharts": "^3.8.0",
          "sharp": "^0.34.5",
          "sonner": "^2.0.7",
          "tailwind-merge": "^3.5.0",
          "tailwindcss-animate": "^1.0.7",
          "vaul": "^1.1.2"
        },
        "dev_dependencies": {
          "@playwright/test": "^1.59.1",
          "@tailwindcss/postcss": "^4.2.2",
          "@tailwindcss/upgrade": "^4.2.2",
          "@testing-library/dom": "^10.4.1",
          "@testing-library/react": "^16.3.2",
          "@types/node": "^25.5.0",
          "@types/react": "^19.2.14",
          "@types/react-dom": "^19.2.3",
          "eslint": "^10.1.0",
          "eslint-config-next": "^16.2.1",
          "jsdom": "^29.0.1",
          "postcss": "^8.5.8",
          "tailwindcss": "^4.2.2",
          "typescript": "^6.0.2",
          "vitest": "^4.1.1"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/convert",
        "source_path": "app/api/convert/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/docs",
        "source_path": "app/api/docs/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/health",
        "source_path": "app/api/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/mcp",
        "source_path": "app/api/mcp/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/schemas",
        "source_path": "app/api/schemas/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/charsets/[slug]",
        "source_path": "app/api/v1/charsets/[slug]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/charsets",
        "source_path": "app/api/v1/charsets/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/health",
        "source_path": "app/api/v1/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/v1/info",
        "source_path": "app/api/v1/info/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET",
          "OPTIONS"
        ]
      },
      {
        "route": "/v1/trace/ui",
        "source_path": "app/api/v1/trace/ui/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/v1/webhooks/test",
        "source_path": "app/api/v1/webhooks/test/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "OPTIONS",
          "POST"
        ]
      },
      {
        "route": "/webhooks/[id]",
        "source_path": "app/api/webhooks/[id]/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "DELETE",
          "OPTIONS"
        ]
      },
      {
        "route": "/webhooks",
        "source_path": "app/api/webhooks/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "DELETE",
          "GET",
          "OPTIONS",
          "POST"
        ]
      }
    ],
    "app_routes": [
      {
        "route": "/docs",
        "source_path": "app/docs/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      },
      {
        "route": "/roadmap",
        "source_path": "app/roadmap/page.tsx",
        "kind": "next-app-page",
        "methods": [
          "GET"
        ]
      }
    ]
  },
  "components": [
    {
      "name": "ascii-converter",
      "kind": "ui-component",
      "source_path": "components/ascii-converter.tsx"
    },
    {
      "name": "breadcrumbs",
      "kind": "ui-component",
      "source_path": "components/breadcrumbs.tsx"
    },
    {
      "name": "theme-provider",
      "kind": "ui-component",
      "source_path": "components/theme-provider.tsx"
    },
    {
      "name": "accordion",
      "kind": "ui-component",
      "source_path": "components/ui/accordion.tsx"
    },
    {
      "name": "alert-dialog",
      "kind": "ui-component",
      "source_path": "components/ui/alert-dialog.tsx"
    },
    {
      "name": "alert",
      "kind": "ui-component",
      "source_path": "components/ui/alert.tsx"
    },
    {
      "name": "aspect-ratio",
      "kind": "ui-component",
      "source_path": "components/ui/aspect-ratio.tsx"
    },
    {
      "name": "avatar",
      "kind": "ui-component",
      "source_path": "components/ui/avatar.tsx"
    },
    {
      "name": "badge",
      "kind": "ui-component",
      "source_path": "components/ui/badge.tsx"
    },
    {
      "name": "breadcrumb",
      "kind": "ui-component",
      "source_path": "components/ui/breadcrumb.tsx"
    },
    {
      "name": "button-group",
      "kind": "ui-component",
      "source_path": "components/ui/button-group.tsx"
    },
    {
      "name": "button",
      "kind": "ui-component",
      "source_path": "components/ui/button.tsx"
    },
    {
      "name": "calendar",
      "kind": "ui-component",
      "source_path": "components/ui/calendar.tsx"
    },
    {
      "name": "card",
      "kind": "ui-component",
      "source_path": "components/ui/card.tsx"
    },
    {
      "name": "carousel",
      "kind": "ui-component",
      "source_path": "components/ui/carousel.tsx"
    },
    {
      "name": "chart",
      "kind": "ui-component",
      "source_path": "components/ui/chart.tsx"
    },
    {
      "name": "checkbox",
      "kind": "ui-component",
      "source_path": "components/ui/checkbox.tsx"
    },
    {
      "name": "collapsible",
      "kind": "ui-component",
      "source_path": "components/ui/collapsible.tsx"
    },
    {
      "name": "command",
      "kind": "ui-component",
      "source_path": "components/ui/command.tsx"
    },
    {
      "name": "context-menu",
      "kind": "ui-component",
      "source_path": "components/ui/context-menu.tsx"
    },
    {
      "name": "dialog",
      "kind": "ui-component",
      "source_path": "components/ui/dialog.tsx"
    },
    {
      "name": "drawer",
      "kind": "ui-component",
      "source_path": "components/ui/drawer.tsx"
    },
    {
      "name": "dropdown-menu",
      "kind": "ui-component",
      "source_path": "components/ui/dropdown-menu.tsx"
    },
    {
      "name": "empty",
      "kind": "ui-component",
      "source_path": "components/ui/empty.tsx"
    },
    {
      "name": "field",
      "kind": "ui-component",
      "source_path": "components/ui/field.tsx"
    },
    {
      "name": "form",
      "kind": "ui-component",
      "source_path": "components/ui/form.tsx"
    },
    {
      "name": "hover-card",
      "kind": "ui-component",
      "source_path": "components/ui/hover-card.tsx"
    },
    {
      "name": "input-group",
      "kind": "ui-component",
      "source_path": "components/ui/input-group.tsx"
    },
    {
      "name": "input-otp",
      "kind": "ui-component",
      "source_path": "components/ui/input-otp.tsx"
    },
    {
      "name": "input",
      "kind": "ui-component",
      "source_path": "components/ui/input.tsx"
    },
    {
      "name": "item",
      "kind": "ui-component",
      "source_path": "components/ui/item.tsx"
    },
    {
      "name": "kbd",
      "kind": "ui-component",
      "source_path": "components/ui/kbd.tsx"
    },
    {
      "name": "label",
      "kind": "ui-component",
      "source_path": "components/ui/label.tsx"
    },
    {
      "name": "menubar",
      "kind": "ui-component",
      "source_path": "components/ui/menubar.tsx"
    },
    {
      "name": "navigation-menu",
      "kind": "ui-component",
      "source_path": "components/ui/navigation-menu.tsx"
    },
    {
      "name": "pagination",
      "kind": "ui-component",
      "source_path": "components/ui/pagination.tsx"
    },
    {
      "name": "popover",
      "kind": "ui-component",
      "source_path": "components/ui/popover.tsx"
    },
    {
      "name": "progress",
      "kind": "ui-component",
      "source_path": "components/ui/progress.tsx"
    },
    {
      "name": "radio-group",
      "kind": "ui-component",
      "source_path": "components/ui/radio-group.tsx"
    },
    {
      "name": "resizable",
      "kind": "ui-component",
      "source_path": "components/ui/resizable.tsx"
    },
    {
      "name": "scroll-area",
      "kind": "ui-component",
      "source_path": "components/ui/scroll-area.tsx"
    },
    {
      "name": "select",
      "kind": "ui-component",
      "source_path": "components/ui/select.tsx"
    },
    {
      "name": "separator",
      "kind": "ui-component",
      "source_path": "components/ui/separator.tsx"
    },
    {
      "name": "sheet",
      "kind": "ui-component",
      "source_path": "components/ui/sheet.tsx"
    },
    {
      "name": "sidebar",
      "kind": "ui-component",
      "source_path": "components/ui/sidebar.tsx"
    },
    {
      "name": "skeleton",
      "kind": "ui-component",
      "source_path": "components/ui/skeleton.tsx"
    },
    {
      "name": "slider",
      "kind": "ui-component",
      "source_path": "components/ui/slider.tsx"
    },
    {
      "name": "sonner",
      "kind": "ui-component",
      "source_path": "components/ui/sonner.tsx"
    },
    {
      "name": "spinner",
      "kind": "ui-component",
      "source_path": "components/ui/spinner.tsx"
    },
    {
      "name": "switch",
      "kind": "ui-component",
      "source_path": "components/ui/switch.tsx"
    },
    {
      "name": "table",
      "kind": "ui-component",
      "source_path": "components/ui/table.tsx"
    },
    {
      "name": "tabs",
      "kind": "ui-component",
      "source_path": "components/ui/tabs.tsx"
    },
    {
      "name": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    },
    {
      "name": "toast",
      "kind": "ui-component",
      "source_path": "components/ui/toast.tsx"
    },
    {
      "name": "toaster",
      "kind": "ui-component",
      "source_path": "components/ui/toaster.tsx"
    },
    {
      "name": "toggle-group",
      "kind": "ui-component",
      "source_path": "components/ui/toggle-group.tsx"
    },
    {
      "name": "toggle",
      "kind": "ui-component",
      "source_path": "components/ui/toggle.tsx"
    },
    {
      "name": "tooltip",
      "kind": "ui-component",
      "source_path": "components/ui/tooltip.tsx"
    },
    {
      "name": "use-mobile",
      "kind": "ui-component",
      "source_path": "components/ui/use-mobile.tsx"
    }
  ],
  "data_models": [
    {
      "name": "route",
      "kind": "model-file",
      "source_path": "app/api/schemas/route.ts"
    }
  ],
  "database": {
    "databases": [
      "postgres"
    ],
    "schemas": [],
    "migrations": []
  },
  "tests": [
    {
      "name": "api-routes.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/api-routes.test.ts"
    },
    {
      "name": "breadcrumbs.test.tsx",
      "kind": "unit-or-integration",
      "source_path": "__tests__/breadcrumbs.test.tsx"
    },
    {
      "name": "convert-edge-cases.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/convert-edge-cases.test.ts"
    },
    {
      "name": "discovery.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/discovery.test.ts"
    },
    {
      "name": "mcp-client-advanced.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/mcp-client-advanced.test.ts"
    },
    {
      "name": "mcp-client.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/mcp-client.test.ts"
    },
    {
      "name": "mcp-integration.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/mcp-integration.test.ts"
    },
    {
      "name": "mcp-route.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/mcp-route.test.ts"
    },
    {
      "name": "openapi-spec.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/openapi-spec.test.ts"
    },
    {
      "name": "roadmap.test.tsx",
      "kind": "unit-or-integration",
      "source_path": "__tests__/roadmap.test.tsx"
    },
    {
      "name": "rss.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/rss.test.ts"
    },
    {
      "name": "save-as-png.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/save-as-png.test.ts"
    },
    {
      "name": "schema-api.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/schema-api.test.ts"
    },
    {
      "name": "schemas.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/schemas.test.ts"
    },
    {
      "name": "utils.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/utils.test.ts"
    },
    {
      "name": "webhooks-advanced.test.ts",
      "kind": "unit-or-integration",
      "source_path": "__tests__/webhooks-advanced.test.ts"
    },
    {
      "name": "route.ts",
      "kind": "unit-or-integration",
      "source_path": "app/api/v1/webhooks/test/route.ts"
    },
    {
      "name": "playwright.config.ts",
      "kind": "playwright",
      "source_path": "playwright.config.ts"
    },
    {
      "name": "converter.spec.ts",
      "kind": "e2e",
      "source_path": "tests/e2e/converter.spec.ts"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "DATABASE_URL",
        "source_paths": [
          "app/api/health/route.ts",
          "lib/ascii/webhooks.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "NODE_ENV",
        "source_paths": [
          "app/api/health/route.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "PLATPHORM_API_KEY",
        "source_paths": [
          "__tests__/api-routes.test.ts",
          "__tests__/mcp-integration.test.ts",
          "__tests__/mcp-route.test.ts",
          "__tests__/webhooks-advanced.test.ts",
          "app/api/health/route.ts",
          "lib/platform/http.ts"
        ],
        "likely_secret": true
      },
      {
        "name": "PLAYWRIGHT_BASE_URL",
        "source_paths": [
          "playwright.config.ts"
        ],
        "likely_secret": false
      },
      {
        "name": "VERCEL_ENV",
        "source_paths": [
          "app/api/health/route.ts"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "pnpm-workspace.yaml"
    },
    {
      "path": "postcss.config.mjs"
    },
    {
      "path": "tsconfig.json"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [],
    "llms_context_paths": []
  },
  "discovery_files": {
    "openapi": [
      {
        "path": "public/schemas/openapi.json"
      }
    ],
    "mcp": [
      {
        "path": "app/api/mcp/route.ts"
      }
    ],
    "llms": [],
    "sitemaps": [],
    "feeds": [],
    "well_known": [
      {
        "path": "app/.well-known/agents.json/route.ts"
      },
      {
        "path": "app/.well-known/ai-plugin.json/route.ts"
      },
      {
        "path": "app/.well-known/mcp.json/route.ts"
      },
      {
        "path": "app/.well-known/security.txt/route.ts"
      },
      {
        "path": "app/.well-known/trust.json/route.ts"
      }
    ],
    "robots": [],
    "manifests": []
  },
  "integrations": [
    {
      "name": "PlatPhorm",
      "confidence": "medium",
      "evidence_paths": [
        "__tests__/api-routes.test.ts",
        "__tests__/discovery.test.ts",
        "__tests__/mcp-integration.test.ts",
        "__tests__/mcp-route.test.ts",
        "__tests__/schema-api.test.ts",
        "__tests__/webhooks-advanced.test.ts",
        "app/.well-known/agents.json/route.ts",
        "app/.well-known/ai-plugin.json/route.ts",
        "package.json"
      ]
    },
    {
      "name": "Postgres",
      "confidence": "medium",
      "evidence_paths": [
        "app/api/health/route.ts",
        "app/api/webhooks/route.ts",
        "lib/ascii/webhooks.ts",
        "package.json"
      ]
    },
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        "app/api/health/route.ts",
        "app/layout.tsx",
        "package-lock.json",
        "package.json",
        "pnpm-lock.yaml",
        "README.md"
      ]
    }
  ],
  "license": {
    "spdx": null,
    "paths": []
  },
  "comments": [
    {
      "kind": "security",
      "source_path": "__tests__/api-routes.test.ts",
      "line": 35,
      "text": "expect(body.paths['/api/webhooks'].post.security).toBeDefined()"
    },
    {
      "kind": "security",
      "source_path": "__tests__/openapi-spec.test.ts",
      "line": 13,
      "text": "expect(spec.paths['/api/webhooks'].post.security).toBeDefined()"
    },
    {
      "kind": "security",
      "source_path": "app/.well-known/security.txt/route.ts",
      "line": 7,
      "text": "Canonical: ${SITE_URL}/.well-known/security.txt"
    },
    {
      "kind": "security",
      "source_path": "app/llms.txt/route.ts",
      "line": 36,
      "text": "- /rss.xml, /feed.xml, /atom.xml, /sitemap.xml, /sitemap-index.xml, /robots.txt, /manifest.webmanifest, /.well-known/mcp.json, /.well-known/agents.json, /.well-known/ai-plugin.json, /.well-known/security.txt, and /.well-known/trust.json are"
    },
    {
      "kind": "unsafe",
      "source_path": "lib/ascii/openapi.ts",
      "line": 82,
      "text": "'400': { description: 'Invalid image, unsupported type, or unsafe request.' },"
    },
    {
      "kind": "security",
      "source_path": "lib/ascii/openapi.ts",
      "line": 116,
      "text": "security: [{ PlatPhormApiKey: [] }, { PlatPhormBearer: [] }],"
    },
    {
      "kind": "security",
      "source_path": "lib/ascii/openapi.ts",
      "line": 142,
      "text": "security: [{ PlatPhormApiKey: [] }, { PlatPhormBearer: [] }],"
    },
    {
      "kind": "security",
      "source_path": "lib/ascii/openapi.ts",
      "line": 156,
      "text": "security: [{ PlatPhormApiKey: [] }, { PlatPhormBearer: [] }],"
    },
    {
      "kind": "security",
      "source_path": "lib/ascii/openapi.ts",
      "line": 170,
      "text": "security: [{ PlatPhormApiKey: [] }, { PlatPhormBearer: [] }],"
    },
    {
      "kind": "security",
      "source_path": "lib/ascii/platform.ts",
      "line": 115,
      "text": "'/.well-known/security.txt',"
    },
    {
      "kind": "security",
      "source_path": "lib/ascii/platform.ts",
      "line": 248,
      "text": "'/.well-known/security.txt',"
    }
  ],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [
      {
        "name": "child-process-exec",
        "confidence": "medium",
        "evidence_paths": [
          "lib/ascii/conversion.ts",
          "lib/platform/trace.ts"
        ]
      },
      {
        "name": "dangerously-set-html",
        "confidence": "medium",
        "evidence_paths": [
          "app/layout.tsx",
          "components/ui/chart.tsx"
        ]
      },
      {
        "name": "sql-injection-review-needed",
        "confidence": "medium",
        "evidence_paths": [
          "app/atom.xml/route.ts",
          "app/rss.xml/route.ts"
        ]
      }
    ],
    "sensitive_data_indicators": [
      {
        "name": "api_key",
        "confidence": "medium",
        "evidence_paths": [
          "__tests__/api-routes.test.ts",
          "__tests__/discovery.test.ts",
          "__tests__/mcp-integration.test.ts",
          "__tests__/mcp-route.test.ts",
          "__tests__/openapi-spec.test.ts",
          "__tests__/schema-api.test.ts",
          "__tests__/webhooks-advanced.test.ts",
          "app/.well-known/agents.json/route.ts",
          "app/.well-known/ai-plugin.json/route.ts",
          "app/.well-known/mcp.json/route.ts",
          "app/.well-known/trust.json/route.ts",
          "app/api/health/route.ts",
          "app/api/mcp/route.ts",
          "app/api/webhooks/route.ts",
          "app/docs/page.tsx",
          "app/llms-full.txt/route.ts",
          "app/llms.txt/route.ts",
          "components/ascii-converter.tsx",
          "lib/ascii/openapi.ts",
          "lib/ascii/platform.ts"
        ]
      },
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/globals.css",
          "app/layout.tsx",
          "components/ui/calendar.tsx",
          "components/ui/card.tsx",
          "components/ui/hover-card.tsx",
          "package-lock.json",
          "package.json",
          "pnpm-lock.yaml",
          "README.md",
          "styles/globals.css"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "app/.well-known/ai-plugin.json/route.ts",
          "app/layout.tsx",
          "lib/ascii/openapi.ts"
        ]
      },
      {
        "name": "fingerprint",
        "confidence": "medium",
        "evidence_paths": [
          "public/schemas/core.schema.json",
          "public/schemas/item.schema.json",
          "public/schemas/observability.schema.json",
          "public/schemas/realm.schema.json"
        ]
      },
      {
        "name": "health",
        "confidence": "medium",
        "evidence_paths": [
          "__tests__/api-routes.test.ts",
          "__tests__/mcp-client-advanced.test.ts",
          "__tests__/mcp-client.test.ts",
          "__tests__/webhooks-advanced.test.ts",
          "app/api/health/route.ts",
          "app/api/mcp/route.ts",
          "app/api/v1/health/route.ts",
          "app/docs/page.tsx",
          "app/layout.tsx",
          "app/llms-full.txt/route.ts",
          "app/llms.txt/route.ts",
          "app/sitemap.ts",
          "lib/ascii/openapi.ts",
          "lib/ascii/platform.ts",
          "lib/ascii/webhooks.ts",
          "lib/mcp-client.ts",
          "public/schemas/realm.schema.json",
          "README.md"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "components/ascii-converter.tsx"
        ]
      },
      {
        "name": "pii",
        "confidence": "medium",
        "evidence_paths": [
          "package-lock.json",
          "pnpm-lock.yaml"
        ]
      },
      {
        "name": "secret-like environment variables",
        "confidence": "medium",
        "evidence_paths": [
          "package.json"
        ]
      },
      {
        "name": "token",
        "confidence": "medium",
        "evidence_paths": [
          "__tests__/mcp-client-advanced.test.ts",
          "lib/platform/trace.ts",
          "package-lock.json",
          "pnpm-lock.yaml"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:12.644Z"
}
