{"id":17930385,"url":"https://github.com/wbnns/meng","last_synced_at":"2025-10-27T08:04:17.823Z","repository":{"id":236187223,"uuid":"791769783","full_name":"wbnns/meng","owner":"wbnns","description":"Analyzes the security and potential risks of Ethereum tokens using the GoPlus Token Security API and Rug Pull Detection API","archived":false,"fork":false,"pushed_at":"2024-04-28T21:33:31.000Z","size":80,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T19:57:41.639Z","etag":null,"topics":["analysis","base","cryptocurrency","due-diligence","ethereum","evm","goplus","op-stack","risk","security","token","tokenomics"],"latest_commit_sha":null,"homepage":"","language":"Python","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/wbnns.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-04-25T10:35:23.000Z","updated_at":"2025-02-08T19:37:57.000Z","dependencies_parsed_at":"2024-04-28T22:44:56.071Z","dependency_job_id":null,"html_url":"https://github.com/wbnns/meng","commit_stats":null,"previous_names":["wbnns/meng"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Fmeng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Fmeng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Fmeng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbnns%2Fmeng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wbnns","download_url":"https://codeload.github.com/wbnns/meng/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981167,"owners_count":20863828,"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","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":["analysis","base","cryptocurrency","due-diligence","ethereum","evm","goplus","op-stack","risk","security","token","tokenomics"],"created_at":"2024-10-28T21:13:07.384Z","updated_at":"2025-10-27T08:04:17.771Z","avatar_url":"https://github.com/wbnns.png","language":"Python","readme":"# Meng\n\n![Alt](https://repobeats.axiom.co/api/embed/42b94a1c432bc7812ecee4afdefcc26c5a51f6df.svg \"Repobeats analytics image\")\n\n## Overview\n\nMeng is a Python application that analyzes the security and potential risks of Ethereum tokens using the GoPlus Token Security API and Rug Pull Detection API. It generates a detailed report in Markdown format and stores the analysis data in an SQLite database. The results should not be considered financial/investment advice and are for informational purposes only. Users should perform their own due diligence and [DYOR](https://hackmd.io/@wbnns/dyor-do-your-own-research).\n\n## Features\n\n- Retrieves token security and rug pull risk data from the GoPlus API\n- Generates a comprehensive Markdown report with the analysis results\n- Saves the report to a file named after the token symbol and current date\n- Stores the JSON data returned by each API, along with the contract address and the current date, in an SQLite database\n\n## Prerequisites\n\n- Python 3.x\n- `goplus` library\n\n## Installation\n\n1. Clone the repository:\n   `git clone https://github.com/your-username/meng.git`\n\n2. Install the required dependencies:\n   `pip install goplus`\n\n## Usage\n\n1. Run the script:\n   `python main.py`\n\n2. Enter the token contract address when prompted.\n\n3. The script will analyze the token and generate a report. The report will be displayed in the console and saved as a Markdown file in the `reports` folder with the filename format `\u003ctoken_symbol\u003e_\u003ccurrent_date\u003e.md`.\n\n4. The JSON data returned by each API, along with the contract address and the current date, will be stored in an SQLite database named `token_data.db`.\n\n## Report Format\n\nThe generated report includes the following sections:\n\n- Token Analysis Report\n- Date\n- Report date\n- Token Security Analysis\n- Raw JSON data from the token security API\n- Token Security Analysis Breakdown\n- Open Source\n- Proxy Contract\n- Mint Function\n- Owner Address\n- Can Take Back Ownership\n- Owner Can Change Balance\n- Hidden Owner\n- Selfdestruct\n- External Call\n- In DEX\n- Buy Tax\n- Sell Tax\n- Can't Buy\n- Can't Sell All\n- Slippage Modifiable\n- Honeypot\n- Transfer Pausable\n- Blacklist\n- Whitelist\n- Anti Whale\n- Anti Whale Modifiable\n- Trading Cooldown\n- Personal Slippage Modifiable\n- Token Name\n- Token Symbol\n- Holder Count\n- Total Supply\n- Creator Address\n- Creator Balance\n- Creator Percent\n- LP Holder Count\n- LP Total Supply\n- Is True Token\n- Is Airdrop Scam\n- Is In Trust List\n- Other Potential Risks\n- Note\n- Fake Token\n- Rug Pull Security Analysis\n- Raw JSON data from the rug pull security API\n- Rug Pull Security Analysis Breakdown\n- Owner Name\n- Owner Address\n- Owner Type\n- Privilege Withdraw\n- Cannot Withdraw\n- Contract Verified\n- Blacklist Function\n- Contract Name\n- Self-Destruct\n- Potential Approval Abuse\n- Proxy Contract\n\n## Database Schema\n\nThe SQLite database `token_data.db` contains a table named `token_data` with the following schema:\n\n- `id` (INTEGER): Primary key\n- `contract_address` (TEXT): The token contract address\n- `token_security_data` (TEXT): The JSON data returned by the token security API\n- `rug_pull_data` (TEXT): The JSON data returned by the rug pull security API\n- `date` (TEXT): The date when the analysis was performed\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbnns%2Fmeng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwbnns%2Fmeng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbnns%2Fmeng/lists"}