Skip to content

Stop passing sensitive request bodies through argv #16

Description

@wnstfy

Priority: High

Problem: Private keys, SSH passwords, sudo-user passwords, and similar JSON bodies can appear in process args or logs.

Acceptance:

  • Sensitive bodies use stdin, temp files with safe permissions, or a Python requests helper.
  • SSL private key, SSH password, and sudo-user flows avoid command-line secret exposure.
  • Existing API payloads remain equivalent.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions