{"id":49267161,"url":"https://github.com/aolingge/agentignore-check","last_synced_at":"2026-04-25T11:00:50.328Z","repository":{"id":353740541,"uuid":"1220716709","full_name":"aolingge/agentignore-check","owner":"aolingge","description":"Check whether a repo has an .agentignore-style file to keep AI agents away from secrets and noisy files.","archived":false,"fork":false,"pushed_at":"2026-04-25T09:55:27.000Z","size":11,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-25T10:28:49.534Z","etag":null,"topics":["agentignore","ai-agent","cli","developer-tools","privacy","secret-scanning"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aolingge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2026-04-25T08:30:34.000Z","updated_at":"2026-04-25T09:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aolingge/agentignore-check","commit_stats":null,"previous_names":["aolingge/agentignore-check"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/aolingge/agentignore-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aolingge%2Fagentignore-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aolingge%2Fagentignore-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aolingge%2Fagentignore-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aolingge%2Fagentignore-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aolingge","download_url":"https://codeload.github.com/aolingge/agentignore-check/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aolingge%2Fagentignore-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32259472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"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":["agentignore","ai-agent","cli","developer-tools","privacy","secret-scanning"],"created_at":"2026-04-25T11:00:40.142Z","updated_at":"2026-04-25T11:00:50.323Z","avatar_url":"https://github.com/aolingge.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/readme-banner.svg\" alt=\"Agentignore Check banner\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAgentignore Check\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eCheck whether a repo has an .agentignore-style file to keep AI agents away from secrets and noisy files.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"README.zh-CN.md\"\u003e中文\u003c/a\u003e · \u003ca href=\"#quick-start\"\u003eQuick Start\u003c/a\u003e · \u003ca href=\"#checks\"\u003eChecks\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Node.js\" src=\"https://img.shields.io/badge/node-%3E%3D18-0EA5E9\"\u003e\n  \u003cimg alt=\"dependencies\" src=\"https://img.shields.io/badge/dependencies-0-111827\"\u003e\n  \u003cimg alt=\"license\" src=\"https://img.shields.io/badge/license-MIT-2563EB\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/cli-preview.svg\" alt=\"Agentignore Check CLI preview\" width=\"88%\"\u003e\n\u003c/p\u003e\n\n## Why This Exists\n\nAI agent tooling is growing quickly, but many repos still miss tiny checks that can run locally or in CI. This project stays zero-dependency, short-command, and easy to fork.\n\n## Quick Start\n\n```bash\nnpx github:aolingge/agentignore-check --path .agentignore\n```\n\nGenerate Markdown:\n\n```bash\nnpx github:aolingge/agentignore-check --path .agentignore --markdown \u003e report.md\n```\n\nUse a score gate:\n\n```bash\nnpx github:aolingge/agentignore-check --path .agentignore --min-score 80\n```\n\n## Checks\n\n| Check | What it looks for |\n| --- | --- |\n| env | Ignores env and secret files. |\n| logs | Ignores logs. |\n| build | Ignores generated dependencies and builds. |\n| private | Ignores private data. |\n\n## Output\n\n```text\nAgentignore Check score: 100/100\nPASS  example-check  Useful signal found\nFAIL  missing-check  Add the missing guidance\n```\n\n\n## Quality Gate\n\nUse this project as a repeatable gate before an AI agent marks work as done:\n\n- [Quality gate guide](docs/quality-gates.md)\n- [Copy-ready GitHub Actions example](examples/github-action.yml)\n\n## CI Usage\n\nUse GitHub Actions annotations:\n\n```bash\nnpx github:aolingge/agentignore-check --path fixtures/good.txt --annotations\n```\n\nGenerate SARIF:\n\n```bash\nnpx github:aolingge/agentignore-check --path fixtures/good.txt --sarif \u003e results.sarif\n```\n\nSee [docs/github-actions.md](docs/github-actions.md).\n\n## Visual Identity\n\nThe banner and CLI preview are SVG assets committed in `assets/`, so the README renders cleanly on GitHub and Gitee without external image hosting.\n\n## Mirrors\n\n- GitHub: https://github.com/aolingge/agentignore-check\n- Gitee: https://gitee.com/aolingge/agentignore-check\n\n## Contributing\n\nGood first PRs: add checks, add fixtures, improve docs, or add GitHub Actions examples.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faolingge%2Fagentignore-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faolingge%2Fagentignore-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faolingge%2Fagentignore-check/lists"}