JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 150
  • Score
    100M100P100Q71982F

TYTSPOT CLI for running security scans, reviewing findings, and working with reports from the terminal.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tytspot/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    TYTSPOT CLI

    TYTSPOT CLI helps developers run security scans, review findings, and work with reports directly from the terminal.

    Install with npm:

    npm install -g @tytspot/cli

    Then connect the CLI with an API key from the TYTSPOT dashboard:

    tytspot auth tyt_your_tytspot_key

    Quick start

    tytspot scan url https://example.com
    tytspot scan url https://example.com -deep
    tytspot scan repo https://github.com/j3p3rg/tytspot-cli
    tytspot scans list
    tytspot report basic scan_123

    Advanced recon

    TYTSPOT CLI keeps standard scanning as the default.

    If you want deeper validation, use -deep or --deep:

    tytspot scan url https://example.com -deep
    tytspot scan url https://example.com --deep
    tytspot scan repo https://github.com/j3p3rg/tytspot-cli -deep
    tytspot scan repo https://github.com/j3p3rg/tytspot-cli --deep
    tytspot scan repo -deep
    tytspot scan repo --deep

    That tells TYTSPOT to run:

    • mode: controlled-proof
    • scanProfile: advanced-recon

    Binary releases

    If you do not want npm, download binaries from:

    https://github.com/j3p3rg/tytspot-cli/releases/latest

    Production API

    The release binaries use the production TYTSPOT API by default:

    https://api.tytspot.com/v1