Skip to content
Go To Dashboard

GitHub Export

Export any GitHub repository as a sanitized archive: strip paths you don’t want, scan for secrets and PII, optionally redact findings, and get a short-lived download URL. This capability is free.

GitHub Export is an asynchronous tool pair on Sapiom Cloud MCP:

  1. sapiom_github_export — enqueue an export for a repo and ref, with strip_patterns, a scan_level (off / standard / deep), and whether to auto-remediate or block on findings.
  2. sapiom_github_export_status — poll until the job reaches a terminal state (complete, failed, or blocked); on success it returns a short-lived download URL.

Both tools return plain text. Run tool_discover to find them and get a call example.