https://github.com/4trodev/netguardjs
https://github.com/4trodev/netguardjs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4trodev/netguardjs
- Owner: 4troDev
- License: other
- Created: 2025-08-19T02:07:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-11T23:20:02.000Z (6 months ago)
- Last Synced: 2025-12-13T04:56:35.088Z (6 months ago)
- Language: JavaScript
- Size: 164 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🛡️ NetGuardJS
**NetGuard** is an open-source project dedicated to protecting apps, bots, and communities from **phishing, scams, and malicious links**.
Our goal is to make security simple, accessible, and effective for developers everywhere.
---
## ✨ Features
- 🚫 **Block known scam & phishing domains**
- 🔄 **Auto-updating blocklist** (optional)
- ⚡ **Lightweight & fast** for bots, apps, and web projects
- 🛠️ **Easy integration** with JavaScript, Discord bots, and web apps
- 📖 **Fully open-source** under a dual license (MIT or GPLv3)
---
## 📦 Installation
Coming soon – package will be available on **npm**:
```bash
npm install netguardjs
````
---
## 🚀 Usage Example
```js
import { isMalicious } from "NetGuardJS";
const url = "http://example-scam.com";
if (isMalicious(url)) {
console.log("⚠️ Blocked: Malicious link detected!");
} else {
console.log("✅ Safe link");
}
```
---
## 📚 Projects
* **NetGuardJS** – Core phishing & scam link detection library
* *(more coming soon!)*
---
## 🤝 Contributing
We welcome contributions of all kinds — bug reports, code improvements, or new scam domain submissions.
See our [Contributing Guide](CONTRIBUTING.md) for details.
---
## 📜 License
This project is dual-licensed under:
* [MIT License](LICENSE.md#mit-license)
* [GNU GPL v3](LICENSE.md#gnu-general-public-license-v30)
You may choose which license best fits your needs.
---
## 🌐 Community
* GitHub Issues – Report bugs or request features
* Discussions – Coming soon
* Website – Coming soon
* Discord – Coming soon
---
🔒 **NetGuard: Open-source security for everyone.**