{"id":22134189,"url":"https://github.com/durocodes/audit","last_synced_at":"2026-01-30T19:32:58.029Z","repository":{"id":265121304,"uuid":"894825279","full_name":"DuroCodes/audit","owner":"DuroCodes","description":"a tool to validate advent of code solutions","archived":false,"fork":false,"pushed_at":"2024-12-03T22:36:16.000Z","size":203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T10:32:21.094Z","etag":null,"topics":["advent-of-code","aoc"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/audit-cli","language":"Rust","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/DuroCodes.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":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":"2024-11-27T04:06:17.000Z","updated_at":"2025-10-05T05:19:31.000Z","dependencies_parsed_at":"2025-10-12T10:31:47.639Z","dependency_job_id":"50ae8392-8cc4-4caf-bd09-bea4dcc62a49","html_url":"https://github.com/DuroCodes/audit","commit_stats":null,"previous_names":["durocodes/audit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DuroCodes/audit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuroCodes%2Faudit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuroCodes%2Faudit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuroCodes%2Faudit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuroCodes%2Faudit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuroCodes","download_url":"https://codeload.github.com/DuroCodes/audit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuroCodes%2Faudit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T19:10:10.838Z","status":"ssl_error","status_checked_at":"2026-01-30T19:06:40.573Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["advent-of-code","aoc"],"created_at":"2024-12-01T19:10:03.124Z","updated_at":"2026-01-30T19:32:58.010Z","avatar_url":"https://github.com/DuroCodes.png","language":"Rust","readme":"# Audit\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./logo.png\" width=\"400\" /\u003e\n\u003c/div\u003e\n\nAudit is a CLI tool that helps you validate and refactor your [advent of code](https://adventofcode.com/) solutions. Supports any language, and can be used as a pipe.\n\n\u003e [!WARNING]\n\u003e Audit doesn't download inputs or check your answers on advent of code; it's used to refactor your code once you've came up with an initial solution.\n\n## Installation\n\nYou can use `cargo install audit-cli` to install the CLI tool on your system, with the `aud` alias (given you have Rust installed)\n\n## Usage\n\n1. Create a configuration file in your project (default: `.audit.toml`)\n2. Make sure your advent of code solutions print to the standard output, such as:\n\n```\nDay 1\nPart 1: 123\nPart 2: 456\n```\n\n4. Run `aud` with your advent of code program, such as `aud python day1.py`\n\n\u003e [!TIP]\n\u003e You can also pass `aud` as a pipe, such as `python day1.py | aud`\n\n### Configuration\n\nYou can specify a custom configuration path with the `-c/--config` flag, such as `python day1.py | aud -c audit.toml`\n\n```toml\n\"$schema\" = \"https://raw.githubusercontent.com/durocodes/audit/main/schema.json\" # \u003c- optional editor support\n\n[[solutions]]\nday = 1\npart1 = \"123\"\npart2 = \"456\"\n\n[[solutions]]\nday = 2\npart1 = \"789\"\npart2 = \"012\"\n\n# ...\n```\n\n## Example\n\nYou can find a minimal example in the `example` directory, which contains a Python \"solution\" and a configuration file.\n\nThe example can be run with `python runner.py | aud` (make sure you're in the `example` directory)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurocodes%2Faudit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdurocodes%2Faudit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdurocodes%2Faudit/lists"}