Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

circleci-audit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

circleci-audit

A CLI tool using that CircleCI API to audit potentially exposed secrets

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

circleci-audit

This is a simple tool that helps audit CircleCI context environment variables need to be rotated in response to the January 4, 2023 security incident.

Secrets that need rotation are highlighted for easy identification.

example output of circleci-audit contexts command

oclif Version Downloads/week License

Usage

$ npm install -g circleci-audit
$ circleci-audit COMMAND
running command...
$ circleci-audit (--version)
circleci-audit/1.2.1 linux-x64 node-v18.12.1
$ circleci-audit --help [COMMAND]
USAGE
  $ circleci-audit COMMAND
...

Commands

circleci-audit contexts

Audit CircleCI contexts for exposed secrets

USAGE
  $ circleci-audit contexts -o <value> -t <value> [-o csv|table|json]

FLAGS
  -o, --orgId=<value>                  (required) Your organization's ID. Find it on app.circleci.com, click
                                       'Organization Settings'. It's a UUID.
  -o, --outputFormat=(csv|table|json)  [default: table]
  -t, --token=<value>                  (required) A CircleCI API token. Generate one here:
                                       https://app.circleci.com/settings/user/tokens.

DESCRIPTION
  Audit CircleCI contexts for exposed secrets

EXAMPLES
  $ circleci-audit contexts --token $CIRCLECI_TOKEN --orgId YOUR-ORG-UUID

See code: dist/commands/contexts/index.ts

circleci-audit help [COMMAND]

Display help for circleci-audit.

USAGE
  $ circleci-audit help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for circleci-audit.

See code: @oclif/plugin-help

Keywords

FAQs

Package last updated on 07 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc