{
  "title": "AI Coding Agent Instruction File Adoption Report — Q3 2026",
  "snapshotDate": "2026-07-19",
  "collectedAt": "2026-07-18T19:23:58.995Z",
  "source": "GitHub REST API public code search and repository metadata",
  "methodology": {
    "sampleSizePerQuery": 100,
    "queryCount": 4,
    "sampledFiles": 400,
    "uniqueSampledRepositories": 399,
    "searchOrdering": "GitHub best-match ordering; this is not a random sample",
    "deduplication": "File rows are unique by instruction type, repository, and file path. Repository counts are deduplicated by owner/name within each query.",
    "readableContentRule": "Only successfully decoded UTF-8 file content contributes to command, security-rule, and missing-configuration analysis."
  },
  "querySummaries": [
    {
      "id": "agents-md",
      "label": "AGENTS.md",
      "query": "filename:AGENTS.md",
      "githubFileMatches": 158592,
      "incompleteResults": false,
      "sampledFiles": 100,
      "readableFiles": 100,
      "uniqueSampledRepositories": 100,
      "nestedFiles": 0,
      "nestedFileSharePct": 0,
      "topLanguages": [
        {
          "label": "Python",
          "count": 25,
          "sharePct": 25
        },
        {
          "label": "TypeScript",
          "count": 12,
          "sharePct": 12
        },
        {
          "label": "Rust",
          "count": 10,
          "sharePct": 10
        },
        {
          "label": "Go",
          "count": 8,
          "sharePct": 8
        },
        {
          "label": "JavaScript",
          "count": 8,
          "sharePct": 8
        },
        {
          "label": "HTML",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "Java",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "Shell",
          "count": 4,
          "sharePct": 4
        }
      ],
      "commonTestCommands": [
        {
          "label": "pytest",
          "count": 11,
          "sharePct": 11
        },
        {
          "label": "cargo test",
          "count": 10,
          "sharePct": 10
        },
        {
          "label": "go test",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "pnpm test",
          "count": 5,
          "sharePct": 5
        },
        {
          "label": "npm test",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "gradle test",
          "count": 1,
          "sharePct": 1
        }
      ],
      "commonSecurityRules": [
        {
          "label": "Secrets and credentials",
          "count": 24,
          "sharePct": 24
        },
        {
          "label": "Human approval",
          "count": 17,
          "sharePct": 17
        },
        {
          "label": "Production restrictions",
          "count": 15,
          "sharePct": 15
        },
        {
          "label": "Destructive action limits",
          "count": 13,
          "sharePct": 13
        },
        {
          "label": "Generated file boundaries",
          "count": 13,
          "sharePct": 13
        },
        {
          "label": "Network restrictions",
          "count": 3,
          "sharePct": 3
        }
      ],
      "commonMissingConfigurations": [
        {
          "label": "a security or approval rule",
          "count": 68,
          "sharePct": 68
        },
        {
          "label": "verification or completion criteria",
          "count": 53,
          "sharePct": 53
        },
        {
          "label": "scope or precedence guidance",
          "count": 51,
          "sharePct": 51
        },
        {
          "label": "an explicit test command",
          "count": 27,
          "sharePct": 27
        },
        {
          "label": "setup or install guidance",
          "count": 27,
          "sharePct": 27
        }
      ]
    },
    {
      "id": "claude-md",
      "label": "CLAUDE.md",
      "query": "filename:CLAUDE.md",
      "githubFileMatches": 46772,
      "incompleteResults": false,
      "sampledFiles": 100,
      "readableFiles": 100,
      "uniqueSampledRepositories": 100,
      "nestedFiles": 0,
      "nestedFileSharePct": 0,
      "topLanguages": [
        {
          "label": "TypeScript",
          "count": 31,
          "sharePct": 31
        },
        {
          "label": "Python",
          "count": 18,
          "sharePct": 18
        },
        {
          "label": "JavaScript",
          "count": 10,
          "sharePct": 10
        },
        {
          "label": "HTML",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "Go",
          "count": 5,
          "sharePct": 5
        },
        {
          "label": "Java",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "Shell",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "Jupyter Notebook",
          "count": 3,
          "sharePct": 3
        }
      ],
      "commonTestCommands": [
        {
          "label": "npm test",
          "count": 12,
          "sharePct": 12
        },
        {
          "label": "pytest",
          "count": 9,
          "sharePct": 9
        },
        {
          "label": "go test",
          "count": 3,
          "sharePct": 3
        },
        {
          "label": "pnpm test",
          "count": 3,
          "sharePct": 3
        },
        {
          "label": "gradle test",
          "count": 2,
          "sharePct": 2
        },
        {
          "label": "dotnet test",
          "count": 1,
          "sharePct": 1
        },
        {
          "label": "mvn test",
          "count": 1,
          "sharePct": 1
        }
      ],
      "commonSecurityRules": [
        {
          "label": "Production restrictions",
          "count": 36,
          "sharePct": 36
        },
        {
          "label": "Secrets and credentials",
          "count": 26,
          "sharePct": 26
        },
        {
          "label": "Destructive action limits",
          "count": 18,
          "sharePct": 18
        },
        {
          "label": "Human approval",
          "count": 9,
          "sharePct": 9
        },
        {
          "label": "Network restrictions",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "Generated file boundaries",
          "count": 3,
          "sharePct": 3
        }
      ],
      "commonMissingConfigurations": [
        {
          "label": "a security or approval rule",
          "count": 62,
          "sharePct": 62
        },
        {
          "label": "scope or precedence guidance",
          "count": 62,
          "sharePct": 62
        },
        {
          "label": "verification or completion criteria",
          "count": 58,
          "sharePct": 58
        },
        {
          "label": "setup or install guidance",
          "count": 36,
          "sharePct": 36
        },
        {
          "label": "an explicit test command",
          "count": 34,
          "sharePct": 34
        }
      ]
    },
    {
      "id": "copilot-instructions",
      "label": "copilot-instructions.md",
      "query": "filename:copilot-instructions.md path:.github",
      "githubFileMatches": 56888,
      "incompleteResults": false,
      "sampledFiles": 100,
      "readableFiles": 99,
      "uniqueSampledRepositories": 100,
      "nestedFiles": 100,
      "nestedFileSharePct": 100,
      "topLanguages": [
        {
          "label": "Python",
          "count": 26,
          "sharePct": 26
        },
        {
          "label": "TypeScript",
          "count": 16,
          "sharePct": 16
        },
        {
          "label": "C#",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "Go",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "JavaScript",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "Rust",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "C++",
          "count": 3,
          "sharePct": 3
        },
        {
          "label": "SCSS",
          "count": 3,
          "sharePct": 3
        }
      ],
      "commonTestCommands": [
        {
          "label": "pytest",
          "count": 9,
          "sharePct": 9.1
        },
        {
          "label": "npm test",
          "count": 7,
          "sharePct": 7.1
        },
        {
          "label": "dotnet test",
          "count": 5,
          "sharePct": 5.1
        },
        {
          "label": "cargo test",
          "count": 3,
          "sharePct": 3
        },
        {
          "label": "go test",
          "count": 2,
          "sharePct": 2
        },
        {
          "label": "pnpm test",
          "count": 2,
          "sharePct": 2
        },
        {
          "label": "mvn test",
          "count": 1,
          "sharePct": 1
        },
        {
          "label": "yarn test",
          "count": 1,
          "sharePct": 1
        }
      ],
      "commonSecurityRules": [
        {
          "label": "Production restrictions",
          "count": 18,
          "sharePct": 18.2
        },
        {
          "label": "Secrets and credentials",
          "count": 16,
          "sharePct": 16.2
        },
        {
          "label": "Human approval",
          "count": 12,
          "sharePct": 12.1
        },
        {
          "label": "Destructive action limits",
          "count": 7,
          "sharePct": 7.1
        },
        {
          "label": "Generated file boundaries",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "Network restrictions",
          "count": 3,
          "sharePct": 3
        }
      ],
      "commonMissingConfigurations": [
        {
          "label": "a security or approval rule",
          "count": 68,
          "sharePct": 68.7
        },
        {
          "label": "verification or completion criteria",
          "count": 63,
          "sharePct": 63.6
        },
        {
          "label": "scope or precedence guidance",
          "count": 59,
          "sharePct": 59.6
        },
        {
          "label": "setup or install guidance",
          "count": 42,
          "sharePct": 42.4
        },
        {
          "label": "an explicit test command",
          "count": 39,
          "sharePct": 39.4
        }
      ]
    },
    {
      "id": "cursor-mdc",
      "label": "Cursor MDC rules",
      "query": "extension:mdc path:.cursor/rules",
      "githubFileMatches": 8392,
      "incompleteResults": false,
      "sampledFiles": 100,
      "readableFiles": 100,
      "uniqueSampledRepositories": 99,
      "nestedFiles": 100,
      "nestedFileSharePct": 100,
      "topLanguages": [
        {
          "label": "TypeScript",
          "count": 47,
          "sharePct": 47
        },
        {
          "label": "Python",
          "count": 13,
          "sharePct": 13
        },
        {
          "label": "JavaScript",
          "count": 11,
          "sharePct": 11
        },
        {
          "label": "Vue",
          "count": 4,
          "sharePct": 4
        },
        {
          "label": "C#",
          "count": 3,
          "sharePct": 3
        },
        {
          "label": "Go",
          "count": 3,
          "sharePct": 3
        },
        {
          "label": "Rust",
          "count": 3,
          "sharePct": 3
        },
        {
          "label": "C++",
          "count": 2,
          "sharePct": 2
        }
      ],
      "commonTestCommands": [
        {
          "label": "npm test",
          "count": 2,
          "sharePct": 2
        },
        {
          "label": "cargo test",
          "count": 1,
          "sharePct": 1
        }
      ],
      "commonSecurityRules": [
        {
          "label": "Destructive action limits",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "Production restrictions",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "Secrets and credentials",
          "count": 7,
          "sharePct": 7
        },
        {
          "label": "Human approval",
          "count": 5,
          "sharePct": 5
        },
        {
          "label": "Generated file boundaries",
          "count": 1,
          "sharePct": 1
        }
      ],
      "commonMissingConfigurations": [
        {
          "label": "a security or approval rule",
          "count": 87,
          "sharePct": 87
        },
        {
          "label": "verification or completion criteria",
          "count": 83,
          "sharePct": 83
        },
        {
          "label": "an explicit test command",
          "count": 75,
          "sharePct": 75
        },
        {
          "label": "scope or precedence guidance",
          "count": 74,
          "sharePct": 74
        },
        {
          "label": "setup or install guidance",
          "count": 74,
          "sharePct": 74
        }
      ]
    }
  ],
  "samples": [
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "VRSEN/agency-swarm",
      "repositoryUrl": "https://github.com/VRSEN/agency-swarm",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/VRSEN/agency-swarm/blob/320467b9dde4c243746cf579c6dca085ed83470d/AGENTS.md",
      "language": "Python",
      "stars": 4488,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions",
          "Destructive action limits",
          "Generated file boundaries"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "vladmandic/sdnext",
      "repositoryUrl": "https://github.com/vladmandic/sdnext",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/vladmandic/sdnext/blob/e08063a963da4da03554dc8b5be93e99b65f2fa9/AGENTS.md",
      "language": "Python",
      "stars": 7171,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "layer5io/academy-theme",
      "repositoryUrl": "https://github.com/layer5io/academy-theme",
      "filePath": "agents.md",
      "fileUrl": "https://github.com/layer5io/academy-theme/blob/a594b2ccac3d83cef78ab54a673bc89baf8cf8e4/agents.md",
      "language": "HTML",
      "stars": 28,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "nextdns/nextdns",
      "repositoryUrl": "https://github.com/nextdns/nextdns",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/nextdns/nextdns/blob/cd213c985a44dc83bfd53a2d83d4b59f3cfeff5a/AGENTS.md",
      "language": "Go",
      "stars": 4098,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "moviro-hub/OpenSourceRoutingMachine.jl",
      "repositoryUrl": "https://github.com/moviro-hub/OpenSourceRoutingMachine.jl",
      "filePath": "Agents.md",
      "fileUrl": "https://github.com/moviro-hub/OpenSourceRoutingMachine.jl/blob/8da37cee1251fe32524ef7de24f76478c9477abe/Agents.md",
      "language": "Julia",
      "stars": 7,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "0x92/gematrix-laravel",
      "repositoryUrl": "https://github.com/0x92/gematrix-laravel",
      "filePath": "AGENTS.MD",
      "fileUrl": "https://github.com/0x92/gematrix-laravel/blob/ca8b1ea350dc042e1e6e9c19800e349c2a93bf9d/AGENTS.MD",
      "language": "PHP",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "fritzprix/role-playing-mcp-server",
      "repositoryUrl": "https://github.com/fritzprix/role-playing-mcp-server",
      "filePath": "agents.md",
      "fileUrl": "https://github.com/fritzprix/role-playing-mcp-server/blob/291c2230cb3d9a2764dbdffdb40293549b1ebd7a/agents.md",
      "language": "JavaScript",
      "stars": 14,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "sei-protocol/sei-chain",
      "repositoryUrl": "https://github.com/sei-protocol/sei-chain",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/sei-protocol/sei-chain/blob/7fee5c225804a616bb0156e2e2e1d8a1ec3d4abd/AGENTS.md",
      "language": "Go",
      "stars": 2843,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Mohith737/Snack-Squad-App",
      "repositoryUrl": "https://github.com/Mohith737/Snack-Squad-App",
      "filePath": "Agents.md",
      "fileUrl": "https://github.com/Mohith737/Snack-Squad-App/blob/5dc85d36c822da69183aa0b61b0fd25bee25a598/Agents.md",
      "language": "Kotlin",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "phnxsahil/Miryn-AI",
      "repositoryUrl": "https://github.com/phnxsahil/Miryn-AI",
      "filePath": "AGENTS.MD",
      "fileUrl": "https://github.com/phnxsahil/Miryn-AI/blob/0d3a06293d97cbb904c4739d388f1854592881c1/AGENTS.MD",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "yanyiwu/nodejieba",
      "repositoryUrl": "https://github.com/yanyiwu/nodejieba",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/yanyiwu/nodejieba/blob/fbb7bbe5c18ec1d9bff2a8ba69ad37fd278aa79a/AGENTS.md",
      "language": "JavaScript",
      "stars": 3230,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "WaveringAna/wisp.place-monorepo",
      "repositoryUrl": "https://github.com/WaveringAna/wisp.place-monorepo",
      "filePath": "agents.md",
      "fileUrl": "https://github.com/WaveringAna/wisp.place-monorepo/blob/01cdc0b46d2a1150d55ab11988185821d99e09e3/agents.md",
      "language": "TypeScript",
      "stars": 13,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "rkttu/csharp-book",
      "repositoryUrl": "https://github.com/rkttu/csharp-book",
      "filePath": "Agents.md",
      "fileUrl": "https://github.com/rkttu/csharp-book/blob/6aa68d135f3dc32683c2c55356b170df598b899f/Agents.md",
      "language": "Unknown",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "DataDog/stratus-red-team",
      "repositoryUrl": "https://github.com/DataDog/stratus-red-team",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/DataDog/stratus-red-team/blob/5173017f204556cd64f5409e5503637df4518429/AGENTS.md",
      "language": "Go",
      "stars": 2358,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "alexeygrigorev/ai-data-pipelines",
      "repositoryUrl": "https://github.com/alexeygrigorev/ai-data-pipelines",
      "filePath": "agents.md",
      "fileUrl": "https://github.com/alexeygrigorev/ai-data-pipelines/blob/6dc08c248643318e91e8f81a090fd96e60f70901/agents.md",
      "language": "Python",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "ricardogouveia3/ricardogouveia3.github.io",
      "repositoryUrl": "https://github.com/ricardogouveia3/ricardogouveia3.github.io",
      "filePath": "Agents.md",
      "fileUrl": "https://github.com/ricardogouveia3/ricardogouveia3.github.io/blob/cef81feebce446c4217359aa79cc5c651f83377b/Agents.md",
      "language": "TypeScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "gap-system/gap",
      "repositoryUrl": "https://github.com/gap-system/gap",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/gap-system/gap/blob/d26003cc0191493730657c15214f1caddf63f3d0/AGENTS.md",
      "language": "GAP",
      "stars": 990,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "ranska/pixel_palette_art",
      "repositoryUrl": "https://github.com/ranska/pixel_palette_art",
      "filePath": "agents.md",
      "fileUrl": "https://github.com/ranska/pixel_palette_art/blob/6fc236fa865fb1e1e6aff49bbad0e3d7b2f8b30b/agents.md",
      "language": "Python",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Paluss1122-1/Tabslify",
      "repositoryUrl": "https://github.com/Paluss1122-1/Tabslify",
      "filePath": "Agents.md",
      "fileUrl": "https://github.com/Paluss1122-1/Tabslify/blob/958239837b6f7b999649ad987a01e6e722dfc7a8/Agents.md",
      "language": "Kotlin",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "gradle test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "chahatsagarmain/LocalAlpha",
      "repositoryUrl": "https://github.com/chahatsagarmain/LocalAlpha",
      "filePath": "agents.md",
      "fileUrl": "https://github.com/chahatsagarmain/LocalAlpha/blob/be174a2e599624d642571d57fb9f382cb03a59fd/agents.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "meain/dotfiles",
      "repositoryUrl": "https://github.com/meain/dotfiles",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/meain/dotfiles/blob/4045ff43ec2a1030cd09b64a14cfff8d2ed3f399/AGENTS.md",
      "language": "Shell",
      "stars": 282,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "purton-tech/rust-on-nails",
      "repositoryUrl": "https://github.com/purton-tech/rust-on-nails",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/purton-tech/rust-on-nails/blob/a0cabfcae61ef2244e6a5d9789bb56f2d362bf86/AGENTS.md",
      "language": "Rust",
      "stars": 443,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Fannon/search-bookmarks-history-and-tabs",
      "repositoryUrl": "https://github.com/Fannon/search-bookmarks-history-and-tabs",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Fannon/search-bookmarks-history-and-tabs/blob/d5fc8336aaca770dbdd0ddb38b217f1b358037c5/AGENTS.md",
      "language": "JavaScript",
      "stars": 331,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "exoscale/cli",
      "repositoryUrl": "https://github.com/exoscale/cli",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/exoscale/cli/blob/68506a1846dc78078ee33381c7f65d51e1361718/AGENTS.md",
      "language": "Go",
      "stars": 91,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "caol64/omni-article-markdown",
      "repositoryUrl": "https://github.com/caol64/omni-article-markdown",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/caol64/omni-article-markdown/blob/0fe736648bf70127b104a23a7e0f37ccd4a4d70c/AGENTS.md",
      "language": "Python",
      "stars": 205,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "graphframes/graphframes",
      "repositoryUrl": "https://github.com/graphframes/graphframes",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/graphframes/graphframes/blob/28d181c00e8364edc3114ba6d803e1b2520b2c17/AGENTS.md",
      "language": "Scala",
      "stars": 1193,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "dwebagents/AgentPipe",
      "repositoryUrl": "https://github.com/dwebagents/AgentPipe",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/dwebagents/AgentPipe/blob/93711dbacac101d4c9ee57a33ded0f6d9366d112/AGENTS.md",
      "language": "Python",
      "stars": 204,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "1Password/SCAM",
      "repositoryUrl": "https://github.com/1Password/SCAM",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/1Password/SCAM/blob/ce2761e8530142521360e23cce66a9e24cd1b3e5/AGENTS.md",
      "language": "Python",
      "stars": 134,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "tracel-ai/burn-onnx",
      "repositoryUrl": "https://github.com/tracel-ai/burn-onnx",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/tracel-ai/burn-onnx/blob/af2dfb43af43bf363dc2d7d858d933d86e2a65a8/AGENTS.md",
      "language": "Rust",
      "stars": 114,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "GOVINSAGA/gobblecube-eta-challenge",
      "repositoryUrl": "https://github.com/GOVINSAGA/gobblecube-eta-challenge",
      "filePath": "Agents.md",
      "fileUrl": "https://github.com/GOVINSAGA/gobblecube-eta-challenge/blob/85b0c4c47e72a264b0e220b157e357207b65e79b/Agents.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Vantiq/vantiq-extension-sources",
      "repositoryUrl": "https://github.com/Vantiq/vantiq-extension-sources",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Vantiq/vantiq-extension-sources/blob/8f56b1a41382cfe00c01cc58623313428fa9cdde/AGENTS.md",
      "language": "Java",
      "stars": 13,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Network restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "DarkLordLeto/OTChallenge",
      "repositoryUrl": "https://github.com/DarkLordLeto/OTChallenge",
      "filePath": "Agents.md",
      "fileUrl": "https://github.com/DarkLordLeto/OTChallenge/blob/9bca21c74b2d0f131ebc57feb0d6aef30e9fdd3f/Agents.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Network restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "honishi/Hakumai",
      "repositoryUrl": "https://github.com/honishi/Hakumai",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/honishi/Hakumai/blob/d34f475512db0d3f9bcf6e9ae7eb831876956658/AGENTS.md",
      "language": "Swift",
      "stars": 35,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "livekit/client-sdk-swift",
      "repositoryUrl": "https://github.com/livekit/client-sdk-swift",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/livekit/client-sdk-swift/blob/77b5aad07909e23adf97d39f205ef7e18e2ceff5/AGENTS.md",
      "language": "Swift",
      "stars": 430,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "trilogy-data/pytrilogy",
      "repositoryUrl": "https://github.com/trilogy-data/pytrilogy",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/trilogy-data/pytrilogy/blob/74708b78abf965cd5fcbfaa63eb51d499f7eca6c/AGENTS.md",
      "language": "Python",
      "stars": 61,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "jaychempan/coding-with-beat",
      "repositoryUrl": "https://github.com/jaychempan/coding-with-beat",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/jaychempan/coding-with-beat/blob/0c5eb49da6f82cb1e2fac9d9d8bf3f76986bf6a2/AGENTS.md",
      "language": "Python",
      "stars": 115,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "HorusGoul/eslint-plugin-react-render-types",
      "repositoryUrl": "https://github.com/HorusGoul/eslint-plugin-react-render-types",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/HorusGoul/eslint-plugin-react-render-types/blob/eae86d53252da49f26eb4fe16aa932f44ec81c61/AGENTS.md",
      "language": "TypeScript",
      "stars": 110,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "TimoKramer/charm.clj",
      "repositoryUrl": "https://github.com/TimoKramer/charm.clj",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/TimoKramer/charm.clj/blob/38e6823dc85ec932eefe2ad9c1f204307674c24f/AGENTS.md",
      "language": "Clojure",
      "stars": 105,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "bwz96sco/or_llm_agent",
      "repositoryUrl": "https://github.com/bwz96sco/or_llm_agent",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/bwz96sco/or_llm_agent/blob/4d5306fe20a83d6eca9ea857e0afa1137f592987/AGENTS.md",
      "language": "Python",
      "stars": 97,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "m-a-d-n-e-s-s/madness",
      "repositoryUrl": "https://github.com/m-a-d-n-e-s-s/madness",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/m-a-d-n-e-s-s/madness/blob/f74612baba69333b22f5a222a49376260cc843d4/AGENTS.md",
      "language": "C++",
      "stars": 219,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "diego-deese/simple-stock",
      "repositoryUrl": "https://github.com/diego-deese/simple-stock",
      "filePath": "agents.md",
      "fileUrl": "https://github.com/diego-deese/simple-stock/blob/b5b9c2145815c60410c55d818e0e2026e11295be/agents.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "qoli/localclash-luci",
      "repositoryUrl": "https://github.com/qoli/localclash-luci",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/qoli/localclash-luci/blob/f81d263d08c1932c31bc8c678705d76ed6cfd5fc/AGENTS.md",
      "language": "Shell",
      "stars": 81,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "APLA-Toolbox/pymapf",
      "repositoryUrl": "https://github.com/APLA-Toolbox/pymapf",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/APLA-Toolbox/pymapf/blob/4183b4bf3746713e4b6951208d5072b7b80cb261/AGENTS.md",
      "language": "Python",
      "stars": 77,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "workos/case",
      "repositoryUrl": "https://github.com/workos/case",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/workos/case/blob/7959ac917cdeb0983b4aaa20bb9f42021747fed8/AGENTS.md",
      "language": "TypeScript",
      "stars": 144,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "audacity/audacity.github.io",
      "repositoryUrl": "https://github.com/audacity/audacity.github.io",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/audacity/audacity.github.io/blob/3df9be52a02144e5f93a43d4443cb2ea947e126a/AGENTS.md",
      "language": "Astro",
      "stars": 9,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "ProjectViVy/agent-diva",
      "repositoryUrl": "https://github.com/ProjectViVy/agent-diva",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/ProjectViVy/agent-diva/blob/4ff5455ccad673c305d277b21b3200e6f0778aa9/AGENTS.md",
      "language": "Rust",
      "stars": 58,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Network restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "DamianB-BitFlipper/proton-drive-sync",
      "repositoryUrl": "https://github.com/DamianB-BitFlipper/proton-drive-sync",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/DamianB-BitFlipper/proton-drive-sync/blob/9e93d2b65afc77c9c19ab0ec59f3ef4ebf29be0b/AGENTS.md",
      "language": "TypeScript",
      "stars": 669,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "hughjonesd/huxtable",
      "repositoryUrl": "https://github.com/hughjonesd/huxtable",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/hughjonesd/huxtable/blob/1e5daed6eff70411980ca04377247f2706f37751/AGENTS.md",
      "language": "R",
      "stars": 332,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "caretive-ai/project-careti",
      "repositoryUrl": "https://github.com/caretive-ai/project-careti",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/caretive-ai/project-careti/blob/98b8c155ac47971151fa7a64d2f3f7c83da8a37a/AGENTS.md",
      "language": "JavaScript",
      "stars": 47,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test",
          "go test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "joske/yserver",
      "repositoryUrl": "https://github.com/joske/yserver",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/joske/yserver/blob/055debc4b583e44de865d073a4caa27cbf9b1b3c/AGENTS.md",
      "language": "Rust",
      "stars": 495,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "elvisdragonmao/emtech",
      "repositoryUrl": "https://github.com/elvisdragonmao/emtech",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/elvisdragonmao/emtech/blob/0d578c5c021233692de16717f8a1870a766ab856/AGENTS.md",
      "language": "Astro",
      "stars": 20,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "samuelcaldas/NinjaTrader.UnitTest",
      "repositoryUrl": "https://github.com/samuelcaldas/NinjaTrader.UnitTest",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/samuelcaldas/NinjaTrader.UnitTest/blob/9e37e4cffe3daf5f1bafdfffe3fa8fcc940b343a/AGENTS.md",
      "language": "C#",
      "stars": 18,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "tovifun/VivalArc",
      "repositoryUrl": "https://github.com/tovifun/VivalArc",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/tovifun/VivalArc/blob/41363620174517d7235e81077dd8bbcd7327bfa8/AGENTS.md",
      "language": "CSS",
      "stars": 663,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "plasmate-labs/plasmate",
      "repositoryUrl": "https://github.com/plasmate-labs/plasmate",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/plasmate-labs/plasmate/blob/2d8369e5ca91cec0378a49fb518a5fabcb7bcd1c/AGENTS.md",
      "language": "HTML",
      "stars": 30,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest",
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Xceptance/neodymium",
      "repositoryUrl": "https://github.com/Xceptance/neodymium",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Xceptance/neodymium/blob/cdcb1e5c1e9bca3569f9ca59fa629f5d47f73c9f/AGENTS.md",
      "language": "Java",
      "stars": 86,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "codeselfstudy/codeselfstudy",
      "repositoryUrl": "https://github.com/codeselfstudy/codeselfstudy",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/codeselfstudy/codeselfstudy/blob/5c0fbbe47b242019ae1fb45e02d16b25669d41d6/AGENTS.md",
      "language": "HTML",
      "stars": 6,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "arncore/konvoy",
      "repositoryUrl": "https://github.com/arncore/konvoy",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/arncore/konvoy/blob/a8cbc55bccfacbe2cb60d3cbd8aa6011b2f9f487/AGENTS.md",
      "language": "Rust",
      "stars": 25,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "datopian/autoclaw.sh",
      "repositoryUrl": "https://github.com/datopian/autoclaw.sh",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/datopian/autoclaw.sh/blob/e60ab8e55c0ab5671afa911172cc8819b8d9fdd5/AGENTS.md",
      "language": "Astro",
      "stars": 23,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Protelis/Protelis",
      "repositoryUrl": "https://github.com/Protelis/Protelis",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Protelis/Protelis/blob/217cbfc29254c9df799106cf7712b6172e0d8634/AGENTS.md",
      "language": "Java",
      "stars": 22,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "thumbor/libthumbor",
      "repositoryUrl": "https://github.com/thumbor/libthumbor",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/thumbor/libthumbor/blob/5e25b89055eae7a0b82acd57718210de13332044/AGENTS.md",
      "language": "Python",
      "stars": 64,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "AndreaGriffiths11/annotation-overlay",
      "repositoryUrl": "https://github.com/AndreaGriffiths11/annotation-overlay",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/AndreaGriffiths11/annotation-overlay/blob/41a47b88f59bcc1d5aa36be1b9074d2d77c17539/AGENTS.md",
      "language": "HTML",
      "stars": 21,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Generated file boundaries"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "rufolangus/AAOSP",
      "repositoryUrl": "https://github.com/rufolangus/AAOSP",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/rufolangus/AAOSP/blob/a493e140fe55b47e56f8d52cd0a2243900160b16/AGENTS.md",
      "language": "Java",
      "stars": 21,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "an explicit test command"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "react-native-nitro-google-sign-in/google-signin",
      "repositoryUrl": "https://github.com/react-native-nitro-google-sign-in/google-signin",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/react-native-nitro-google-sign-in/google-signin/blob/9666e34bd9c3ee32a4268a3344ba678d30815663/AGENTS.md",
      "language": "Kotlin",
      "stars": 20,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "GRCEngClub/directory",
      "repositoryUrl": "https://github.com/GRCEngClub/directory",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/GRCEngClub/directory/blob/490f3d22432057e10707295664286dc046fbc47e/AGENTS.md",
      "language": "JavaScript",
      "stars": 16,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions",
          "Generated file boundaries"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Zambav/ComfyUI-Agent-Toolkit",
      "repositoryUrl": "https://github.com/Zambav/ComfyUI-Agent-Toolkit",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Zambav/ComfyUI-Agent-Toolkit/blob/755d3f66f4ebb1072a75fc7d8d616489c97bacce/AGENTS.md",
      "language": "Python",
      "stars": 17,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "an explicit test command"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "bio-org-au/editor",
      "repositoryUrl": "https://github.com/bio-org-au/editor",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/bio-org-au/editor/blob/e629420d7085812adea8bc683727a45be91e301b/AGENTS.md",
      "language": "Ruby",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "mitkox/SDFT",
      "repositoryUrl": "https://github.com/mitkox/SDFT",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/mitkox/SDFT/blob/51592d422799174f9c2042765837ebadb22110df/AGENTS.md",
      "language": "Python",
      "stars": 14,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Subaru-PFS/ics_agccActor",
      "repositoryUrl": "https://github.com/Subaru-PFS/ics_agccActor",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Subaru-PFS/ics_agccActor/blob/32b6e05ac3d6250b62cd73e7cadf97a5524898d2/AGENTS.md",
      "language": "C",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "comonicon/Comonicon.jl",
      "repositoryUrl": "https://github.com/comonicon/Comonicon.jl",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/comonicon/Comonicon.jl/blob/02160658b16799f4f83303a5003b1c8c4ed7fd5d/AGENTS.md",
      "language": "Julia",
      "stars": 300,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "baimard/gestion",
      "repositoryUrl": "https://github.com/baimard/gestion",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/baimard/gestion/blob/868b406876ffae811b1fa79bdff3fec221ea9fa7/AGENTS.md",
      "language": "JavaScript",
      "stars": 81,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "jbn/iuselinux",
      "repositoryUrl": "https://github.com/jbn/iuselinux",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/jbn/iuselinux/blob/3d13de7ad907851e9b1179a4dac9c9cfe10333b2/AGENTS.md",
      "language": "Python",
      "stars": 12,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "PreziosiRaffaele/markdown-llm.nvim",
      "repositoryUrl": "https://github.com/PreziosiRaffaele/markdown-llm.nvim",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/PreziosiRaffaele/markdown-llm.nvim/blob/39a48cf9769bac00f813867d1d01c0368eed5e9b/AGENTS.md",
      "language": "Lua",
      "stars": 10,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "joelhooks/atproto-agent-network",
      "repositoryUrl": "https://github.com/joelhooks/atproto-agent-network",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/joelhooks/atproto-agent-network/blob/29e075ebd0695daf1bef70e2fe381c92a59e66b4/AGENTS.md",
      "language": "TypeScript",
      "stars": 20,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "hezhijie0327/CNIPDb",
      "repositoryUrl": "https://github.com/hezhijie0327/CNIPDb",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/hezhijie0327/CNIPDb/blob/9a78c23aa38b7d135181b3cf8a4ff97e8551dcff/AGENTS.md",
      "language": "Shell",
      "stars": 9,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "pankajudhas81/pi-claude-auth",
      "repositoryUrl": "https://github.com/pankajudhas81/pi-claude-auth",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/pankajudhas81/pi-claude-auth/blob/30d7a44ab2ba7538fc610f437867318a73d05e40/AGENTS.md",
      "language": "TypeScript",
      "stars": 10,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "viktor-ferenczi/se-toolbar-manager",
      "repositoryUrl": "https://github.com/viktor-ferenczi/se-toolbar-manager",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/viktor-ferenczi/se-toolbar-manager/blob/d8ee5a7267928983fad74103f50d05803b3025e3/AGENTS.md",
      "language": "C#",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "HereTrix/strings_repository",
      "repositoryUrl": "https://github.com/HereTrix/strings_repository",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/HereTrix/strings_repository/blob/fb1038a020090676768a8f37eac4e020e022a13e/AGENTS.md",
      "language": "Python",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "ai-on-gke/ai-factory",
      "repositoryUrl": "https://github.com/ai-on-gke/ai-factory",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/ai-on-gke/ai-factory/blob/38d32b04fa1f167b61bd9d8c23108ab537fd2647/AGENTS.md",
      "language": "Go",
      "stars": 8,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "khw1031/glowed",
      "repositoryUrl": "https://github.com/khw1031/glowed",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/khw1031/glowed/blob/533a033ddb66ca063e275887a70427c547cd7bd5/AGENTS.md",
      "language": "Go",
      "stars": 8,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "grafana/tempo-operator",
      "repositoryUrl": "https://github.com/grafana/tempo-operator",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/grafana/tempo-operator/blob/24c2ea9e802e57789f221de8b5fa9735061badb5/AGENTS.md",
      "language": "Go",
      "stars": 93,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [
          "Production restrictions",
          "Destructive action limits",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "golemcloud/golem",
      "repositoryUrl": "https://github.com/golemcloud/golem",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/golemcloud/golem/blob/a6dc3c3c719aa44f7c1ac4d9c6d474aca8787ff3/AGENTS.md",
      "language": "Rust",
      "stars": 1607,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "razzamatazm/mustarrd",
      "repositoryUrl": "https://github.com/razzamatazm/mustarrd",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/razzamatazm/mustarrd/blob/dd70a905ff4bedb7089e42e3a9e2f9e958e01500/AGENTS.md",
      "language": "Python",
      "stars": 7,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "usecoherence/coherence-bootstrap",
      "repositoryUrl": "https://github.com/usecoherence/coherence-bootstrap",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/usecoherence/coherence-bootstrap/blob/89df89db868d40c4dbd8542d6261484f39247d7b/AGENTS.md",
      "language": "Rust",
      "stars": 8,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Destructive action limits",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "BlockchainCommons/bc-envelope-rust",
      "repositoryUrl": "https://github.com/BlockchainCommons/bc-envelope-rust",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/BlockchainCommons/bc-envelope-rust/blob/bae6880035bcd14c0d149d4eb42082b0069edb83/AGENTS.md",
      "language": "Rust",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "pulserver/pulserver",
      "repositoryUrl": "https://github.com/pulserver/pulserver",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/pulserver/pulserver/blob/20962ff3c9e8533c54319795d662d2676663de33/AGENTS.md",
      "language": "MATLAB",
      "stars": 6,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "AJFrio/OpenShop",
      "repositoryUrl": "https://github.com/AJFrio/OpenShop",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/AJFrio/OpenShop/blob/3b78e38ef248f330b9e50e0fa60a16ebcfdc21bb/AGENTS.md",
      "language": "JavaScript",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "themixednuts/cloudflare-isr",
      "repositoryUrl": "https://github.com/themixednuts/cloudflare-isr",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/themixednuts/cloudflare-isr/blob/ae25e331f2179cc49cfbdf4b9415b6c12cd94b51/AGENTS.md",
      "language": "TypeScript",
      "stars": 6,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Joouis/agent-maestro",
      "repositoryUrl": "https://github.com/Joouis/agent-maestro",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Joouis/agent-maestro/blob/84df9d8d3ef15af68b5a5f860929495f153de9b0/AGENTS.md",
      "language": "TypeScript",
      "stars": 200,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Human approval",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "arnica/depsguard",
      "repositoryUrl": "https://github.com/arnica/depsguard",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/arnica/depsguard/blob/27be4882905a04e0db6284e858902b031d42a44b/AGENTS.md",
      "language": "Rust",
      "stars": 394,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "quadbio/scembed",
      "repositoryUrl": "https://github.com/quadbio/scembed",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/quadbio/scembed/blob/5e3d37d9fa44e4d7d47ccbfdaddcd4124765f38a/AGENTS.md",
      "language": "Python",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Bonnie-Coding-tech/Tab-Wise",
      "repositoryUrl": "https://github.com/Bonnie-Coding-tech/Tab-Wise",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Bonnie-Coding-tech/Tab-Wise/blob/0734121d5c5441ba89a6811d7094a838092dea17/AGENTS.md",
      "language": "JavaScript",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "alvcarmona/library-mcp",
      "repositoryUrl": "https://github.com/alvcarmona/library-mcp",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/alvcarmona/library-mcp/blob/5eb9559699030f4a69251c2d2d24ee56bd56987b/AGENTS.md",
      "language": "Python",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Jessitoii/openreef",
      "repositoryUrl": "https://github.com/Jessitoii/openreef",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Jessitoii/openreef/blob/eb716d2cb7c77c82398139a1abeaddbf12cc4813/AGENTS.md",
      "language": "Dart",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "Sapientropic/AIppocampus",
      "repositoryUrl": "https://github.com/Sapientropic/AIppocampus",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/Sapientropic/AIppocampus/blob/5327a3dd0902870ff32ae18c7c5bbedf0550d81c/AGENTS.md",
      "language": "Python",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "MustafaKemal0146/fetih",
      "repositoryUrl": "https://github.com/MustafaKemal0146/fetih",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/MustafaKemal0146/fetih/blob/1cb8986b0626b56f25f72756c7f5840aeb5981c5/AGENTS.md",
      "language": "Python",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test",
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "FatecFranca/ModeloProjetoSoftware",
      "repositoryUrl": "https://github.com/FatecFranca/ModeloProjetoSoftware",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/FatecFranca/ModeloProjetoSoftware/blob/1a9710cff0bef6dac49b0bbea3388da4b2594094/AGENTS.md",
      "language": "Shell",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "tinywaves/foundry",
      "repositoryUrl": "https://github.com/tinywaves/foundry",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/tinywaves/foundry/blob/e33d78173cfe572a29ff46a7b4a939cd57fa394d/AGENTS.md",
      "language": "TypeScript",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Production restrictions",
          "Generated file boundaries"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "aloysathekge/Pori",
      "repositoryUrl": "https://github.com/aloysathekge/Pori",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/aloysathekge/Pori/blob/cc3f8a75564b9b610175a0d6c4c2c57e781a8d10/AGENTS.md",
      "language": "Python",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "droidnoob/hew",
      "repositoryUrl": "https://github.com/droidnoob/hew",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/droidnoob/hew/blob/142e75ba37f3026419ae42d7cecc1c1693d8babd/AGENTS.md",
      "language": "Rust",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "agents-md",
      "typeLabel": "AGENTS.md",
      "repository": "agix-ai/agix-aos",
      "repositoryUrl": "https://github.com/agix-ai/agix-aos",
      "filePath": "AGENTS.md",
      "fileUrl": "https://github.com/agix-ai/agix-aos/blob/a8dfdc96d255b56d580fd6a9c5ff6e52851d3cf4/AGENTS.md",
      "language": "Go",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "securego/gosec",
      "repositoryUrl": "https://github.com/securego/gosec",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/securego/gosec/blob/1769a22fd149bfd9e5e546e06a7f9d596eab2f65/CLAUDE.md",
      "language": "Go",
      "stars": 8893,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "redpanda-data/connect",
      "repositoryUrl": "https://github.com/redpanda-data/connect",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/redpanda-data/connect/blob/a25598adc17d469a89399f1ca81c925fb7b94e5f/CLAUDE.md",
      "language": "Go",
      "stars": 8708,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Shlomob/ocmonitor-share",
      "repositoryUrl": "https://github.com/Shlomob/ocmonitor-share",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/Shlomob/ocmonitor-share/blob/331d5ae4724bb6bd4e3303eb8031467e147c9e87/claude.md",
      "language": "Python",
      "stars": 357,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "fsprojects/Paket",
      "repositoryUrl": "https://github.com/fsprojects/Paket",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/fsprojects/Paket/blob/3b63da856fa6d6f441d43b9dc2aa64e6ad10fe62/CLAUDE.md",
      "language": "F#",
      "stars": 2085,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "dotnet test"
        ],
        "securityRules": [
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "dilgerma/node-apps-with-eventsourcing-and-ralph-loop",
      "repositoryUrl": "https://github.com/dilgerma/node-apps-with-eventsourcing-and-ralph-loop",
      "filePath": "Claude.md",
      "fileUrl": "https://github.com/dilgerma/node-apps-with-eventsourcing-and-ralph-loop/blob/170f5ad62dd361636d38a8eb567b4c442c22067d/Claude.md",
      "language": "TypeScript",
      "stars": 7,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "mihnin/Code_analiz",
      "repositoryUrl": "https://github.com/mihnin/Code_analiz",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/mihnin/Code_analiz/blob/b7f79429c61c10e43b6a871bb1b0480c3f562f4f/claude.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Prismer-AI/Prismer",
      "repositoryUrl": "https://github.com/Prismer-AI/Prismer",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/Prismer-AI/Prismer/blob/2dbe71feebeb53e2a54c708cac676835e08c2f24/CLAUDE.md",
      "language": "TypeScript",
      "stars": 782,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "openshift/ocm-agent",
      "repositoryUrl": "https://github.com/openshift/ocm-agent",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/openshift/ocm-agent/blob/f50872a665bd075b75e80aa7622c417c8518ff33/CLAUDE.md",
      "language": "Go",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "TheCraigHewitt/hermes-trader",
      "repositoryUrl": "https://github.com/TheCraigHewitt/hermes-trader",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/TheCraigHewitt/hermes-trader/blob/9a5265ba9e2c4103b42fe57992f0db71215bf20e/claude.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "dollspace-gay/Protocol-AI",
      "repositoryUrl": "https://github.com/dollspace-gay/Protocol-AI",
      "filePath": "Claude.md",
      "fileUrl": "https://github.com/dollspace-gay/Protocol-AI/blob/7cdc36b4aa71df58d17a35ddf0d9d3e85390db75/Claude.md",
      "language": "Python",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "genropy/genro-toolbox",
      "repositoryUrl": "https://github.com/genropy/genro-toolbox",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/genropy/genro-toolbox/blob/341b2f2fceb1a75b709b3bc58cdd6a783cd1a52a/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "GitUpSer/pawtato-app",
      "repositoryUrl": "https://github.com/GitUpSer/pawtato-app",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/GitUpSer/pawtato-app/blob/f761b3ef521ebbbe1b41f7c1afc19d7b98ef7e16/claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "mzon7/back-in-play",
      "repositoryUrl": "https://github.com/mzon7/back-in-play",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/mzon7/back-in-play/blob/72a1b6f153a4f2d842315885348e4ce8ceafd4fe/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "matthieumiser/blunderize",
      "repositoryUrl": "https://github.com/matthieumiser/blunderize",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/matthieumiser/blunderize/blob/d5dea7b8addf0b5aa41073b75cae463f40cf0c3a/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "otdavies/WebBehaviorTree",
      "repositoryUrl": "https://github.com/otdavies/WebBehaviorTree",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/otdavies/WebBehaviorTree/blob/37d14d5bdc2b5a6cb4010c6b7f9ebc4c544d8b2f/claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "niranjan94/telaio",
      "repositoryUrl": "https://github.com/niranjan94/telaio",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/niranjan94/telaio/blob/de5db9cc7a5baab1f8b109d12e22ac1990529d88/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "drcggray/bpmtracker",
      "repositoryUrl": "https://github.com/drcggray/bpmtracker",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/drcggray/bpmtracker/blob/2d2acf63b63087534325a8524d638fe091df97da/claude.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "luis-figueroa-ops/luis-figueroa-ops.github.io",
      "repositoryUrl": "https://github.com/luis-figueroa-ops/luis-figueroa-ops.github.io",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/luis-figueroa-ops/luis-figueroa-ops.github.io/blob/92435be5278dc4234ffa82d25d5db82113dbd6ca/CLAUDE.md",
      "language": "HTML",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Karaba21/InfiniteAgencyCRM",
      "repositoryUrl": "https://github.com/Karaba21/InfiniteAgencyCRM",
      "filePath": "Claude.md",
      "fileUrl": "https://github.com/Karaba21/InfiniteAgencyCRM/blob/82f868f8ae8b8899027c2e096ed91f4a66b109b6/Claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "chalermporn/chalermporn.github.io",
      "repositoryUrl": "https://github.com/chalermporn/chalermporn.github.io",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/chalermporn/chalermporn.github.io/blob/33b9a4e5a1653e08520dec366aaea384a587262a/CLAUDE.md",
      "language": "CSS",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "ZacCarrico/nof1",
      "repositoryUrl": "https://github.com/ZacCarrico/nof1",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/ZacCarrico/nof1/blob/d1d1628d4c2344d9763f73d759b2ff4cc0b77eae/claude.md",
      "language": "Kotlin",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "hplytnikas/curobo-sq",
      "repositoryUrl": "https://github.com/hplytnikas/curobo-sq",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/hplytnikas/curobo-sq/blob/98bfb08e11ca262cf6c7095e8850475935128f4a/CLAUDE.md",
      "language": "Python",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "MattKilmer/claude-autofix-bot",
      "repositoryUrl": "https://github.com/MattKilmer/claude-autofix-bot",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/MattKilmer/claude-autofix-bot/blob/957ba70c3a58d43dbdf022b869a3eedaf94401da/claude.md",
      "language": "TypeScript",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Ajay70452/clipking_landing",
      "repositoryUrl": "https://github.com/Ajay70452/clipking_landing",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/Ajay70452/clipking_landing/blob/0e411b8cb2a89e3b6a22f863ea5aa679458764f6/claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "kswebwear/karteekn",
      "repositoryUrl": "https://github.com/kswebwear/karteekn",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/kswebwear/karteekn/blob/74ec2dc919661b7ba89c7c9b51954c28ed6e7062/claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "webliftro/backvora",
      "repositoryUrl": "https://github.com/webliftro/backvora",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/webliftro/backvora/blob/3617261da6442acc5c1e6be4038277219b20ab4e/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "AutomationCrafter/sneaker-vault",
      "repositoryUrl": "https://github.com/AutomationCrafter/sneaker-vault",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/AutomationCrafter/sneaker-vault/blob/a329a27a140570517428c13b7ecca3cef27b29bf/CLAUDE.md",
      "language": "HTML",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "smalls257/claude-md-autoresearch",
      "repositoryUrl": "https://github.com/smalls257/claude-md-autoresearch",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/smalls257/claude-md-autoresearch/blob/4805caf4c1cec785c49fb3826f7ffb61a5f8765c/CLAUDE.md",
      "language": "Shell",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Cyoda/cyoda-launchpad",
      "repositoryUrl": "https://github.com/Cyoda/cyoda-launchpad",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/Cyoda/cyoda-launchpad/blob/f6e4fd3606917da62a29dc76167ea4f7162506da/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "chacha86/ela-exam-exam",
      "repositoryUrl": "https://github.com/chacha86/ela-exam-exam",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/chacha86/ela-exam-exam/blob/8ac2f69c78efb02c47368a095eb5965b7c918e8f/CLAUDE.md",
      "language": "Java",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "nansu0425/E2-1",
      "repositoryUrl": "https://github.com/nansu0425/E2-1",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/nansu0425/E2-1/blob/d9923240537f79714d96d0a95a93a89d1bc21dcc/CLAUDE.md",
      "language": "Unknown",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "jahi-suite/tythe-time-tracker",
      "repositoryUrl": "https://github.com/jahi-suite/tythe-time-tracker",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/jahi-suite/tythe-time-tracker/blob/a1cfc95f5bad07b23fc8458269c2352ffeade433/claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "groele/ScholarFlow",
      "repositoryUrl": "https://github.com/groele/ScholarFlow",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/groele/ScholarFlow/blob/c829c3327f4d607ab8970481f54c9cac731ec860/claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "07JP27/FlutterTest",
      "repositoryUrl": "https://github.com/07JP27/FlutterTest",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/07JP27/FlutterTest/blob/a8634e8a8035bcf70a9344992cb65f0d104c34e9/CLAUDE.md",
      "language": "Dart",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "jasonsoprovich/pq-companion",
      "repositoryUrl": "https://github.com/jasonsoprovich/pq-companion",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/jasonsoprovich/pq-companion/blob/6fece93f789a0e37429c944b1811348e7c74a20a/claude.md",
      "language": "Go",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "JZnebel/AutoDemo",
      "repositoryUrl": "https://github.com/JZnebel/AutoDemo",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/JZnebel/AutoDemo/blob/ff9ee1b66a7b28270d0cc5bb229c444984eb8c3d/CLAUDE.md",
      "language": "JavaScript",
      "stars": 11,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "kuvychko/Obsidian-PARA-Zettelkasten-starter",
      "repositoryUrl": "https://github.com/kuvychko/Obsidian-PARA-Zettelkasten-starter",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/kuvychko/Obsidian-PARA-Zettelkasten-starter/blob/41429c07e0e9ccb3d6d0581ac63bbf8217758196/CLAUDE.md",
      "language": "Unknown",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "dalmaboros/hallway-party",
      "repositoryUrl": "https://github.com/dalmaboros/hallway-party",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/dalmaboros/hallway-party/blob/fa7b0016a6f44dd7237b951b877598f8205ecef6/CLAUDE.md",
      "language": "Ruby",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Network restrictions"
        ],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "nibzard/toneadjuster",
      "repositoryUrl": "https://github.com/nibzard/toneadjuster",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/nibzard/toneadjuster/blob/f12bf02452b3a433bf1485d288fb91c550a9c98c/CLAUDE.md",
      "language": "JavaScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "charyou/SoraVault",
      "repositoryUrl": "https://github.com/charyou/SoraVault",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/charyou/SoraVault/blob/11e4ebe4c442d94bd6a82e5901936cbcdb85478c/claude.md",
      "language": "JavaScript",
      "stars": 64,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "AGASocial/iablee-app",
      "repositoryUrl": "https://github.com/AGASocial/iablee-app",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/AGASocial/iablee-app/blob/4bf8efcd629f607817e600d23c65eefdf6040aad/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "emmyrlim/squire",
      "repositoryUrl": "https://github.com/emmyrlim/squire",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/emmyrlim/squire/blob/bfcb6761dfed02d09899a539feb9c186e54e838b/claude.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "thiagovon/TDT4242-Advanced-Software-Engineering",
      "repositoryUrl": "https://github.com/thiagovon/TDT4242-Advanced-Software-Engineering",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/thiagovon/TDT4242-Advanced-Software-Engineering/blob/6128729cb01e50931f3365cc56d0c36b09faa876/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "GyePe/kat-zrt-website",
      "repositoryUrl": "https://github.com/GyePe/kat-zrt-website",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/GyePe/kat-zrt-website/blob/475eb8b83815bd940d84e91bbd910db098174c30/CLAUDE.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "njdancer/second-brain",
      "repositoryUrl": "https://github.com/njdancer/second-brain",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/njdancer/second-brain/blob/f7862a63af9563d7770b480e231fff41a663eb9c/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Destructive action limits",
          "Network restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "in-th3-l00p/panoplia.mpc",
      "repositoryUrl": "https://github.com/in-th3-l00p/panoplia.mpc",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/in-th3-l00p/panoplia.mpc/blob/65c4a63505808a13af1f9283ed03fa3153686708/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "cairo-robotics/tabletop_workspace_opt",
      "repositoryUrl": "https://github.com/cairo-robotics/tabletop_workspace_opt",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/cairo-robotics/tabletop_workspace_opt/blob/a94a3f50cd4275b51f535786e522fa808467b45c/CLAUDE.md",
      "language": "Jupyter Notebook",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "firstdraft/rspec-enriched_json",
      "repositoryUrl": "https://github.com/firstdraft/rspec-enriched_json",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/firstdraft/rspec-enriched_json/blob/387229d7bdf031563ccc8ef14f1f1eb5fdc9eb51/CLAUDE.md",
      "language": "Ruby",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "fqdeng/tank-war-world",
      "repositoryUrl": "https://github.com/fqdeng/tank-war-world",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/fqdeng/tank-war-world/blob/f06748ae2411f59eba46db7abe63fe6de20c284e/CLAUDE.md",
      "language": "GDScript",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "stacksjs/gitit",
      "repositoryUrl": "https://github.com/stacksjs/gitit",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/stacksjs/gitit/blob/20ea7071860c6f7aea722f874afb96247792676f/CLAUDE.md",
      "language": "TypeScript",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "rokka-io/rokka-gallery",
      "repositoryUrl": "https://github.com/rokka-io/rokka-gallery",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/rokka-io/rokka-gallery/blob/cf457fd717383dadedf7a7ce0af199c4d864806b/CLAUDE.md",
      "language": "SCSS",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "temporal-community/dependency-scout",
      "repositoryUrl": "https://github.com/temporal-community/dependency-scout",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/temporal-community/dependency-scout/blob/d6fce72b1825cf40733369e279e172b76c961b4c/CLAUDE.md",
      "language": "Python",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "brightbear2026/PPTagent",
      "repositoryUrl": "https://github.com/brightbear2026/PPTagent",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/brightbear2026/PPTagent/blob/5bf824d81d8e15c443df8a70e4864c43ec6f88a1/CLAUDE.md",
      "language": "Python",
      "stars": 9,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "chrisdumler/view-anew",
      "repositoryUrl": "https://github.com/chrisdumler/view-anew",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/chrisdumler/view-anew/blob/661f74e68a804b8e7ba28dd239ee82e7f5ebbc1d/CLAUDE.md",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "truongqv12/vit-docs-web",
      "repositoryUrl": "https://github.com/truongqv12/vit-docs-web",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/truongqv12/vit-docs-web/blob/91bef52109abf57dd0026bea4cc34227493cb8c6/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "richardwooding/archives",
      "repositoryUrl": "https://github.com/richardwooding/archives",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/richardwooding/archives/blob/7d3bf25fa8355d7d3ac90482abbc83d952c227a8/CLAUDE.md",
      "language": "Go",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "go test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "bowers-illinois-edu/manytestsr",
      "repositoryUrl": "https://github.com/bowers-illinois-edu/manytestsr",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/bowers-illinois-edu/manytestsr/blob/a3c54c8b30cc6b3c1d3aca3acd0fe110c276bc5d/CLAUDE.md",
      "language": "R",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "tonkotsuboy/kano-portfolio",
      "repositoryUrl": "https://github.com/tonkotsuboy/kano-portfolio",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/tonkotsuboy/kano-portfolio/blob/5ef2a02eca01bfc6aff276cc7518f04dc7a733a9/CLAUDE.md",
      "language": "TypeScript",
      "stars": 20,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "gdiab/georgediab-blog",
      "repositoryUrl": "https://github.com/gdiab/georgediab-blog",
      "filePath": "CLAUDE.MD",
      "fileUrl": "https://github.com/gdiab/georgediab-blog/blob/d34b1f5c31825a491741cd25d89f1eb00706a520/CLAUDE.MD",
      "language": "Astro",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "jclement/owg-share",
      "repositoryUrl": "https://github.com/jclement/owg-share",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/jclement/owg-share/blob/3e203a0a4e16d7563e5c1e9f2d08a5856280869f/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "eliveutonsouza/techinidica",
      "repositoryUrl": "https://github.com/eliveutonsouza/techinidica",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/eliveutonsouza/techinidica/blob/4b26ba12480fb1947c38b7329736e88ca89b3ae4/CLAUDE.md",
      "language": "HTML",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "sudhanshu-jha/eventflow",
      "repositoryUrl": "https://github.com/sudhanshu-jha/eventflow",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/sudhanshu-jha/eventflow/blob/a3ece8294d0ed0b4e44348b1c37c55474a0a2a78/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Destructive action limits",
          "Network restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "shaoqian2001/vibe-zombie",
      "repositoryUrl": "https://github.com/shaoqian2001/vibe-zombie",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/shaoqian2001/vibe-zombie/blob/71b57578ce6b2564e965b7222cb2960092c18974/CLAUDE.md",
      "language": "GDScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "fatidaprilian/ghostkey",
      "repositoryUrl": "https://github.com/fatidaprilian/ghostkey",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/fatidaprilian/ghostkey/blob/63f7513f37c4c734d928864b1509415204ce9d6c/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "ShinZert/TRACE_Fabric",
      "repositoryUrl": "https://github.com/ShinZert/TRACE_Fabric",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/ShinZert/TRACE_Fabric/blob/830453416b1646d292533b74058d6cdfc4ef9e3a/CLAUDE.md",
      "language": "Jupyter Notebook",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test",
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "sai-K27-0/Aion",
      "repositoryUrl": "https://github.com/sai-K27-0/Aion",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/sai-K27-0/Aion/blob/ee399fdbb7bc4bfb7dee1639e6fcf76fa7f93098/CLAUDE.md",
      "language": "Python",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "newsystemss/field-reports",
      "repositoryUrl": "https://github.com/newsystemss/field-reports",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/newsystemss/field-reports/blob/0a020648ee622f629f99ac2cf787eb4be1d08a7a/CLAUDE.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "ybkim202/ai-tools-platform",
      "repositoryUrl": "https://github.com/ybkim202/ai-tools-platform",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/ybkim202/ai-tools-platform/blob/49805aa73093afcadb76c2beef80da87c861c18b/CLAUDE.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "un-lock/unlock-backend",
      "repositoryUrl": "https://github.com/un-lock/unlock-backend",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/un-lock/unlock-backend/blob/05a3dd256ddb6337d2698344e9417ab2b0b1c433/CLAUDE.md",
      "language": "Java",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "gradle test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Yudai-ASANO/claude-my-settings",
      "repositoryUrl": "https://github.com/Yudai-ASANO/claude-my-settings",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/Yudai-ASANO/claude-my-settings/blob/a39dfc7597234644ffc2146519bd04b1146f5d09/CLAUDE.md",
      "language": "Shell",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "zhugez/Codexible",
      "repositoryUrl": "https://github.com/zhugez/Codexible",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/zhugez/Codexible/blob/c62dbcd5e54fc807052f0fb53f55170b117d1c44/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "RealNameHidden/leetcode-runthrough",
      "repositoryUrl": "https://github.com/RealNameHidden/leetcode-runthrough",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/RealNameHidden/leetcode-runthrough/blob/30a91b88a63c885aff7f9def14d6e8cf1f989aa8/CLAUDE.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "WebSurfinMurf/docker-mailserver",
      "repositoryUrl": "https://github.com/WebSurfinMurf/docker-mailserver",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/WebSurfinMurf/docker-mailserver/blob/e1d566426a0ae652f3a3d29df8d0e3a3b7bd178a/CLAUDE.md",
      "language": "Shell",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Network restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "nodalfe/acespace",
      "repositoryUrl": "https://github.com/nodalfe/acespace",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/nodalfe/acespace/blob/aa2564a4e7dbccefd5a3853858b865378eb29acd/CLAUDE.md",
      "language": "HTML",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "bexruzxasanboyev/ADIA-ERP",
      "repositoryUrl": "https://github.com/bexruzxasanboyev/ADIA-ERP",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/bexruzxasanboyev/ADIA-ERP/blob/dff10844d5596e7c2903e48b3af719fca2a896dd/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "premxai/quantrag",
      "repositoryUrl": "https://github.com/premxai/quantrag",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/premxai/quantrag/blob/75bb82ed566cb8acc3ea111a216ec38822c507d5/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "ash-Lii/voc",
      "repositoryUrl": "https://github.com/ash-Lii/voc",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/ash-Lii/voc/blob/794a00952e5e91e90d0b25081a04d501aff0e3ad/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "rabbah/github-oauth-agent",
      "repositoryUrl": "https://github.com/rabbah/github-oauth-agent",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/rabbah/github-oauth-agent/blob/137f4acb350d18cd093c67e59f467a4d255d0e3c/CLAUDE.md",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "First4Figures/n8n.first4figures.com",
      "repositoryUrl": "https://github.com/First4Figures/n8n.first4figures.com",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/First4Figures/n8n.first4figures.com/blob/d290124b556e9c3381b6311fe603aecce7345f88/CLAUDE.md",
      "language": "Smarty",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Adek2k4/Psychedelia_game",
      "repositoryUrl": "https://github.com/Adek2k4/Psychedelia_game",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/Adek2k4/Psychedelia_game/blob/0469c69f9abf4d323f6ea2ef892e1fef2c351951/CLAUDE.md",
      "language": "C#",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Jochern/DHBW-seminararbeit-predictive-policing",
      "repositoryUrl": "https://github.com/Jochern/DHBW-seminararbeit-predictive-policing",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/Jochern/DHBW-seminararbeit-predictive-policing/blob/8d1c01734f3a4a59d353a469a68539b37816209e/CLAUDE.md",
      "language": "Typst",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "pmatos/steam-games-filter",
      "repositoryUrl": "https://github.com/pmatos/steam-games-filter",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/pmatos/steam-games-filter/blob/78b4325292bf1c697e420816b3640322ff906b54/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Gustpbbr/Teste-ChatGPT",
      "repositoryUrl": "https://github.com/Gustpbbr/Teste-ChatGPT",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/Gustpbbr/Teste-ChatGPT/blob/2ac59d7ff1f610c7475dd5dc848859e2c814ed7d/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "JJonka/portfolio",
      "repositoryUrl": "https://github.com/JJonka/portfolio",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/JJonka/portfolio/blob/2ce3aef3870d0fe8069669832dfae1cd02453eba/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "Fumnanya92/ChipIn",
      "repositoryUrl": "https://github.com/Fumnanya92/ChipIn",
      "filePath": "Claude.md",
      "fileUrl": "https://github.com/Fumnanya92/ChipIn/blob/ffa9c6742d5724b8d96c1eda24fe52532e777d66/Claude.md",
      "language": "Dart",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "NickEngmann/luxopi-ros",
      "repositoryUrl": "https://github.com/NickEngmann/luxopi-ros",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/NickEngmann/luxopi-ros/blob/1b9c89aa0588d4107c08e6b67eed78b5e22ca3ab/CLAUDE.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "GuillermoTorresRenner/Distop-IA-backend",
      "repositoryUrl": "https://github.com/GuillermoTorresRenner/Distop-IA-backend",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/GuillermoTorresRenner/Distop-IA-backend/blob/3a2b789c8d16eaf5dac02bb68a91c156ab32ae9c/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "kyungw00k/rfc8107-js",
      "repositoryUrl": "https://github.com/kyungw00k/rfc8107-js",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/kyungw00k/rfc8107-js/blob/4411eb6f5013a2860003eb010d307e2eeccf4d5f/CLAUDE.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "alperhankendi/Ctxo",
      "repositoryUrl": "https://github.com/alperhankendi/Ctxo",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/alperhankendi/Ctxo/blob/fdc3c025464e3883180d073a4329cf0a99b22bbb/CLAUDE.md",
      "language": "HTML",
      "stars": 67,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "sethlaw/sputr",
      "repositoryUrl": "https://github.com/sethlaw/sputr",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/sethlaw/sputr/blob/7a1cf4cc6b1e2571c6ca4ed1c4bcf8aee06c65b0/CLAUDE.md",
      "language": "Python",
      "stars": 86,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "HaykTarkhanyan/python_math_ml_course",
      "repositoryUrl": "https://github.com/HaykTarkhanyan/python_math_ml_course",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/HaykTarkhanyan/python_math_ml_course/blob/1a087bd3ec8dd3d1e990089887162b5085e17ef0/CLAUDE.md",
      "language": "Jupyter Notebook",
      "stars": 11,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "bonitasoft/bonita-artifacts-model",
      "repositoryUrl": "https://github.com/bonitasoft/bonita-artifacts-model",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/bonitasoft/bonita-artifacts-model/blob/fb6e585ca06604d6dcd52b310037d2b072402e53/CLAUDE.md",
      "language": "Java",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "mvn test"
        ],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "ArdiaD/ardiad.github.io",
      "repositoryUrl": "https://github.com/ArdiaD/ardiad.github.io",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/ArdiaD/ardiad.github.io/blob/9448f4646b3d8399d7c4f4a51e7b58c5c04e4a44/CLAUDE.md",
      "language": "HTML",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "luhaoming/luhaoming.github.io",
      "repositoryUrl": "https://github.com/luhaoming/luhaoming.github.io",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/luhaoming/luhaoming.github.io/blob/47d8a4175d9f3bb79a35115ffb50a8be085afdd1/CLAUDE.md",
      "language": "HTML",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "OhSooo/OhSooShoppingMall",
      "repositoryUrl": "https://github.com/OhSooo/OhSooShoppingMall",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/OhSooo/OhSooShoppingMall/blob/971c492ba83c45e1765acc9bcdde3a583606504b/CLAUDE.md",
      "language": "Java",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [
          "gradle test"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "furinanami/drugkan",
      "repositoryUrl": "https://github.com/furinanami/drugkan",
      "filePath": "claude.md",
      "fileUrl": "https://github.com/furinanami/drugkan/blob/1531582a0b7f8510c81e141f1bf033294b9ba018/claude.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "dun-stu/Bayes-Exploration-mode",
      "repositoryUrl": "https://github.com/dun-stu/Bayes-Exploration-mode",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/dun-stu/Bayes-Exploration-mode/blob/3c065e48b45a563fabc97424f31416a2c8ed1365/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "zamoore/claude",
      "repositoryUrl": "https://github.com/zamoore/claude",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/zamoore/claude/blob/03a1a25adca8abe531a1f80bab07614df517a498/CLAUDE.md",
      "language": "Shell",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "pimsmit/site",
      "repositoryUrl": "https://github.com/pimsmit/site",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/pimsmit/site/blob/6d5c12b01318645413534de4bedb8d20ea75bb51/CLAUDE.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "claude-md",
      "typeLabel": "CLAUDE.md",
      "repository": "andrewbai/deai",
      "repositoryUrl": "https://github.com/andrewbai/deai",
      "filePath": "CLAUDE.md",
      "fileUrl": "https://github.com/andrewbai/deai/blob/f64e22cb24e8bd48f4f6cd09f192bda3586e2764/CLAUDE.md",
      "language": "Unknown",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": false,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "linsalrob/OligoDesigner",
      "repositoryUrl": "https://github.com/linsalrob/OligoDesigner",
      "filePath": ".GitHub/copilot-instructions.md",
      "fileUrl": "https://github.com/linsalrob/OligoDesigner/blob/bc829dd545a1d00260a8bca33c298ba394d5a39b/.GitHub/copilot-instructions.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Skadie26/GitHub-Copilot-Playground",
      "repositoryUrl": "https://github.com/Skadie26/GitHub-Copilot-Playground",
      "filePath": ".gitHub/copilot-instructions.md",
      "fileUrl": "https://github.com/Skadie26/GitHub-Copilot-Playground/blob/7633c2e10061491a8664aec13b81e31c51efb61d/.gitHub/copilot-instructions.md",
      "language": "SCSS",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test",
          "dotnet test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Adept-Team-OS/OSRS.github.io",
      "repositoryUrl": "https://github.com/Adept-Team-OS/OSRS.github.io",
      "filePath": ".GitHub/copilot-instructions.md",
      "fileUrl": "https://github.com/Adept-Team-OS/OSRS.github.io/blob/f98ba50980851ee486ee59c2945ec2e72a751f5b/.GitHub/copilot-instructions.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Hwa-seop/aicoding_test",
      "repositoryUrl": "https://github.com/Hwa-seop/aicoding_test",
      "filePath": ".gitHub/copilot-instructions.md",
      "fileUrl": "https://github.com/Hwa-seop/aicoding_test/blob/c4026cb04d29ab293d1a6e853b9ed6e2896f616c/.gitHub/copilot-instructions.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Younes-Darabi/join",
      "repositoryUrl": "https://github.com/Younes-Darabi/join",
      "filePath": ".Github/copilot-instructions.md",
      "fileUrl": "https://github.com/Younes-Darabi/join/blob/aa4ff6b41a3219cbc6fdb28eb12cccb789f146c6/.Github/copilot-instructions.md",
      "language": "SCSS",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "KevinHaseDev/Portfolio",
      "repositoryUrl": "https://github.com/KevinHaseDev/Portfolio",
      "filePath": ".Github/copilot-instructions.md",
      "fileUrl": "https://github.com/KevinHaseDev/Portfolio/blob/b6163297def7b179953eaa43255e76771856429f/.Github/copilot-instructions.md",
      "language": "SCSS",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "gaoshang1990/qt6_demo",
      "repositoryUrl": "https://github.com/gaoshang1990/qt6_demo",
      "filePath": ".Github/copilot-instructions.md",
      "fileUrl": "https://github.com/gaoshang1990/qt6_demo/blob/bd3cdc98d1f71984706cd08baa619b37180d20d5/.Github/copilot-instructions.md",
      "language": "C",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "KlausLeon/TestLeaf_PlaywrightAutomationTraining",
      "repositoryUrl": "https://github.com/KlausLeon/TestLeaf_PlaywrightAutomationTraining",
      "filePath": ".GITHUB/copilot-instructions.md",
      "fileUrl": "https://github.com/KlausLeon/TestLeaf_PlaywrightAutomationTraining/blob/b06998873a92051ec725e22f2031ac7b13bdb096/.GITHUB/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "anasaltomy/naseej-desktop",
      "repositoryUrl": "https://github.com/anasaltomy/naseej-desktop",
      "filePath": ".Github/copilot-instructions.md",
      "fileUrl": "https://github.com/anasaltomy/naseej-desktop/blob/6d5443038349e4e2c82d83bf3a3a12a3ae932ade/.Github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "DavidDeBlock/my-sveltekit-boilerplate",
      "repositoryUrl": "https://github.com/DavidDeBlock/my-sveltekit-boilerplate",
      "filePath": ".gitHub/copilot-instructions.md",
      "fileUrl": "https://github.com/DavidDeBlock/my-sveltekit-boilerplate/blob/555e466e2e8eb9a516a49a8814457aca9a1888a4/.gitHub/copilot-instructions.md",
      "language": "Svelte",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "PuckDynastySim/PuckDynastySim",
      "repositoryUrl": "https://github.com/PuckDynastySim/PuckDynastySim",
      "filePath": ".GitHub/copilot-instructions.md",
      "fileUrl": "https://github.com/PuckDynastySim/PuckDynastySim/blob/4dfb550f06fefe9e7be1e5d81d6494d5bae374de/.GitHub/copilot-instructions.md",
      "language": "Unknown",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "KevinHaseDev/El-Pollo-Loco",
      "repositoryUrl": "https://github.com/KevinHaseDev/El-Pollo-Loco",
      "filePath": ".Github/copilot-instructions.md",
      "fileUrl": "https://github.com/KevinHaseDev/El-Pollo-Loco/blob/3afa78759879479f183bd75d79e37641c6292a90/.Github/copilot-instructions.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "ottaviofogliata/quanto",
      "repositoryUrl": "https://github.com/ottaviofogliata/quanto",
      "filePath": ".GitHub/copilot-instructions.md",
      "fileUrl": "https://github.com/ottaviofogliata/quanto/blob/0ddee9153df15604880987af9fa2e052943c8b97/.GitHub/copilot-instructions.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "gaoshang1990/cmake_demo",
      "repositoryUrl": "https://github.com/gaoshang1990/cmake_demo",
      "filePath": ".Github/copilot-instructions.md",
      "fileUrl": "https://github.com/gaoshang1990/cmake_demo/blob/c33460105723c2a117dffe8bc3b9fe3ba119c438/.Github/copilot-instructions.md",
      "language": "CMake",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "GeorgewilliamsUg/jojy",
      "repositoryUrl": "https://github.com/GeorgewilliamsUg/jojy",
      "filePath": ".GITHUB/copilot-instructions.md",
      "fileUrl": "https://github.com/GeorgewilliamsUg/jojy/blob/e06aa2866248eabfa7d79f4bac05da5f7598594f/.GITHUB/copilot-instructions.md",
      "language": "HTML",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "nunit/nunit",
      "repositoryUrl": "https://github.com/nunit/nunit",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/nunit/nunit/blob/8e6de5372b9e4e2178607f55dff0dc1be76c4f94/.github/copilot-instructions.md",
      "language": "C#",
      "stars": 2625,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "thomasnordquist/MQTT-Explorer",
      "repositoryUrl": "https://github.com/thomasnordquist/MQTT-Explorer",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/thomasnordquist/MQTT-Explorer/blob/35f31973c456a024a37450f5961e4610dc9a9ce0/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 4013,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "yarn test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "EliasOenal/multimon-ng",
      "repositoryUrl": "https://github.com/EliasOenal/multimon-ng",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/EliasOenal/multimon-ng/blob/ab4446451f3d24a8b9c0ebefac160fef4f28e1fe/.github/copilot-instructions.md",
      "language": "C",
      "stars": 1120,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Myriad-Dreamin/tinymist",
      "repositoryUrl": "https://github.com/Myriad-Dreamin/tinymist",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Myriad-Dreamin/tinymist/blob/9a88a206abd7729506876fee55119775075d1dd9/.github/copilot-instructions.md",
      "language": "Rust",
      "stars": 3413,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "comma-csv/comma",
      "repositoryUrl": "https://github.com/comma-csv/comma",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/comma-csv/comma/blob/be0c0f5bbd038cfabb4a178e9572cf2a736b904b/.github/copilot-instructions.md",
      "language": "Ruby",
      "stars": 518,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "lldap/lldap",
      "repositoryUrl": "https://github.com/lldap/lldap",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/lldap/lldap/blob/dbc85d95941c5c13a04d3d52d7c11d3d27f866bc/.github/copilot-instructions.md",
      "language": "Rust",
      "stars": 6372,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "FalconChristmas/fpp",
      "repositoryUrl": "https://github.com/FalconChristmas/fpp",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/FalconChristmas/fpp/blob/51f809c5567a9e859c983338a91443f015586bc3/.github/copilot-instructions.md",
      "language": "C++",
      "stars": 724,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "msei99/pbgui",
      "repositoryUrl": "https://github.com/msei99/pbgui",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/msei99/pbgui/blob/d7de84a2a1e532ef43c294e621a5e1c57850a468/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 158,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "daryllabar/XrmUnitTest",
      "repositoryUrl": "https://github.com/daryllabar/XrmUnitTest",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/daryllabar/XrmUnitTest/blob/e18cd83f9c1a8fb7be611601c266a4203ac5c2e1/.github/copilot-instructions.md",
      "language": "C#",
      "stars": 61,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "dotnet test"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "llgcode/draw2d",
      "repositoryUrl": "https://github.com/llgcode/draw2d",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/llgcode/draw2d/blob/c4331ac66734f14ef683f73b213019b60c59fbb6/.github/copilot-instructions.md",
      "language": "Go",
      "stars": 1165,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "go test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Azure/kimojio-rs",
      "repositoryUrl": "https://github.com/Azure/kimojio-rs",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Azure/kimojio-rs/blob/847ec9a8710b72439f408009ca0f1a83bb65119e/.github/copilot-instructions.md",
      "language": "Rust",
      "stars": 250,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "projectbluefin/dakota",
      "repositoryUrl": "https://github.com/projectbluefin/dakota",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/projectbluefin/dakota/blob/3403da21940654b1d5a343efb5d6156f923973cf/.github/copilot-instructions.md",
      "language": "Just",
      "stars": 123,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "rcarmo/vibes",
      "repositoryUrl": "https://github.com/rcarmo/vibes",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/rcarmo/vibes/blob/52888f5f6c3752c1745bf782f5da3a294a9de015/.github/copilot-instructions.md",
      "language": "Go",
      "stars": 183,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "zeromicro/go-queue",
      "repositoryUrl": "https://github.com/zeromicro/go-queue",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/zeromicro/go-queue/blob/afd6f3b6673eb64d94967a090bbda5b4ecf7974f/.github/copilot-instructions.md",
      "language": "Go",
      "stars": 838,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": false
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "thomast1906/github-copilot-agent-skills",
      "repositoryUrl": "https://github.com/thomast1906/github-copilot-agent-skills",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/thomast1906/github-copilot-agent-skills/blob/54ad9e1c2b04cff05b985c68c2285969e5988833/.github/copilot-instructions.md",
      "language": "Unknown",
      "stars": 188,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "claude-world/director-mode-lite",
      "repositoryUrl": "https://github.com/claude-world/director-mode-lite",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/claude-world/director-mode-lite/blob/c3165fcd02f1020cd98c31984571277e110f4741/.github/copilot-instructions.md",
      "language": "Shell",
      "stars": 77,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "oldrepublicwizard/ModSync",
      "repositoryUrl": "https://github.com/oldrepublicwizard/ModSync",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/oldrepublicwizard/ModSync/blob/078880ade65777bcd612fce010836950a8df6af3/.github/copilot-instructions.md",
      "language": "C#",
      "stars": 29,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "dotnet test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "sverweij/state-machine-cat",
      "repositoryUrl": "https://github.com/sverweij/state-machine-cat",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/sverweij/state-machine-cat/blob/fa8bb186a1037f6fd9b577466dc0ba5f4927b6ab/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 863,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "shanselman/FlaUI-MCP",
      "repositoryUrl": "https://github.com/shanselman/FlaUI-MCP",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/shanselman/FlaUI-MCP/blob/da1d2a24eae6ccdfbbd40a1375b6617536552351/.github/copilot-instructions.md",
      "language": "C#",
      "stars": 67,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "dotnet test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Alfanous-team/alfanous",
      "repositoryUrl": "https://github.com/Alfanous-team/alfanous",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Alfanous-team/alfanous/blob/c2a7cfd4645194de079bbfe8e4f0bc18c7cde2db/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 286,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "microsoft/FLAML",
      "repositoryUrl": "https://github.com/microsoft/FLAML",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/microsoft/FLAML/blob/c73ff991f1c36fe9e17ae9277e55d7e0ba13e56e/.github/copilot-instructions.md",
      "language": "Jupyter Notebook",
      "stars": 4377,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "brunoborges/fx2048",
      "repositoryUrl": "https://github.com/brunoborges/fx2048",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/brunoborges/fx2048/blob/1c3d8639fb853611cbec756e8265c1d80b61ce6a/.github/copilot-instructions.md",
      "language": "Java",
      "stars": 292,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "mvn test"
        ],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "makoni/select-like-a-boss-for-safari",
      "repositoryUrl": "https://github.com/makoni/select-like-a-boss-for-safari",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/makoni/select-like-a-boss-for-safari/blob/cb6c94ae73c4dfca7e609c01f96a23ada78782c6/.github/copilot-instructions.md",
      "language": "JavaScript",
      "stars": 49,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "kequach/uniqlo-sales-alerter",
      "repositoryUrl": "https://github.com/kequach/uniqlo-sales-alerter",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/kequach/uniqlo-sales-alerter/blob/ec3168bf1d9cf83bfb3486dc6091f31ecf71a6be/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 26,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "langchain4j/langchain4j-cdi",
      "repositoryUrl": "https://github.com/langchain4j/langchain4j-cdi",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/langchain4j/langchain4j-cdi/blob/0b4eb92873153afc5e3edd06dd07a17f9fe50304/.github/copilot-instructions.md",
      "language": "Java",
      "stars": 15,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "JustinGrote/ExcelFast",
      "repositoryUrl": "https://github.com/JustinGrote/ExcelFast",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/JustinGrote/ExcelFast/blob/494c56a795e243b1c267f9c667085eeb7d4997e9/.github/copilot-instructions.md",
      "language": "C#",
      "stars": 19,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "opengovsg/FormSG",
      "repositoryUrl": "https://github.com/opengovsg/FormSG",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/opengovsg/FormSG/blob/e50361c26c2f28ac8313c25889abca97f2d2d769/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 362,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "RuiRomano/powerbi-agentic-mcp-cloud-agent",
      "repositoryUrl": "https://github.com/RuiRomano/powerbi-agentic-mcp-cloud-agent",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/RuiRomano/powerbi-agentic-mcp-cloud-agent/blob/2688d70bcf706da268d8ad8b3e4a486c6ad37b78/.github/copilot-instructions.md",
      "language": "PowerShell",
      "stars": 34,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "totalhack/zillion-web",
      "repositoryUrl": "https://github.com/totalhack/zillion-web",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/totalhack/zillion-web/blob/0969353167a719a294e954425a497f972dd2fbf8/.github/copilot-instructions.md",
      "language": "Vue",
      "stars": 15,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "pulumi/kubespy",
      "repositoryUrl": "https://github.com/pulumi/kubespy",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/pulumi/kubespy/blob/7a46c6d2535c8be0c8fc155fb0f60865885681be/.github/copilot-instructions.md",
      "language": "Go",
      "stars": 3073,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "phenixphp/framework",
      "repositoryUrl": "https://github.com/phenixphp/framework",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/phenixphp/framework/blob/309a3683f40451b90985d88abaa6299644376856/.github/copilot-instructions.md",
      "language": "PHP",
      "stars": 13,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "ShowTrak/ShowTrakServer",
      "repositoryUrl": "https://github.com/ShowTrak/ShowTrakServer",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/ShowTrak/ShowTrakServer/blob/d98cbb1811d4119225f033e711620baf8f4b0fff/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 26,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Network restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "cxfksword/jellyfin-plugin-danmu",
      "repositoryUrl": "https://github.com/cxfksword/jellyfin-plugin-danmu",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/cxfksword/jellyfin-plugin-danmu/blob/b2e69f87d77cf72e1658d34000720a9437f34c75/.github/copilot-instructions.md",
      "language": "C#",
      "stars": 637,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "dotnet test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "python-discord/king-arthur",
      "repositoryUrl": "https://github.com/python-discord/king-arthur",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/python-discord/king-arthur/blob/7f0e5f4fa5df7f70c0a1d9e0af1776426c8845dd/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 12,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "nirholas/gitpretty",
      "repositoryUrl": "https://github.com/nirholas/gitpretty",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/nirholas/gitpretty/blob/5b6723d7c082ac70cf5c6fb07b526a16208e837e/.github/copilot-instructions.md",
      "language": "Shell",
      "stars": 21,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "bgaldino/rlm-base-dev",
      "repositoryUrl": "https://github.com/bgaldino/rlm-base-dev",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/bgaldino/rlm-base-dev/blob/1000a3e356ad212db159683d7096f24f80248b84/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 21,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "clpi/down.nvim",
      "repositoryUrl": "https://github.com/clpi/down.nvim",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/clpi/down.nvim/blob/2205bc7abe1bdbfcc3359a51f400b0e2062775ab/.github/copilot-instructions.md",
      "language": "Lua",
      "stars": 19,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "benjisho/windows-mtr",
      "repositoryUrl": "https://github.com/benjisho/windows-mtr",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/benjisho/windows-mtr/blob/b81864b193b47e1f7e1c6df9c8ec463bad82b7d7/.github/copilot-instructions.md",
      "language": "Rust",
      "stars": 9,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "flightstrips/FlightStrips",
      "repositoryUrl": "https://github.com/flightstrips/FlightStrips",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/flightstrips/FlightStrips/blob/53adc24752d47094feb805f0265eac88ab710799/.github/copilot-instructions.md",
      "language": "Go",
      "stars": 8,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "go test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "mendix/web-widgets",
      "repositoryUrl": "https://github.com/mendix/web-widgets",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/mendix/web-widgets/blob/34eccd595e598d4dca78e5b9b4387b8ab3f038b9/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 38,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pnpm test"
        ],
        "securityRules": [
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "dnsabby/MSITM.6341",
      "repositoryUrl": "https://github.com/dnsabby/MSITM.6341",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/dnsabby/MSITM.6341/blob/ae9c6d3f93c952e1bfb96598fc325fa3a081b11c/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 6,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "formio/ai",
      "repositoryUrl": "https://github.com/formio/ai",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/formio/ai/blob/979fa96a9ffae72cc1d1c9925103d4fa3e1dba3e/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 6,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "pass-agent/loomkin",
      "repositoryUrl": "https://github.com/pass-agent/loomkin",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/pass-agent/loomkin/blob/f769ae73adeed9bed4588934c09a6e99c87233c3/.github/copilot-instructions.md",
      "language": "Elixir",
      "stars": 179,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "jaimejaramilloperez/dev-habit",
      "repositoryUrl": "https://github.com/jaimejaramilloperez/dev-habit",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/jaimejaramilloperez/dev-habit/blob/c58ea6319a70b67240f95c9bba0a11c36257034f/.github/copilot-instructions.md",
      "language": "C#",
      "stars": 20,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "johnpapa/vscode-winteriscoming",
      "repositoryUrl": "https://github.com/johnpapa/vscode-winteriscoming",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/johnpapa/vscode-winteriscoming/blob/7f4afa375f8c5e92bc3515515478e828e29fc075/.github/copilot-instructions.md",
      "language": "CSS",
      "stars": 178,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "cormoran/dya-studio",
      "repositoryUrl": "https://github.com/cormoran/dya-studio",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/cormoran/dya-studio/blob/eabeb77bdfcd2bcb50da622e76ec42f823d45669/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 9,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "thisismygitrepo/machineconfig",
      "repositoryUrl": "https://github.com/thisismygitrepo/machineconfig",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/thisismygitrepo/machineconfig/blob/9556274a04473603845ef06e95974073698c02df/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 8,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "slbug/claude-ruby-grape-rails",
      "repositoryUrl": "https://github.com/slbug/claude-ruby-grape-rails",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/slbug/claude-ruby-grape-rails/blob/2816008c2e6fdcd60a9be6060e3b19735a497e38/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 7,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Network restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "kokkos/kokkos-fft",
      "repositoryUrl": "https://github.com/kokkos/kokkos-fft",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/kokkos/kokkos-fft/blob/3d2fecd717cd6e96d7e9612fc671c5a210bf29eb/.github/copilot-instructions.md",
      "language": "C++",
      "stars": 61,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "JocysCom/SslScanner",
      "repositoryUrl": "https://github.com/JocysCom/SslScanner",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/JocysCom/SslScanner/blob/43690a57b353b1119202421364b0040d120abe74/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "MaisonMONA/mona-mobile",
      "repositoryUrl": "https://github.com/MaisonMONA/mona-mobile",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/MaisonMONA/mona-mobile/blob/06efe093901bfbf3db21e7f182c36ac22c7b254e/.github/copilot-instructions.md",
      "language": "Vue",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "vku-open-source-2025/openinfra",
      "repositoryUrl": "https://github.com/vku-open-source-2025/openinfra",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/vku-open-source-2025/openinfra/blob/741f17ef80f79a3b947bdfc5c90d770b91e8cb15/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions",
          "Destructive action limits",
          "Network restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Masqiller/ARG-RESEARCHER-V4.1",
      "repositoryUrl": "https://github.com/Masqiller/ARG-RESEARCHER-V4.1",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Masqiller/ARG-RESEARCHER-V4.1/blob/a326c16deb8175df7003f0587c199b7cc4cd8843/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "micahcourey/mnemix",
      "repositoryUrl": "https://github.com/micahcourey/mnemix",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/micahcourey/mnemix/blob/cf7d25d82f1b617841ff71f1acb4ece7722f7d55/.github/copilot-instructions.md",
      "language": "JavaScript",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "SAP-samples/sap-community-activity-badges",
      "repositoryUrl": "https://github.com/SAP-samples/sap-community-activity-badges",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/SAP-samples/sap-community-activity-badges/blob/9eaf1a904f60a5119cc7974191e252d35f12f920/.github/copilot-instructions.md",
      "language": "JavaScript",
      "stars": 23,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions",
          "Generated file boundaries"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "nihiyama/ffq",
      "repositoryUrl": "https://github.com/nihiyama/ffq",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/nihiyama/ffq/blob/387008b8e42515e75e2dc0d78637e5c524183dae/.github/copilot-instructions.md",
      "language": "Go",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "GHbrazel/ArchiView",
      "repositoryUrl": "https://github.com/GHbrazel/ArchiView",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/GHbrazel/ArchiView/blob/1a9b312b7853f892b02b21287455e3d24b45b3d9/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "ekuris-repos/Agentic-Meetings",
      "repositoryUrl": "https://github.com/ekuris-repos/Agentic-Meetings",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/ekuris-repos/Agentic-Meetings/blob/182b7822eec414af281c459f2a1d602f5a1ce239/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "danielzayas/justhtml",
      "repositoryUrl": "https://github.com/danielzayas/justhtml",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/danielzayas/justhtml/blob/7fb7db89719dadf69cc78207967062fea30dd5dd/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Brokezawa/nimphea",
      "repositoryUrl": "https://github.com/Brokezawa/nimphea",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Brokezawa/nimphea/blob/c1984dead29a3c9e0be1eede4ca41e7b0e3a28d0/.github/copilot-instructions.md",
      "language": "Nim",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "AdamKrysztopa/dependence-forecastability",
      "repositoryUrl": "https://github.com/AdamKrysztopa/dependence-forecastability",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/AdamKrysztopa/dependence-forecastability/blob/904fa30c4148c98ee4be1221c461c86c8ca252e2/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "estephanobrusa/rubikCubeApp",
      "repositoryUrl": "https://github.com/estephanobrusa/rubikCubeApp",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/estephanobrusa/rubikCubeApp/blob/07d03f3ff2d0960c0b59d00b5d00b6c6e77ef552/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 8,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "bob-fornal/work-notes",
      "repositoryUrl": "https://github.com/bob-fornal/work-notes",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/bob-fornal/work-notes/blob/a20fe58e904b65b575591041737960fc27227184/.github/copilot-instructions.md",
      "language": "JavaScript",
      "stars": 58,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "LCBRU/New_BADDIE",
      "repositoryUrl": "https://github.com/LCBRU/New_BADDIE",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/LCBRU/New_BADDIE/blob/a58f6cc06eed33b8d5bef4245efdda4ca92caad3/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Spoje-NET/pohoda-client-checker",
      "repositoryUrl": "https://github.com/Spoje-NET/pohoda-client-checker",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Spoje-NET/pohoda-client-checker/blob/0124f6c7de31894a444012860c6a0c7898a9d381/.github/copilot-instructions.md",
      "language": "PHP",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Akhyar11/Oxide-JS",
      "repositoryUrl": "https://github.com/Akhyar11/Oxide-JS",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Akhyar11/Oxide-JS/blob/a60e79324dcac5ee487d79004003791fc4c7a0fb/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "ivan-digital/vecodex",
      "repositoryUrl": "https://github.com/ivan-digital/vecodex",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/ivan-digital/vecodex/blob/07581873148c751caf1ae95f784c12a111c23129/.github/copilot-instructions.md",
      "language": "C++",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "capiscio/capiscio-sdk-python",
      "repositoryUrl": "https://github.com/capiscio/capiscio-sdk-python",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/capiscio/capiscio-sdk-python/blob/91b9ba4e5ebffe58423935761fe82712341ac472/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "unmango/go-make",
      "repositoryUrl": "https://github.com/unmango/go-make",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/unmango/go-make/blob/f95ef2d7cd74f61b96c52c725a27770355b29d00/.github/copilot-instructions.md",
      "language": "Go",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "xquyvu/ez-expense",
      "repositoryUrl": "https://github.com/xquyvu/ez-expense",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/xquyvu/ez-expense/blob/1dca6d8e048f8d17fb60ba5a01cd5366d4d03bc8/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 6,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "vedprakash-m/artha",
      "repositoryUrl": "https://github.com/vedprakash-m/artha",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/vedprakash-m/artha/blob/9259ea75f77dcf1f99a36c1852e3f99094e2a943/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "ringoldsdev/laygo-python",
      "repositoryUrl": "https://github.com/ringoldsdev/laygo-python",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/ringoldsdev/laygo-python/blob/b1bc81659f725b7b6c0b059e6152f59d64ebd244/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "valpet/cairn",
      "repositoryUrl": "https://github.com/valpet/cairn",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/valpet/cairn/blob/a549212c10a35019587044f709fc27ea9d80be52/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "lhotakj/kinetiqo",
      "repositoryUrl": "https://github.com/lhotakj/kinetiqo",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/lhotakj/kinetiqo/blob/3845acd84448a2113b7644884e8167c8e7ddd2b3/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "pick-components/pick-components",
      "repositoryUrl": "https://github.com/pick-components/pick-components",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/pick-components/pick-components/blob/01304dc3df648e08ff666d814ddad9d3db72b7f9/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 3,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "art-daq/otsdaq-utilities",
      "repositoryUrl": "https://github.com/art-daq/otsdaq-utilities",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/art-daq/otsdaq-utilities/blob/1f9be3f990d897036d598ee1aab9b7b824b615e7/.github/copilot-instructions.md",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "Shman4ik/CampaignManager",
      "repositoryUrl": "https://github.com/Shman4ik/CampaignManager",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/Shman4ik/CampaignManager/blob/1d1859fe51d1fd74e47ba90b5ba134834df7bb07/.github/copilot-instructions.md",
      "language": "HTML",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "kkeeth/homepage",
      "repositoryUrl": "https://github.com/kkeeth/homepage",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/kkeeth/homepage/blob/624dc8d19246e38294aa5a48196e051e1aeaea2b/.github/copilot-instructions.md",
      "language": "Riot",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "jsboige/roo-extensions",
      "repositoryUrl": "https://github.com/jsboige/roo-extensions",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/jsboige/roo-extensions/blob/ec54e5923913d1e2e58132fbc1f919511d25946d/.github/copilot-instructions.md",
      "language": "PowerShell",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "AUo959/aurora-cloudbank-symbolic",
      "repositoryUrl": "https://github.com/AUo959/aurora-cloudbank-symbolic",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/AUo959/aurora-cloudbank-symbolic/blob/f434fbe7f4456db09d301a2de00af8b2f2d2aa25/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "pytest"
        ],
        "securityRules": [
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "jodrell2000/mrRobotoV3",
      "repositoryUrl": "https://github.com/jodrell2000/mrRobotoV3",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/jodrell2000/mrRobotoV3/blob/f2f0d01713637a05ad389217331f8dca6bb75e97/.github/copilot-instructions.md",
      "language": "JavaScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "febbyRG/pdf-decomposer",
      "repositoryUrl": "https://github.com/febbyRG/pdf-decomposer",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/febbyRG/pdf-decomposer/blob/813e8196f0241f20319bc939b2ae233a6c6e9abf/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "DUBSOpenHub/agent-orchestra",
      "repositoryUrl": "https://github.com/DUBSOpenHub/agent-orchestra",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/DUBSOpenHub/agent-orchestra/blob/74f8516e03fb7d32ebba4648918706ba28ede942/.github/copilot-instructions.md",
      "language": "Shell",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "yuancx2025/persona_reflect",
      "repositoryUrl": "https://github.com/yuancx2025/persona_reflect",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/yuancx2025/persona_reflect/blob/a628b24debaec5f6db63ce603fc0dc08f2b65eb0/.github/copilot-instructions.md",
      "language": "TypeScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command"
        ],
        "readable": true
      }
    },
    {
      "typeId": "copilot-instructions",
      "typeLabel": "copilot-instructions.md",
      "repository": "tmyymmt/sca-tools-feed",
      "repositoryUrl": "https://github.com/tmyymmt/sca-tools-feed",
      "filePath": ".github/copilot-instructions.md",
      "fileUrl": "https://github.com/tmyymmt/sca-tools-feed/blob/104306b2783b4ed24586617cebe3b094f26e5361/.github/copilot-instructions.md",
      "language": "Python",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "alibaba/hooks",
      "repositoryUrl": "https://github.com/alibaba/hooks",
      "filePath": ".cursor/rules/git.mdc",
      "fileUrl": "https://github.com/alibaba/hooks/blob/a323dcc86a90522aeb27689b49916e81cceefae7/.cursor/rules/git.mdc",
      "language": "TypeScript",
      "stars": 14966,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "imazen/imageflow",
      "repositoryUrl": "https://github.com/imazen/imageflow",
      "filePath": ".cursor/rules/ci.mdc",
      "fileUrl": "https://github.com/imazen/imageflow/blob/0ba1c9ea8e1431c5709c4231aa6762e8bb08cf8b/.cursor/rules/ci.mdc",
      "language": "Rust",
      "stars": 4405,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "cargo test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Generated file boundaries"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "leaperone/MultiPost-Extension",
      "repositoryUrl": "https://github.com/leaperone/MultiPost-Extension",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/leaperone/MultiPost-Extension/blob/0f8dabc0ee773b420661c649200b1dd854211a10/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 2811,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "zxlie/FeHelper",
      "repositoryUrl": "https://github.com/zxlie/FeHelper",
      "filePath": ".cursor/rules/hs.mdc",
      "fileUrl": "https://github.com/zxlie/FeHelper/blob/1a0d4db144450348a784e46326d4af74cd172fb7/.cursor/rules/hs.mdc",
      "language": "JavaScript",
      "stars": 5641,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "fengkx/beancount-lsp",
      "repositoryUrl": "https://github.com/fengkx/beancount-lsp",
      "filePath": ".cursor/rules/lsp.mdc",
      "fileUrl": "https://github.com/fengkx/beancount-lsp/blob/8d03d591b487c20b04c506e105631e022bebdd79/.cursor/rules/lsp.mdc",
      "language": "TypeScript",
      "stars": 47,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Spectral-Finance/lux",
      "repositoryUrl": "https://github.com/Spectral-Finance/lux",
      "filePath": ".cursor/rules/lux.mdc",
      "fileUrl": "https://github.com/Spectral-Finance/lux/blob/55e2049d3a5ef87e5186ffce657ba38a760fede1/.cursor/rules/lux.mdc",
      "language": "Elixir",
      "stars": 126,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "DavidNix/dotfiles",
      "repositoryUrl": "https://github.com/DavidNix/dotfiles",
      "filePath": ".cursor/rules/go.mdc",
      "fileUrl": "https://github.com/DavidNix/dotfiles/blob/ac673cc2e245f39e3281e402280496af346ec9e6/.cursor/rules/go.mdc",
      "language": "Shell",
      "stars": 7,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "s123104/work-freedom-card",
      "repositoryUrl": "https://github.com/s123104/work-freedom-card",
      "filePath": ".cursor/rules/seo.mdc",
      "fileUrl": "https://github.com/s123104/work-freedom-card/blob/501245eb48ff740372b822fba17db339277676b2/.cursor/rules/seo.mdc",
      "language": "JavaScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "DrJLabs/Forgetful",
      "repositoryUrl": "https://github.com/DrJLabs/Forgetful",
      "filePath": ".cursor/rules/po.mdc",
      "fileUrl": "https://github.com/DrJLabs/Forgetful/blob/47fee289e9a54b07b580014c013f7fef30e1c00f/.cursor/rules/po.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Riyenz/nuxt-ui-mcp-server",
      "repositoryUrl": "https://github.com/Riyenz/nuxt-ui-mcp-server",
      "filePath": ".cursor/rules/sub.mdc",
      "fileUrl": "https://github.com/Riyenz/nuxt-ui-mcp-server/blob/e98bcf815bdc78a8dc55b4cbf498a575d8208880/.cursor/rules/sub.mdc",
      "language": "TypeScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "EngraphCode/castr",
      "repositoryUrl": "https://github.com/EngraphCode/castr",
      "filePath": ".cursor/rules/tdd.mdc",
      "fileUrl": "https://github.com/EngraphCode/castr/blob/35efaa45f54c0e7f02eaae42dadb46ad9e4451c2/.cursor/rules/tdd.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "azvurii/inventoryiq",
      "repositoryUrl": "https://github.com/azvurii/inventoryiq",
      "filePath": ".cursor/rules/all.mdc",
      "fileUrl": "https://github.com/azvurii/inventoryiq/blob/c360049f778ed77c7be400f835ea0086b2575903/.cursor/rules/all.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "akngs/s4",
      "repositoryUrl": "https://github.com/akngs/s4",
      "filePath": ".cursor/rules/s4.mdc",
      "fileUrl": "https://github.com/akngs/s4/blob/c1aeaad3459f107496c882f50a18f2db774be19a/.cursor/rules/s4.mdc",
      "language": "TypeScript",
      "stars": 13,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "eastlondoner/vibe-tools",
      "repositoryUrl": "https://github.com/eastlondoner/vibe-tools",
      "filePath": ".cursor/rules/yo.mdc",
      "fileUrl": "https://github.com/eastlondoner/vibe-tools/blob/4a1d17cf501db3a719a9c2bf0ee0d288282a63a7/.cursor/rules/yo.mdc",
      "language": "TypeScript",
      "stars": 4789,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Clykur/CusOwn",
      "repositoryUrl": "https://github.com/Clykur/CusOwn",
      "filePath": ".cursor/rules/ux.mdc",
      "fileUrl": "https://github.com/Clykur/CusOwn/blob/f7a82907699f7299086d693158d642853252906b/.cursor/rules/ux.mdc",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "meenakshiar/looplist",
      "repositoryUrl": "https://github.com/meenakshiar/looplist",
      "filePath": ".cursor/rules/prd.mdc",
      "fileUrl": "https://github.com/meenakshiar/looplist/blob/3f7157817f71f42cd1f7e5cd7a429d01934e545b/.cursor/rules/prd.mdc",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Gathondu/sautirelay",
      "repositoryUrl": "https://github.com/Gathondu/sautirelay",
      "filePath": ".cursor/rules/uv.mdc",
      "fileUrl": "https://github.com/Gathondu/sautirelay/blob/22f002d4accce6af3797bf05600d0ef360af50e1/.cursor/rules/uv.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "02qw/food01",
      "repositoryUrl": "https://github.com/02qw/food01",
      "filePath": ".cursor/rules/a.mdc",
      "fileUrl": "https://github.com/02qw/food01/blob/13f0bc86953b80484d4306fbb51468bf2ab911bf/.cursor/rules/a.mdc",
      "language": "Java",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "agyn-ub/ios_breaking_bad",
      "repositoryUrl": "https://github.com/agyn-ub/ios_breaking_bad",
      "filePath": ".cursor/rules/sw.mdc",
      "fileUrl": "https://github.com/agyn-ub/ios_breaking_bad/blob/29ce9978c553be16eadac8cb38cc27f78e326456/.cursor/rules/sw.mdc",
      "language": "Swift",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "clutchtechnology/ceramic-hopper-app",
      "repositoryUrl": "https://github.com/clutchtechnology/ceramic-hopper-app",
      "filePath": ".cursor/rules/app.mdc",
      "fileUrl": "https://github.com/clutchtechnology/ceramic-hopper-app/blob/6b424ead5e903d14c020817b08281c34789637ef/.cursor/rules/app.mdc",
      "language": "Dart",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "satishbabariya/tsc",
      "repositoryUrl": "https://github.com/satishbabariya/tsc",
      "filePath": ".cursor/rules/tsc.mdc",
      "fileUrl": "https://github.com/satishbabariya/tsc/blob/7176726f87ffd85ca755d39750541e833cc96004/.cursor/rules/tsc.mdc",
      "language": "C++",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "gfffrtt/nextjs-microservices",
      "repositoryUrl": "https://github.com/gfffrtt/nextjs-microservices",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/gfffrtt/nextjs-microservices/blob/b4b2a6616d8b83dfb45f41bd17586aca727e3e62/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "liamross/nextjs-cache-inspector",
      "repositoryUrl": "https://github.com/liamross/nextjs-cache-inspector",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/liamross/nextjs-cache-inspector/blob/0fe3d95125098bf57afe6c01c5c0a6ce553014a3/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "aosenuma/SISGEMEC",
      "repositoryUrl": "https://github.com/aosenuma/SISGEMEC",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/aosenuma/SISGEMEC/blob/4802a572c3193b55997bd60a048ca04629443276/.cursor/rules/ui.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "anbinumer/canvas_fastapi_lti",
      "repositoryUrl": "https://github.com/anbinumer/canvas_fastapi_lti",
      "filePath": ".cursor/rules/qa.mdc",
      "fileUrl": "https://github.com/anbinumer/canvas_fastapi_lti/blob/cb595ffe2e70badf18de41ee1b8900c02395d846/.cursor/rules/qa.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "carllx/gs_videoReport",
      "repositoryUrl": "https://github.com/carllx/gs_videoReport",
      "filePath": ".cursor/rules/qa.mdc",
      "fileUrl": "https://github.com/carllx/gs_videoReport/blob/ccd1b6d3bda8e7ca3ec62b5bf374ae4e4992d937/.cursor/rules/qa.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "mafzaal/AIE6-DeployPythonicRAG",
      "repositoryUrl": "https://github.com/mafzaal/AIE6-DeployPythonicRAG",
      "filePath": ".cursor/rules/my.mdc",
      "fileUrl": "https://github.com/mafzaal/AIE6-DeployPythonicRAG/blob/2cce3baa7ea19168292a08d5ed40db264352c205/.cursor/rules/my.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "insanrizky/berjamaah-app",
      "repositoryUrl": "https://github.com/insanrizky/berjamaah-app",
      "filePath": ".cursor/rules/fe.mdc",
      "fileUrl": "https://github.com/insanrizky/berjamaah-app/blob/52c35d2e5a2523a2916c8b54f2ef88f6057e22b8/.cursor/rules/fe.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "kedrzu/nzyme",
      "repositoryUrl": "https://github.com/kedrzu/nzyme",
      "filePath": ".cursor/rules/vue.mdc",
      "fileUrl": "https://github.com/kedrzu/nzyme/blob/892baff341bb768f7dbdc88408c44ed46e9885ef/.cursor/rules/vue.mdc",
      "language": "TypeScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "mahdiyarhamdi/sheetaro",
      "repositoryUrl": "https://github.com/mahdiyarhamdi/sheetaro",
      "filePath": ".cursor/rules/dod.mdc",
      "fileUrl": "https://github.com/mahdiyarhamdi/sheetaro/blob/6ff86eda81cd74e7a0724cd4b3e85f09a2845638/.cursor/rules/dod.mdc",
      "language": "Python",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "SakaRicky/PumpApp",
      "repositoryUrl": "https://github.com/SakaRicky/PumpApp",
      "filePath": ".cursor/rules/api.mdc",
      "fileUrl": "https://github.com/SakaRicky/PumpApp/blob/b0d934e43785e235b0c9b84f02fa8cefb0633e26/.cursor/rules/api.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "kimhyoyeong/nextjs-blog-with-notion",
      "repositoryUrl": "https://github.com/kimhyoyeong/nextjs-blog-with-notion",
      "filePath": ".cursor/rules/lib.mdc",
      "fileUrl": "https://github.com/kimhyoyeong/nextjs-blog-with-notion/blob/1f1ea9086e6fa9d69c9a9efaf7ce637c9015cf73/.cursor/rules/lib.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "nasmityod/nexuscore",
      "repositoryUrl": "https://github.com/nasmityod/nexuscore",
      "filePath": ".cursor/rules/BCV.mdc",
      "fileUrl": "https://github.com/nasmityod/nexuscore/blob/87bf394cdacd10d2a160e754696c814eed8ae049/.cursor/rules/BCV.mdc",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "solvapay/solvapay-sdk",
      "repositoryUrl": "https://github.com/solvapay/solvapay-sdk",
      "filePath": ".cursor/rules/tdd.mdc",
      "fileUrl": "https://github.com/solvapay/solvapay-sdk/blob/2587031197e523bf5d20b114e2b5e9b648b82921/.cursor/rules/tdd.mdc",
      "language": "TypeScript",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "prezti/prezti",
      "repositoryUrl": "https://github.com/prezti/prezti",
      "filePath": ".cursor/rules/db.mdc",
      "fileUrl": "https://github.com/prezti/prezti/blob/40bd99c0e0baee00e5607c70524d16b8a51bb862/.cursor/rules/db.mdc",
      "language": "TypeScript",
      "stars": 8,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "mrbig00/ats",
      "repositoryUrl": "https://github.com/mrbig00/ats",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/mrbig00/ats/blob/a85819d70be79521cb102fff1b4bb128a429d563/.cursor/rules/ui.mdc",
      "language": "PHP",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "BiniyamGetachew1001/HARA",
      "repositoryUrl": "https://github.com/BiniyamGetachew1001/HARA",
      "filePath": ".cursor/rules/1.mdc",
      "fileUrl": "https://github.com/BiniyamGetachew1001/HARA/blob/0c9be4817b69c226bd2816e5fa9abd6af9b74f30/.cursor/rules/1.mdc",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "simon-fischer-12/portfolio-ux",
      "repositoryUrl": "https://github.com/simon-fischer-12/portfolio-ux",
      "filePath": ".cursor/rules/ip.mdc",
      "fileUrl": "https://github.com/simon-fischer-12/portfolio-ux/blob/e73b9f0dca1f45bebc270e990bc9c71f0dfe43b9/.cursor/rules/ip.mdc",
      "language": "CSS",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "sk8metalme/jujutsu-practice",
      "repositoryUrl": "https://github.com/sk8metalme/jujutsu-practice",
      "filePath": ".cursor/rules/php.mdc",
      "fileUrl": "https://github.com/sk8metalme/jujutsu-practice/blob/e098f68e391e5548b331815dfcef120bdaa3e51a/.cursor/rules/php.mdc",
      "language": "Unknown",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "sovanza-inc/MuhasabaAi",
      "repositoryUrl": "https://github.com/sovanza-inc/MuhasabaAi",
      "filePath": ".cursor/rules/db.mdc",
      "fileUrl": "https://github.com/sovanza-inc/MuhasabaAi/blob/52d52c99a3ca3af240603b03f045d0ae2f385cf0/.cursor/rules/db.mdc",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Olovyannikov/cognitive-lab",
      "repositoryUrl": "https://github.com/Olovyannikov/cognitive-lab",
      "filePath": ".cursor/rules/fsd.mdc",
      "fileUrl": "https://github.com/Olovyannikov/cognitive-lab/blob/007b253cdd4e9aac702ddace29f58dc41eca74ac/.cursor/rules/fsd.mdc",
      "language": "JavaScript",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "AIDotNet/koala-ai",
      "repositoryUrl": "https://github.com/AIDotNet/koala-ai",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/AIDotNet/koala-ai/blob/153a2126818451892e2f77d60ac0893065099aa6/.cursor/rules/ui.mdc",
      "language": "C#",
      "stars": 479,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "longmaba/task-master-ai-gemini",
      "repositoryUrl": "https://github.com/longmaba/task-master-ai-gemini",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/longmaba/task-master-ai-gemini/blob/857ff93acb066ddf8b58b415569dee7d04831acb/.cursor/rules/ui.mdc",
      "language": "JavaScript",
      "stars": 9,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "romanmt/mark_point",
      "repositoryUrl": "https://github.com/romanmt/mark_point",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/romanmt/mark_point/blob/011915fd1e97112ef27ba93ca25e7b4c723b64f6/.cursor/rules/ui.mdc",
      "language": "Elixir",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "ALAPI-SDK/mcp-alapi-cn",
      "repositoryUrl": "https://github.com/ALAPI-SDK/mcp-alapi-cn",
      "filePath": ".cursor/rules/mcp.mdc",
      "fileUrl": "https://github.com/ALAPI-SDK/mcp-alapi-cn/blob/cb0114f966a1536dfa7b2096da07946793823f23/.cursor/rules/mcp.mdc",
      "language": "Go",
      "stars": 12,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Production restrictions"
        ],
        "missingConfigurations": [],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "dergigi/boris",
      "repositoryUrl": "https://github.com/dergigi/boris",
      "filePath": ".cursor/rules/210.mdc",
      "fileUrl": "https://github.com/dergigi/boris/blob/18120151b4774255ef654a23cdf5ecf276cd5de8/.cursor/rules/210.mdc",
      "language": "TypeScript",
      "stars": 10,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "ali423/automation",
      "repositoryUrl": "https://github.com/ali423/automation",
      "filePath": ".cursor/rules/p1.mdc",
      "fileUrl": "https://github.com/ali423/automation/blob/3ca0fa4a4afd047cc80bcc9bee86bdb4540e95b5/.cursor/rules/p1.mdc",
      "language": "Blade",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "janwirth/b2b",
      "repositoryUrl": "https://github.com/janwirth/b2b",
      "filePath": ".cursor/rules/tdd.mdc",
      "fileUrl": "https://github.com/janwirth/b2b/blob/3dd87f6a4a1428a1bef7700c75728bef8536eead/.cursor/rules/tdd.mdc",
      "language": "TypeScript",
      "stars": 11,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "XU397/cepingzonghe",
      "repositoryUrl": "https://github.com/XU397/cepingzonghe",
      "filePath": ".cursor/rules/pm.mdc",
      "fileUrl": "https://github.com/XU397/cepingzonghe/blob/c159d0cf1e7ebaf60482e950141266053f6695e9/.cursor/rules/pm.mdc",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Zalint/MATA_DEPENSES_MANAGEMENT",
      "repositoryUrl": "https://github.com/Zalint/MATA_DEPENSES_MANAGEMENT",
      "filePath": ".cursor/rules/db.mdc",
      "fileUrl": "https://github.com/Zalint/MATA_DEPENSES_MANAGEMENT/blob/9a10664e88fd3eaaa6ce78c58c30e0e5b4c1d9bd/.cursor/rules/db.mdc",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "contactsingulary/v0_chat",
      "repositoryUrl": "https://github.com/contactsingulary/v0_chat",
      "filePath": ".cursor/rules/hi.mdc",
      "fileUrl": "https://github.com/contactsingulary/v0_chat/blob/b57922c9ceb144c3b44f36c8b7763e1c1d9c3cec/.cursor/rules/hi.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "shubhamyadavallweb/wne-new-pitara-",
      "repositoryUrl": "https://github.com/shubhamyadavallweb/wne-new-pitara-",
      "filePath": ".cursor/rules/as.mdc",
      "fileUrl": "https://github.com/shubhamyadavallweb/wne-new-pitara-/blob/00cda2edbc2d32e67117ff4c221b2ce40c015dbf/.cursor/rules/as.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Gurbeh/CatCV",
      "repositoryUrl": "https://github.com/Gurbeh/CatCV",
      "filePath": ".cursor/rules/ai.mdc",
      "fileUrl": "https://github.com/Gurbeh/CatCV/blob/9f2f3bfea3a2406e26a5241928673625bb6a1aed/.cursor/rules/ai.mdc",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Sitecore/content-sdk",
      "repositoryUrl": "https://github.com/Sitecore/content-sdk",
      "filePath": ".cursor/rules/cli.mdc",
      "fileUrl": "https://github.com/Sitecore/content-sdk/blob/585ed90940f0a7f866dc30f3d0120e28b38cdf11/.cursor/rules/cli.mdc",
      "language": "TypeScript",
      "stars": 34,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "tjx666/open-related-website",
      "repositoryUrl": "https://github.com/tjx666/open-related-website",
      "filePath": ".cursor/rules/vue.mdc",
      "fileUrl": "https://github.com/tjx666/open-related-website/blob/1043d2ce2fca18c7fac283a99a1219f42bd71d31/.cursor/rules/vue.mdc",
      "language": "Vue",
      "stars": 9,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "benjamin1108/help-doc-monitor",
      "repositoryUrl": "https://github.com/benjamin1108/help-doc-monitor",
      "filePath": ".cursor/rules/env.mdc",
      "fileUrl": "https://github.com/benjamin1108/help-doc-monitor/blob/fc7a80b76143f6b46be16d1bed9e7953f98eeb46/.cursor/rules/env.mdc",
      "language": "Python",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Fundbox/rde-ui",
      "repositoryUrl": "https://github.com/Fundbox/rde-ui",
      "filePath": ".cursor/rules/rde.mdc",
      "fileUrl": "https://github.com/Fundbox/rde-ui/blob/187a4398655e7c083e63e91a07772a0639b9671c/.cursor/rules/rde.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "thnsw/sw-ai-chat-budget-internal",
      "repositoryUrl": "https://github.com/thnsw/sw-ai-chat-budget-internal",
      "filePath": ".cursor/rules/mvp.mdc",
      "fileUrl": "https://github.com/thnsw/sw-ai-chat-budget-internal/blob/8f8a165f3427e8fba4929d48b5be88c17f6bcfb6/.cursor/rules/mvp.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Jerome3590/pgx-analysis",
      "repositoryUrl": "https://github.com/Jerome3590/pgx-analysis",
      "filePath": ".cursor/rules/ec2.mdc",
      "fileUrl": "https://github.com/Jerome3590/pgx-analysis/blob/530bcc1784bf9b94ad2981c85ab47decb08af403/.cursor/rules/ec2.mdc",
      "language": "Python",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "an explicit test command",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "coopenomics/mono",
      "repositoryUrl": "https://github.com/coopenomics/mono",
      "filePath": ".cursor/rules/sdk.mdc",
      "fileUrl": "https://github.com/coopenomics/mono/blob/ed9b0879d5655b2c4c06a512aad28441d05f0782/.cursor/rules/sdk.mdc",
      "language": "HTML",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "aukilabs/domain-viewer",
      "repositoryUrl": "https://github.com/aukilabs/domain-viewer",
      "filePath": ".cursor/rules/bob.mdc",
      "fileUrl": "https://github.com/aukilabs/domain-viewer/blob/65c12fc3ee0515b4b04c1247ab2667d72e1c94f2/.cursor/rules/bob.mdc",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "All-Out-Games/cursorrules",
      "repositoryUrl": "https://github.com/All-Out-Games/cursorrules",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/All-Out-Games/cursorrules/blob/206c0611dd7aa3ffad3fcc3d6b6f48bfac5c44db/.cursor/rules/ui.mdc",
      "language": "C#",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "matsonj/cursor_eda",
      "repositoryUrl": "https://github.com/matsonj/cursor_eda",
      "filePath": ".cursor/rules/sql.mdc",
      "fileUrl": "https://github.com/matsonj/cursor_eda/blob/afc0ac68a4b63d93d923e60b3c36a416737c0a9b/.cursor/rules/sql.mdc",
      "language": "Python",
      "stars": 13,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "kamiwaza-internal/windows-installer",
      "repositoryUrl": "https://github.com/kamiwaza-internal/windows-installer",
      "filePath": ".cursor/rules/pr.mdc",
      "fileUrl": "https://github.com/kamiwaza-internal/windows-installer/blob/11be8dac977dfd8a382b84072653935ac8e55970/.cursor/rules/pr.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "WorkSpaceMan/jxp",
      "repositoryUrl": "https://github.com/WorkSpaceMan/jxp",
      "filePath": ".cursor/rules/mcp.mdc",
      "fileUrl": "https://github.com/WorkSpaceMan/jxp/blob/df2a79cecd504ab99ac996bf20a8c7cdd88c827b/.cursor/rules/mcp.mdc",
      "language": "TypeScript",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [
          "npm test"
        ],
        "securityRules": [
          "Secrets and credentials",
          "Human approval",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Carpentersbug41/therapist-ai-assistant",
      "repositoryUrl": "https://github.com/Carpentersbug41/therapist-ai-assistant",
      "filePath": ".cursor/rules/sad.mdc",
      "fileUrl": "https://github.com/Carpentersbug41/therapist-ai-assistant/blob/7d298756e6cfa618524dac61ba084459398d49c2/.cursor/rules/sad.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "fletchertyler914/food-delivery",
      "repositoryUrl": "https://github.com/fletchertyler914/food-delivery",
      "filePath": ".cursor/rules/web.mdc",
      "fileUrl": "https://github.com/fletchertyler914/food-delivery/blob/8108d416540285f05154dc27c9db146ca5dee676/.cursor/rules/web.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Production restrictions",
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "JhonMoofarrif-SB/seguros-bolivar-ui",
      "repositoryUrl": "https://github.com/JhonMoofarrif-SB/seguros-bolivar-ui",
      "filePath": ".cursor/rules/CSS.mdc",
      "fileUrl": "https://github.com/JhonMoofarrif-SB/seguros-bolivar-ui/blob/de4906338fc154c511d483a382588eb220179497/.cursor/rules/CSS.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "sovanza-inc/MuhasabaAi",
      "repositoryUrl": "https://github.com/sovanza-inc/MuhasabaAi",
      "filePath": ".cursor/rules/web.mdc",
      "fileUrl": "https://github.com/sovanza-inc/MuhasabaAi/blob/52d52c99a3ca3af240603b03f045d0ae2f385cf0/.cursor/rules/web.mdc",
      "language": "TypeScript",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "flyeric0212/cursor-history-links",
      "repositoryUrl": "https://github.com/flyeric0212/cursor-history-links",
      "filePath": ".cursor/rules/git.mdc",
      "fileUrl": "https://github.com/flyeric0212/cursor-history-links/blob/27d2d0f262b3947f48c248eeca8a0c7086c3e18d/.cursor/rules/git.mdc",
      "language": "Python",
      "stars": 245,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "declankra/chitrack-api-web",
      "repositoryUrl": "https://github.com/declankra/chitrack-api-web",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/declankra/chitrack-api-web/blob/9e9213508bb4aa724aa114b13834a5be3f33cb31/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "200okmk/full-tanstack-starter",
      "repositoryUrl": "https://github.com/200okmk/full-tanstack-starter",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/200okmk/full-tanstack-starter/blob/d1f8358fc18609c45d213f7167ec692b6f07aa8e/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "Luigii1506/examen-maker",
      "repositoryUrl": "https://github.com/Luigii1506/examen-maker",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/Luigii1506/examen-maker/blob/bf44af5d13442c8dcd9da340ea4d1630ee966cec/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Destructive action limits"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "zaeemkhan1999/herculix-master",
      "repositoryUrl": "https://github.com/zaeemkhan1999/herculix-master",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/zaeemkhan1999/herculix-master/blob/c0dc783ab8b9c5dc7c3d299ddb45126c5432b1b7/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "yeetcode-xyz/yeetcode-app",
      "repositoryUrl": "https://github.com/yeetcode-xyz/yeetcode-app",
      "filePath": ".cursor/rules/api.mdc",
      "fileUrl": "https://github.com/yeetcode-xyz/yeetcode-app/blob/d1b7ca347240240910ccbcdb315aa7a7dd47e569/.cursor/rules/api.mdc",
      "language": "JavaScript",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "sisimomo/aivm",
      "repositoryUrl": "https://github.com/sisimomo/aivm",
      "filePath": ".cursor/rules/go.mdc",
      "fileUrl": "https://github.com/sisimomo/aivm/blob/196f00607f8b8c03e316331aa4feea4e55196a4f/.cursor/rules/go.mdc",
      "language": "Go",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "martinvol/eth-taipei",
      "repositoryUrl": "https://github.com/martinvol/eth-taipei",
      "filePath": ".cursor/rules/ui.mdc",
      "fileUrl": "https://github.com/martinvol/eth-taipei/blob/ece76f76048c8162df8be82f943566e21215eda5/.cursor/rules/ui.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "lips85/makers-second",
      "repositoryUrl": "https://github.com/lips85/makers-second",
      "filePath": ".cursor/rules/tdd.mdc",
      "fileUrl": "https://github.com/lips85/makers-second/blob/93428a4c7c3a742af9db68451f6c3d32b425f497/.cursor/rules/tdd.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Human approval",
          "Production restrictions"
        ],
        "missingConfigurations": [
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "zapstore/zsp",
      "repositoryUrl": "https://github.com/zapstore/zsp",
      "filePath": ".cursor/rules/go.mdc",
      "fileUrl": "https://github.com/zapstore/zsp/blob/d7d761711a9b5ff15db6b938d3c490716f6c69c6/.cursor/rules/go.mdc",
      "language": "Go",
      "stars": 16,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "SHUAXINDIARY/vue-ganttastic-demo",
      "repositoryUrl": "https://github.com/SHUAXINDIARY/vue-ganttastic-demo",
      "filePath": ".cursor/rules/my.mdc",
      "fileUrl": "https://github.com/SHUAXINDIARY/vue-ganttastic-demo/blob/9a8800d3335bcf3f5be5508aace23fafdf25de89/.cursor/rules/my.mdc",
      "language": "Vue",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "gymcoding/notion-blog-nextjs-course",
      "repositoryUrl": "https://github.com/gymcoding/notion-blog-nextjs-course",
      "filePath": ".cursor/rules/lib.mdc",
      "fileUrl": "https://github.com/gymcoding/notion-blog-nextjs-course/blob/86f26006050c1790edbd75847de1afa00e380beb/.cursor/rules/lib.mdc",
      "language": "TypeScript",
      "stars": 5,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "ham-zax/PromptReady",
      "repositoryUrl": "https://github.com/ham-zax/PromptReady",
      "filePath": ".cursor/rules/sm.mdc",
      "fileUrl": "https://github.com/ham-zax/PromptReady/blob/517df1ff06d81fe5d9f772525948de3a1f4af157/.cursor/rules/sm.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "opj161/refashion-app-v2",
      "repositoryUrl": "https://github.com/opj161/refashion-app-v2",
      "filePath": ".cursor/rules/ai.mdc",
      "fileUrl": "https://github.com/opj161/refashion-app-v2/blob/07801f1494bf617a839ba55120c698e63b3c0637/.cursor/rules/ai.mdc",
      "language": "MDX",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Secrets and credentials"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "wanglizhi02/Self-Consistent-Field-Theory-MPI",
      "repositoryUrl": "https://github.com/wanglizhi02/Self-Consistent-Field-Theory-MPI",
      "filePath": ".cursor/rules/ab.mdc",
      "fileUrl": "https://github.com/wanglizhi02/Self-Consistent-Field-Theory-MPI/blob/080c57103e205f82f1e5de26ba4beb54af1ffa81/.cursor/rules/ab.mdc",
      "language": "C++",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "asmith81/UCSD_MJM_Final_Direct",
      "repositoryUrl": "https://github.com/asmith81/UCSD_MJM_Final_Direct",
      "filePath": ".cursor/rules/qa.mdc",
      "fileUrl": "https://github.com/asmith81/UCSD_MJM_Final_Direct/blob/c41e9f8831a8ca58d87c62951da322631d4419d0/.cursor/rules/qa.mdc",
      "language": "Jupyter Notebook",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "loveheavenlina/boid-algorithm",
      "repositoryUrl": "https://github.com/loveheavenlina/boid-algorithm",
      "filePath": ".cursor/rules/my.mdc",
      "fileUrl": "https://github.com/loveheavenlina/boid-algorithm/blob/afd2dc5bc33ed697c59e4ebb8b490bf857211d99/.cursor/rules/my.mdc",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "arkits/gql-conn-ui",
      "repositoryUrl": "https://github.com/arkits/gql-conn-ui",
      "filePath": ".cursor/rules/ts.mdc",
      "fileUrl": "https://github.com/arkits/gql-conn-ui/blob/36fd85a2b2660345a135e444553a35b73f39936d/.cursor/rules/ts.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "xiaozhi93/cool-components",
      "repositoryUrl": "https://github.com/xiaozhi93/cool-components",
      "filePath": ".cursor/rules/vue.mdc",
      "fileUrl": "https://github.com/xiaozhi93/cool-components/blob/a2193ee1def64a256cf72b292252394b47f63072/.cursor/rules/vue.mdc",
      "language": "Vue",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "nguyentan2212/mia-bds",
      "repositoryUrl": "https://github.com/nguyentan2212/mia-bds",
      "filePath": ".cursor/rules/vue.mdc",
      "fileUrl": "https://github.com/nguyentan2212/mia-bds/blob/71a7ba04034f5a4c99e05beed6339a21ee85a9f0/.cursor/rules/vue.mdc",
      "language": "Vue",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "qlover/fe-base",
      "repositoryUrl": "https://github.com/qlover/fe-base",
      "filePath": ".cursor/rules/ts.mdc",
      "fileUrl": "https://github.com/qlover/fe-base/blob/25b165b0554d3b67fefe74bb28c9d9c5ee3855d7/.cursor/rules/ts.mdc",
      "language": "TypeScript",
      "stars": 4,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "TheCowboyAI/alchemist",
      "repositoryUrl": "https://github.com/TheCowboyAI/alchemist",
      "filePath": ".cursor/rules/qa.mdc",
      "fileUrl": "https://github.com/TheCowboyAI/alchemist/blob/b7e1a33248933d260d03e87a54ec99d7649f73d5/.cursor/rules/qa.mdc",
      "language": "Rust",
      "stars": 2,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "ryugotthis/next-blog",
      "repositoryUrl": "https://github.com/ryugotthis/next-blog",
      "filePath": ".cursor/rules/lib.mdc",
      "fileUrl": "https://github.com/ryugotthis/next-blog/blob/140d2c8a5e58a242ee0ff86cdad0ea4b7d49e287/.cursor/rules/lib.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "sugata98/kobo-library",
      "repositoryUrl": "https://github.com/sugata98/kobo-library",
      "filePath": ".cursor/rules/nvm.mdc",
      "fileUrl": "https://github.com/sugata98/kobo-library/blob/d223211526b7a192b71343668890ca365abfe71a/.cursor/rules/nvm.mdc",
      "language": "Python",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "hakandrsn/BarbarosKs",
      "repositoryUrl": "https://github.com/hakandrsn/BarbarosKs",
      "filePath": ".cursor/rules/bks.mdc",
      "fileUrl": "https://github.com/hakandrsn/BarbarosKs/blob/98b022b2595c45ad382ad9f05a0ed74550c533a0/.cursor/rules/bks.mdc",
      "language": "C#",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "bbaktaeho/aim_high",
      "repositoryUrl": "https://github.com/bbaktaeho/aim_high",
      "filePath": ".cursor/rules/dev.mdc",
      "fileUrl": "https://github.com/bbaktaeho/aim_high/blob/2edcee6ae73f5ae788c6499fcf18d787d3e94ec7/.cursor/rules/dev.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "my-repo-99/prv-site",
      "repositoryUrl": "https://github.com/my-repo-99/prv-site",
      "filePath": ".cursor/rules/url.mdc",
      "fileUrl": "https://github.com/my-repo-99/prv-site/blob/0aabfca86458d266c0285fe3f7cfd941d01ee5b9/.cursor/rules/url.mdc",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "nitturkaryash/border-remover-fusion-one",
      "repositoryUrl": "https://github.com/nitturkaryash/border-remover-fusion-one",
      "filePath": ".cursor/rules/PRD.mdc",
      "fileUrl": "https://github.com/nitturkaryash/border-remover-fusion-one/blob/d9686d3119bcf089f95eb209133824e88f465741/.cursor/rules/PRD.mdc",
      "language": "JavaScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "kater-iam/cursorrules",
      "repositoryUrl": "https://github.com/kater-iam/cursorrules",
      "filePath": ".cursor/rules/env.mdc",
      "fileUrl": "https://github.com/kater-iam/cursorrules/blob/4f66e98e015bcd121e6dc062c309bc00edeb9aca/.cursor/rules/env.mdc",
      "language": "Unknown",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [
          "Production restrictions"
        ],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "mwlt/liuyao_desktop_tauri2",
      "repositoryUrl": "https://github.com/mwlt/liuyao_desktop_tauri2",
      "filePath": ".cursor/rules/ccc.mdc",
      "fileUrl": "https://github.com/mwlt/liuyao_desktop_tauri2/blob/8449b9472f3e8bb46d1c65807d302a3bdec7a0fa/.cursor/rules/ccc.mdc",
      "language": "Rust",
      "stars": 1,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "setup or install guidance",
          "an explicit test command",
          "verification or completion criteria",
          "scope or precedence guidance",
          "a security or approval rule"
        ],
        "readable": true
      }
    },
    {
      "typeId": "cursor-mdc",
      "typeLabel": "Cursor MDC rules",
      "repository": "DmitriyOne/drag-and-drop",
      "repositoryUrl": "https://github.com/DmitriyOne/drag-and-drop",
      "filePath": ".cursor/rules/fsd.mdc",
      "fileUrl": "https://github.com/DmitriyOne/drag-and-drop/blob/343fad6d78449ea9dbe73cd979d46ca89e5479ff/.cursor/rules/fsd.mdc",
      "language": "TypeScript",
      "stars": 0,
      "fork": false,
      "archived": false,
      "analysis": {
        "nested": true,
        "testCommands": [],
        "securityRules": [],
        "missingConfigurations": [
          "an explicit test command",
          "verification or completion criteria",
          "a security or approval rule"
        ],
        "readable": true
      }
    }
  ],
  "limitations": [
    "githubFileMatches is GitHub's indexed file-match count, not a count of unique repositories or active users.",
    "The first results use GitHub best-match ordering and are not statistically representative of all public repositories.",
    "Search index coverage, default branches, repository visibility, ranking, and totals can change after the snapshot date.",
    "Pattern matching detects explicit wording, not whether a rule is correct, enforced, or followed by an agent.",
    "Nested file share is measured across sampled file paths, not across every file in each repository."
  ]
}
