{"id":30672774,"url":"https://github.com/blockful/anticapture","last_synced_at":"2026-04-14T20:01:06.389Z","repository":{"id":297082162,"uuid":"839864659","full_name":"blockful/anticapture","owner":"blockful","description":"The DAO governance security platform that provides data-driven analysis to help identify, assess, and mitigate governance capture risks.","archived":false,"fork":false,"pushed_at":"2026-04-09T12:56:14.000Z","size":22144,"stargazers_count":17,"open_issues_count":172,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-09T13:29:03.526Z","etag":null,"topics":["dao","ethereum","governance","web3"],"latest_commit_sha":null,"homepage":"https://anticapture.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blockful.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-08T13:31:40.000Z","updated_at":"2026-04-06T18:26:02.000Z","dependencies_parsed_at":"2026-02-28T16:02:31.418Z","dependency_job_id":null,"html_url":"https://github.com/blockful/anticapture","commit_stats":null,"previous_names":["blockful-io/anticapture","blockful/anticapture"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/blockful/anticapture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockful%2Fanticapture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockful%2Fanticapture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockful%2Fanticapture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockful%2Fanticapture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blockful","download_url":"https://codeload.github.com/blockful/anticapture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blockful%2Fanticapture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dao","ethereum","governance","web3"],"created_at":"2025-09-01T05:33:16.533Z","updated_at":"2026-04-14T20:01:06.383Z","avatar_url":"https://github.com/blockful.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anticapture\n\n\u003e A comprehensive DAO governance security platform for analyzing and preventing governance capture risks\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Version](https://img.shields.io/badge/version-0.3.1-blue.svg)](package.json)\n\n## Overview\n\nAnticapture is a data-driven platform that helps DAO communities identify, assess, and mitigate governance capture risks. The platform provides comprehensive security analysis, attack profitability assessments, and real-time governance monitoring for major DAOs including Uniswap, ENS, and Optimism.\n\n## Key Features\n\n- **🛡️ Governance Security Analysis** - Multi-dimensional risk assessment and vulnerability monitoring\n- **📊 Attack Profitability Assessment** - Economic feasibility analysis of potential governance attacks\n- **🗳️ Governance Activity Tracking** - Proposal lifecycle and voting participation monitoring\n- **🪙 Token Distribution Analysis** - Voting power concentration and decentralization metrics\n- **📈 Resilience Assessment** - DAO maturity and security milestone tracking\n- **✍️ Community Petition System** - Governance improvement proposal collection\n  implement using Snapshot\n\n## Applications\n\n| Application                              | Description                                              | Technology                    |\n| ---------------------------------------- | -------------------------------------------------------- | ----------------------------- |\n| [**Dashboard**](./apps/dashboard)        | Frontend interface with DAO analytics and visualizations | Next.js, TypeScript, Tailwind |\n| [**API Gateway**](./apps/api-gateway)    | Unified GraphQL API aggregating multiple data sources    | GraphQL Mesh                  |\n| [**Indexer**](./apps/indexer)            | Blockchain event indexer for real-time governance data   | Ponder, PostgreSQL            |\n| [**Monitoring**](./apps/indexer-metrics) | Performance monitoring and metrics                       | Grafana, Prometheus           |\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js 18.14+\n- pnpm 10.10.0+\n- Docker \u0026 Docker Compose\n\n### Installation\n\n```bash\n# Clone and install\ngit clone https://github.com/blockful-io/anticapture.git\ncd anticapture\npnpm install\n\n# Start infrastructure\ndocker-compose up -d\n\n# Run development environment\npnpm dashboard dev    # Frontend at http://localhost:3000\npnpm gateway dev      # API Gateway at http://localhost:4000\npnpm indexer dev      # Indexer API at http://localhost:42069\n```\n\n## Development\n\nThis monorepo uses pnpm workspaces and Turbo for efficient development and builds.\n\n```bash\n# Application-specific commands\npnpm \u003capp-name\u003e \u003ccommand\u003e\n\n# Examples\npnpm dashboard build\npnpm indexer start\npnpm gateway test\n```\n\nSee individual application READMEs for detailed setup and development instructions.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/name`)\n3. Make your changes following existing code conventions\n4. Test your changes\n5. Submit a pull request\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n---\n\nBuilt by [Blockful](https://blockful.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockful%2Fanticapture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblockful%2Fanticapture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblockful%2Fanticapture/lists"}