https://github.com/metaory/junk-activity-scanner
An automated tool that scans and reports bot-generated junk repositories to combat inauthentic activity
https://github.com/metaory/junk-activity-scanner
Last synced: 2 months ago
JSON representation
An automated tool that scans and reports bot-generated junk repositories to combat inauthentic activity
- Host: GitHub
- URL: https://github.com/metaory/junk-activity-scanner
- Owner: metaory
- License: mit
- Created: 2024-09-27T11:51:24.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-20T20:20:13.000Z (4 months ago)
- Last Synced: 2025-03-26T06:43:47.319Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🚧 junk activity scanner
![]()
An automated tool that scans and reports bot-generated junk repositories to combat inauthentic activity.
---
PROCESS
-------### SCAN
The system continuously monitors new and updated repositories for signs of automated junk or bot-generated activity.### EVALUATE
For each repository, it runs a series of tests, calculates individual scores, and produces a final confidence score.
> [!Important]
> Checkout the evaluators docs
>
> [evaluators](/evals)REPORT
------Repositories with scores exceeding the junk threshold are logged in structured reports for further review.
The project targets repositories exhibiting patterns meant to exploit systems like the TEA scheme.
---
WORKFLOW
--------```
â•───────╮
TRIGGER
â•───┴──╮
SCAN
â•─────────┴─────────╮
EVAL
â•─┴─╮â•─┴─╮â•─┴─╮â•─┴─╮
js py rb sh
â•─────┴─────╮
AGGREGATE
â•────┴────╮
REPORT
```---
License
-------
[MIT](LICENSE)