{"id":28172986,"url":"https://github.com/archethic-foundation/bug-bounty","last_synced_at":"2026-02-07T03:01:49.763Z","repository":{"id":45688760,"uuid":"512775500","full_name":"archethic-foundation/bug-bounty","owner":"archethic-foundation","description":"Archethic Community Bug Bounty Program","archived":false,"fork":false,"pushed_at":"2024-01-07T10:57:36.000Z","size":954,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-24T07:57:20.072Z","etag":null,"topics":["archethic","blockchain","bugbounty","mainnet"],"latest_commit_sha":null,"homepage":"","language":null,"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/archethic-foundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-07-11T13:49:41.000Z","updated_at":"2023-11-16T18:39:03.000Z","dependencies_parsed_at":"2025-07-24T06:44:28.632Z","dependency_job_id":null,"html_url":"https://github.com/archethic-foundation/bug-bounty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/archethic-foundation/bug-bounty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archethic-foundation%2Fbug-bounty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archethic-foundation%2Fbug-bounty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archethic-foundation%2Fbug-bounty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archethic-foundation%2Fbug-bounty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archethic-foundation","download_url":"https://codeload.github.com/archethic-foundation/bug-bounty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archethic-foundation%2Fbug-bounty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":["archethic","blockchain","bugbounty","mainnet"],"created_at":"2025-05-15T20:11:32.848Z","updated_at":"2026-02-07T03:01:49.746Z","avatar_url":"https://github.com/archethic-foundation.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archethic Community Bug Bounty Program\n\n## Description of the Program\n\n**Archethic is a Layer 1 blockchain protocol**. We have innovated multiple aspects of the blockchain design to achieve scale, security, sustainability, and simplicity without foregoing the core tenet of decentralization. All these innovations have been thoroughly researched and they are now being implemented. Any such innovation takes time due its complexity. Moreover, the absence of similar architecture makes it difficult to assess, benchmark and validate.\u003c/br\u003e\u003c/br\u003e\n**We are launching the bug bounty program** to involve our community in this effort **to deploy a truly decentralized ecosystem** that is ready for mass adoption. There would be another phase of bounty program in future, which will be launched after stabilization. To test and validate the network, we would be launching the code on real mainnet nodes. Unlike other bug bounty programs, our community would be testing the stability and functionality of the real mainnet nodes. This means that even though it is the mainnet, we would be resetting the nodes, if required. Since the tokens are still not migrated to this network there is no risk of loss. The tokens available on this network would be dummy tokens. Please expect disruption and loss of dummy tokens in case of a reset. Aim is to push the network to achieve the stability and security expected of a large-scale ecosystem.\u003c/br\u003e\u003c/br\u003e\nIf you discover a bug, we appreciate your cooperation in responsibly investigating and reporting it to us so that we can address it as soon as possible. \n**The bug bounty program allows Archethic Foundation to recognise and reward members of the community for helping us find and address significant bugs**, in accordance with the terms of the bug bounty program.\u003c/br\u003e\n\nMore information is available on [Archethic Blog](https://blog.archethic.net/bugbounty/)\n\n## Issues\n\n### Issue Workflow\n\nThe Github's labels system allows to follow the progress of the issue:\n\n```mermaid\nflowchart TD\n    classDef blackBox fill:#000,color:#fff,stroke: transparent\n    classDef bug fill:#d73a4a,color:#fff,stroke: transparent\n    classDef transparent fill:transparent,stroke: transparent\n    classDef pr fill:#0E8A16,color: #fff,stroke: transparent\n    classDef resolved fill:#76C153,color: #fff,stroke: transparent\n    classDef invalid fill:#B60205,color: #fff,stroke: transparent\n    classDef bounty fill:#F8A025,color:#fff,stroke:transparent\n    classDef duplicate fill:#cfd3d7,color:#fff,stroke:transparent\n    classDef campaign fill:#DF498E,stroke:transparent,color:#fff\n\n    Bug(Bug):::bug\n    Triage(In triage):::blackBox\n    Precise(The issue should be more precise ?):::transparent\n    Reproducible(Has preducible steps):::blackBox\n    NeedInfo(Need reproducible information):::blackBox\n    AlreadyExists(The issue already exists ?):::transparent\n    Duplicate(Duplicate):::duplicate\n    NotRight(The issue seems right ?):::transparent\n    Invalid(Invalid):::invalid\n    OutOfScope(OutOfScope):::outOfScope\n    InBugBountyScope(The issue is in the scope of bug bounty ?):::transparent\n    BugBounty(Bug Bounty):::bounty\n    WaitingPR(Waiting PR to land - fixed):::pr\n    Resolved(Resolved):::resolved\n\n    Bug --\u003e GlobalCampaign(Global campaign):::campaign\n    Bug --\u003e BridgeCampaign(Bridge campaign):::campaign\n\n    GlobalCampaign --\u003e Triage\n    BridgeCampaign --\u003e Triage\n\n    Triage--\u003ePrecise\n    Precise --\u003e | No | Reproducible\n    Precise --\u003e | Yes | NeedInfo\n    NeedInfo --\u003e Reproducible\n    Reproducible --\u003e AlreadyExists\n\n    AlreadyExists --\u003e | No | NotRight\n    AlreadyExists --\u003e | Yes | Duplicate\n    NotRight --\u003e | No | Invalid\n    NotRight --\u003e | Yes | InBugBountyScope\n    InBugBountyScope --\u003e | No | OutOfScope\n    InBugBountyScope --\u003e | Yes | BugBounty\n    \n    BugBounty --\u003e WaitingPR\n    WaitingPR --\u003e Resolved\n```\n\n### Archethic ecosystem\n\nSome labels prefixed by \"p:\" could be affected to an issue to precise the area of the issue\n\nExample:\u003c/br\u003e\n![Label](assets/label_node.png?v=202207121)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchethic-foundation%2Fbug-bounty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchethic-foundation%2Fbug-bounty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchethic-foundation%2Fbug-bounty/lists"}