mallcop/ chat
🍩donuts
Buy
Not connected — mallcop can't see your findings yet.
Let's connect mallcop to your 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:
  1. 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.
  2. 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.
  3. 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?"
Just exploring?  ·  Full install guide