An open API service indexing awesome lists of open source software.

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

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)