Not connected — mallcop can't see your findings yet.
A new version of mallcop chat is available.
🛡️
Sign in to mallcop
Continue with GitHub to sign in and connect your repository in one step — mallcop reads your findings and investigates live, grounded in your real code.
mallcop scans a repository you control and writes findings back to it. Connect that repo
and I can triage it with you — grounded in your real scan, never made up. Three steps:
Install the mallcop CLI
curl -fsSL https://mallcop.app/install.sh | sh
No prebuilt binary? go install github.com/mallcop-app/mallcop/cmd/mallcop@latest also works.
Create your monitoring repo — it scans hourly and publishes findings to GitHub
export MALLCOP_GITHUB_TOKEN=$(gh auth token)
mallcop init --create-repo YOUR_ORG/mallcop --pro
This scaffolds a repo whose workflow runs mallcop scan on a schedule and pushes results to the mallcop-findings branch. Add your MALLCOP_API_KEY (from the dashboard) as a repo secret so scans can run.
Just trying it locally? mallcop init && mallcop scan scans without GitHub — but connect the repo below to see findings here.
Connect that repo here
Enter YOUR_ORG/mallcop — I read findings.json from the mallcop-findings branch (add a GitHub token for private repos). Then ask me "what's critical?"