taskbounty_security_check
Scan a PUBLIC GitHub repo for GitHub Actions + CI security/maintenance hygiene before launch — ideal for apps built with Lovable, Bolt, Replit, Cursor, or v0 ("is my AI-built app safe to ship?"). Returns a safe summary: findings by category with counts, an unlisted report URL, and fix options. SCOPE, honestly: it checks GitHub Actions workflow + update-automation hygiene only — it does NOT check exposed secrets, auth, payments, webhooks, or runtime behavior, which need a manual review. No API key required. For PRIVATE repos, tell the user to run npx taskbounty-check . locally so their source never leaves their machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Public GitHub repo as a URL (https://github.com/owner/name) or owner/name. |