{"id":31764379,"url":"https://github.com/aisuko/anonymous_checker","last_synced_at":"2025-10-09T23:51:12.083Z","repository":{"id":316411210,"uuid":"1063244121","full_name":"Aisuko/anonymous_checker","owner":"Aisuko","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-24T12:00:49.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T13:24:14.807Z","etag":null,"topics":["academic","paper","shell"],"latest_commit_sha":null,"homepage":"https://aisuko.github.io/anonymous_checker/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aisuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"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":"2025-09-24T11:09:16.000Z","updated_at":"2025-09-24T12:00:52.000Z","dependencies_parsed_at":"2025-09-24T13:24:17.443Z","dependency_job_id":"ddc31ecd-109f-4770-bdde-c008b62ab708","html_url":"https://github.com/Aisuko/anonymous_checker","commit_stats":null,"previous_names":["aisuko/anonymous_checker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Aisuko/anonymous_checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aisuko%2Fanonymous_checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aisuko%2Fanonymous_checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aisuko%2Fanonymous_checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aisuko%2Fanonymous_checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aisuko","download_url":"https://codeload.github.com/Aisuko/anonymous_checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aisuko%2Fanonymous_checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002300,"owners_count":26083342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["academic","paper","shell"],"created_at":"2025-10-09T23:51:09.466Z","updated_at":"2025-10-09T23:51:12.077Z","avatar_url":"https://github.com/Aisuko.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anonymous Checker 🔍\n\nA powerful tool to accelerate research by ensuring anonymous review compliance. Automatically scans your research projects for potential identifying information that could compromise anonymity requirements.\n\n## 🚀 Features\n\n### Core Detection Capabilities\n- **📧 Email Detection**: Identifies email addresses in code, documentation, and configuration files\n- **🏫 University Domain Scanning**: Detects academic institution domains (.edu, .ac.*)\n- **👤 GitHub Username Detection**: Finds GitHub profile references and usernames\n- **✍️ Author Information**: Locates author, contact, and maintainer references\n- **💬 Personal Name Detection**: Identifies personal names in code comments\n\n### File Type Support\n- Python files (`.py`)\n- Markdown documentation (`.md`)\n- Text files (`.txt`)\n- YAML configuration files (`.yml`, `.yaml`)\n\n## 📦 Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/Aisuko/anonymous_checker.git\ncd anonymous_checker\n\n# Make the script executable\nchmod +x anonymous_checker.sh\n```\n\n## 🔧 Usage\n\n```bash\n./anonymous_checker.sh \u003cproject_directory\u003e\n```\n\n### Example\n```bash\n./anonymous_checker.sh /path/to/your/research/project\n```\n\n## 📊 Sample Output\n\n```\n=== Scanning for Anonymous Review Policy Violations ===\n\n1. Email addresses:\n./src/main.py:15:    contact = \"researcher@university.edu\"\n\n2. University domains:\n./README.md:8:    For questions, contact us at lab@stanford.edu\n\n3. GitHub usernames:\n./docs/setup.md:12:    Visit https://github.com/johndoe/project\n\n4. Author/Contact references:\n./setup.py:3:    author: John Smith\n\n5. Personal names in comments:\n./utils.py:25:    # John's implementation of the algorithm\n```\n\n## 🎯 Use Cases\n\n### Academic Research\n- **Conference Submissions**: Ensure papers meet anonymous review requirements\n- **Journal Articles**: Verify manuscripts don't contain identifying information\n- **Code Repositories**: Clean research code before sharing for review\n\n### Open Source Projects\n- **Privacy Compliance**: Remove personal information before public release\n- **Code Auditing**: Identify potential privacy leaks in documentation\n- **Team Collaboration**: Maintain anonymity in shared codebases\n\n## 🛠️ Advanced Features\n\n### Multi-Format Support\nThe tool intelligently scans various file formats commonly used in research:\n- Source code files for embedded contact information\n- Documentation files for author references\n- Configuration files for email settings\n- YAML files for metadata containing personal info\n\n### Pattern Recognition\n- **Email Patterns**: Comprehensive regex for various email formats\n- **Domain Detection**: Specialized patterns for academic institutions\n- **URL Parsing**: GitHub and other platform username extraction\n- **Comment Analysis**: Context-aware personal name detection\n\n## 🚦 Getting Started\n\n1. **Prepare Your Project**: Ensure your research project is in a single directory\n2. **Run the Scanner**: Execute the tool on your project directory\n3. **Review Results**: Examine the output for any identifying information\n4. **Clean Your Code**: Remove or anonymize flagged content\n5. **Re-scan**: Run the tool again to verify all issues are resolved\n\n## 📋 Best Practices\n\n- Run the checker before every submission\n- Create a backup before making anonymization changes\n- Use generic placeholders for removed information\n- Document your anonymization process\n- Verify with colleagues that anonymity is maintained\n\n## 🤝 Contributing\n\nWe welcome contributions to improve the Anonymous Checker:\n\n1. Fork the repository\n2. Create a feature branch\n3. Add your improvements\n4. Test thoroughly\n5. Submit a pull request\n\n## 📄 License\n\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\n\n## 🔮 Future Enhancements\n\n- **GUI Interface**: User-friendly graphical interface\n- **Custom Rules**: Configurable detection patterns\n- **Batch Processing**: Process multiple projects simultaneously\n- **Integration**: IDE plugins and CI/CD pipeline integration\n- **Reporting**: Detailed HTML/PDF reports\n- **Whitelist Support**: Exclude known safe patterns\n\n## 📞 Support\n\nFor issues, feature requests, or questions:\n- Open an issue on GitHub\n- Check existing issues for solutions\n- Contribute improvements via pull requests\n\n## 📖 Citation\n\nIf you use Anonymous Checker in your research, please cite it as:\n\n```latex\n@software{li2025anonymous,\n  title = {Anonymous Checker},\n  author = {Li, Bowen and Xu, Ziqi},\n  year = {2025},\n  version = {0.1.0},\n  url = {https://github.com/Aisuko/anonymous_checker},\n  note = {A powerful tool to accelerate research by ensuring anonymous review compliance}\n}\n```\n\n---\n\n**Accelerate your research while maintaining anonymity compliance!** 🎓✨","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisuko%2Fanonymous_checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faisuko%2Fanonymous_checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faisuko%2Fanonymous_checker/lists"}