{"id":20640531,"url":"https://github.com/kovart/challenge-3","last_synced_at":"2026-06-24T06:34:29.544Z","repository":{"id":97651956,"uuid":"419653789","full_name":"kovart/challenge-3","owner":"kovart","description":"Agent for a well-known security protocol 🤫","archived":false,"fork":false,"pushed_at":"2021-10-22T14:37:27.000Z","size":465,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-01T13:07:53.699Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kovart.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}},"created_at":"2021-10-21T09:07:25.000Z","updated_at":"2021-10-22T14:37:30.000Z","dependencies_parsed_at":"2023-03-23T09:18:22.572Z","dependency_job_id":null,"html_url":"https://github.com/kovart/challenge-3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kovart/challenge-3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovart%2Fchallenge-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovart%2Fchallenge-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovart%2Fchallenge-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovart%2Fchallenge-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kovart","download_url":"https://codeload.github.com/kovart/challenge-3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kovart%2Fchallenge-3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34720920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":[],"created_at":"2024-11-16T15:29:48.230Z","updated_at":"2026-06-24T06:34:29.507Z","avatar_url":"https://github.com/kovart.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compound Transaction Blacklist Agent\n\n## Description\n\nThis agent monitors Ethereum network and detects Compound transactions that involve blacklisted addresses.\n\n## Compound Network\n\nTo make the agent more testable, all network addresses are parsed from the [compound-finance/compound-config](https://github.com/compound-finance/compound-config) official repository and used depending on the network specified in the `COMPOUND_NETWORK` constant.\n\n## Settings\n\nFirst of all, it is necessary to provide the desired network: \n\n```js\nexport const COMPOUND_NETWORK = CompoundNetworkNames.MAINNET;\n``` \n\nThen, specify all the blacklisted addresses you want to warn about:\n\n```js\nexport const BLACKLISTED_ADDRESSES = [\n  '0xb4f011d8ce90e13cdec209deb06025fbd9c0cba5',\n  '0xa9497fd9d1dd0d00de1bf988e0e36794848900f9',\n  // ... and others\n];\n```\n\nThat's it 😎\n\n## Supported Chains\n\n- Ethereum\n\n## Alerts\n\n- COMP-BLACKLIST\n  - Fired when a transaction or subtransaction involves one of the blacklisted addresses\n  - Severity is always set to \"high\"\n  - Type is always set to \"suspicious\"\n  - Metadata:\n    - `compoundAddresses` - detected Compound addresses\n    - `blacklistedAddresses` - detected blacklisted addresses\n\n## Test Data\n\nThe agent behaviour can be verified with the following transactions (Mainnet):\n\n- 0x4a9a92d30d0e95f7846a84cf155801db01710f01729370d40f242d537cc7477a\n- 0xf225b72f5bd9f880dd99acd69ded17556e278f62ec3af516a27a623bf77294a6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovart%2Fchallenge-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkovart%2Fchallenge-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkovart%2Fchallenge-3/lists"}