integration
Integrations
#github
#repo
#import

GitHub Integration — Import a repo by URL

Decoder accepts any public GitHub URL: it pulls the tree and runs the same analysis pipeline as a ZIP upload.

What it is

A way to analyse code that lives on GitHub without downloading it yourself.

Why it's useful

One paste and you're scanning.

How Decoder implements it

Enter the URL on the homepage, Decoder fetches and analyses.

When to use it

Auditing OSS, reviewing a PR you didn't write, exploring a new project.

When NOT to use it

Private repos — use ZIP upload for those today.

Practical example

Paste github.com/owner/repo, hit Analyse, get findings in under a minute.

FAQ

Glossary

Tarball
Compressed archive used to fetch a repo snapshot.

Related