TachyonicTachyonic

Cloud Scans

Submit scans to the Tachyonic platform for team visibility and tracking

Overview

Cloud scans run on Tachyonic's infrastructure and store results on the platform. Your team can view findings, track trends, and export reports from the dashboard.

Login

tachyonic login

Opens a browser for device authorization. Once approved, credentials are stored locally.

Check Status

tachyonic login --status

Shows platform authentication status and provider credentials.

API Key Login

For CI/CD or headless environments:

tachyonic login --platform-api-key tach_live_...

Submit a Cloud Scan

tachyonic scan \
  --target https://your-api.com/v1/chat/completions \
  --provider anthropic \
  --cloud

The scan runs on Tachyonic's infrastructure. Results stream to the dashboard in real-time via SSE.

With Options

tachyonic scan \
  --target https://your-api.com/v1/chat/completions \
  --provider anthropic \
  --categories tool-abuse,permission-escalation \
  --max-attacks 48 \
  --cloud

Upload Local Results

Already ran a scan locally? Upload the results:

tachyonic upload --file scan-results.json

View Results

Open platform.tachyonicai.com to view:

  • Scan history with status and scores
  • Individual findings with severity, evidence, and reproduction steps
  • Resistance score trends per target

Logout

tachyonic logout --platform

On this page