
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
taskbounty-check
Advanced tools
Pre-launch safety check for AI-built apps (Lovable, Bolt, Replit, Cursor, v0). Scans your GitHub Actions + CI hygiene locally. Source code and workflow contents never leave your machine.
Pre-launch safety check for AI-built apps. Built it with Lovable, Bolt, Replit, Cursor, or v0? This scans your GitHub Actions + CI hygiene locally before you ship. Your source code and workflow contents never leave your machine. Network is off by default.
Scope, honestly: this checks GitHub Actions workflow + update-automation hygiene. It does not check exposed secrets, auth, payments, webhooks, or runtime behavior — those need a manual review. It is a maintenance check, not a full security audit.
Publishing: the
npx taskbounty-checkcommands below work once the package is published to npm. Until then, run it from a checkout (node packages/security-check-cli/src/index.js .) or a packed tarball (npm pack). Automatic upload (--share→ API) stays disabled until the external security review and network-traffic inspection are complete —--shareonly produces a summary for you to paste into TaskBounty.
# scan the current repo (no network, writes a local report)
npx taskbounty-check@latest .
# reproducible, pinned invocation (recommended)
npx taskbounty-check@<exact-version> .
| Mode | Command | Network |
|---|---|---|
| Single repo | npx taskbounty-check . | none |
| Directory of repos | npx taskbounty-check ./all-repos | none |
| Explicit paths | npx taskbounty-check --manifest repos.json | none |
GitHub org (your gh session) | npx taskbounty-check --gh-org <org> | yes, opt-in |
--gh-org uses your existing gh CLI session to fetch each repo's workflow files to this
machine (read-only). Your GitHub token is never read by this tool and never sent to TaskBounty.
Run --explain-data to print this at any time.
<repo>/.github/workflows/*.yml|*.yaml and
update-automation config (dependabot.yml/renovate.json*). Never source files, .env,
secrets, SSH keys, credential stores, or anything outside the selected repository roots.
Symlinks that escape a root are skipped, never followed.<out>.json (full detail) and <out>.html.--share produces a sanitized summary (scan id, label, candidate
counts by category, private-review count, scanner version, timestamps; repo names only with
--include-repo-names) that you copy and paste into TaskBounty yourself. Automatic upload is
disabled until the CLI external security review is complete.--share · --gh-org <org> · --manifest <file> · --org-label <label> ·
--include-repo-names · --dry-run · --explain-data · --delete-local-report ·
--no-network (default unless --share/--gh-org) · --out <basename> · --version · --help
After a scan, share only the sanitized summary and get help turning findings into reviewed fixes: https://www.task-bounty.com/ai-app-security-check
Zero runtime dependencies. Published with npm provenance; verify checksums. See the threat model
(design-docs/security-cli-threat-model.md) and external-review packet
(design-docs/security-expansion/external-review-packet.md) in the project repository.
FAQs
Pre-launch safety check for AI-built apps (Lovable, Bolt, Replit, Cursor, v0). Scans your GitHub Actions + CI hygiene locally. Source code and workflow contents never leave your machine.
The npm package taskbounty-check receives a total of 22 weekly downloads. As such, taskbounty-check popularity was classified as not popular.
We found that taskbounty-check demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.