[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-81316":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":12,"contributorsCount":12,"subscribersCount":12,"size":12,"stars1d":12,"stars7d":12,"stars30d":12,"stars90d":12,"forks30d":12,"starsTrendScore":12,"compositeScore":14,"rankGlobal":9,"rankLanguage":9,"license":15,"archived":16,"fork":16,"defaultBranch":17,"hasWiki":18,"hasPages":16,"topics":19,"createdAt":9,"pushedAt":9,"updatedAt":20,"readmeContent":21,"aiSummary":22,"trendingCount":12,"starSnapshotCount":12,"syncStatus":23,"lastSyncTime":24,"discoverSource":25},81316,"ComplyKit","StuckInTheNet\u002FComplyKit","StuckInTheNet","VS Code extension that checks your code for GDPR & CCPA compliance issues in real-time",null,"TypeScript",11,0,44,40,"MIT License",false,"main",true,[],"2026-06-12 04:01:32","# ComplyKit\n\nVS Code extension that checks your code for GDPR and CCPA compliance issues in real-time.\n\n## Features\n\n- **Local PII Scanner** — Instant regex-based detection on every save (no API needed)\n  - Hardcoded PII (emails, SSNs, credit cards, phone numbers, IPs)\n  - PII in log statements\n  - Hardcoded secrets and credentials\n  - Insecure storage (localStorage, cookies)\n  - Weak cryptography (MD5, SHA-1)\n  - Third-party tracking\u002Fanalytics without consent\n  - Non-HTTPS URLs\n\n- **Deep Analysis (Claude API)** — Contextual, AI-powered compliance analysis\n  - Consent flow completeness\n  - Data lifecycle analysis (collection, storage, deletion)\n  - Missing data subject rights endpoints\n  - Cross-border transfer detection\n  - Compliance scoring (0-100)\n\n- **Sidebar Dashboard** — Findings tree view + GDPR\u002FCCPA checklist\n- **All Languages** — Works with any programming language\n\n## Getting Started\n\n1. Install the extension\n2. Open a project — local scanning starts automatically on save\n3. For deep analysis: run `ComplyKit: Set Claude API Key` from the command palette\n4. Enable deep analysis in settings: `complykit.enableDeepAnalysis: true`\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `ComplyKit: Scan Current File` | Run compliance scan on the active file |\n| `ComplyKit: Scan Workspace` | Scan all supported files in the workspace |\n| `ComplyKit: Set Claude API Key` | Store API key securely in OS keychain |\n| `ComplyKit: Show Compliance Dashboard` | Open the sidebar dashboard |\n| `ComplyKit: Clear All Diagnostics` | Remove all ComplyKit warnings |\n\n## Settings\n\n| Setting | Default | Description |\n|---------|---------|-------------|\n| `complykit.enableOnSave` | `true` | Auto-scan on file save |\n| `complykit.enableDeepAnalysis` | `false` | Use Claude API for deep analysis |\n| `complykit.regulations` | `[\"gdpr\", \"ccpa\"]` | Which regulations to check |\n| `complykit.severity` | `\"warning\"` | Default severity level |\n| `complykit.excludePatterns` | `[\"**\u002Fnode_modules\u002F**\", ...]` | Files to exclude |\n\n## Development\n\n```bash\nnpm install\nnpm run watch    # Build + watch for changes\n# Press F5 in VS Code to launch Extension Development Host\n```\n","ComplyKit 是一个用于实时检查代码是否符合GDPR和CCPA合规性要求的VS Code扩展。其核心功能包括基于正则表达式的本地PII扫描器，能够即时检测到硬编码的敏感信息、日志中的PII泄露等问题；以及通过Claude API提供的深度分析能力，支持上下文相关的AI合规性分析，如同意流程完整性、数据生命周期管理等。此外，还提供了一个侧边栏仪表盘来展示发现的问题树状图及合规性检查清单，并且支持所有编程语言。此工具非常适合需要确保软件开发过程中遵守数据保护法规的企业或个人开发者使用。",2,"2026-06-11 04:04:36","CREATED_QUERY"]