Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
The Alexa Skills Kit Command Line Interface (ASK CLI) is a tool for you to manage your Alexa skills and related AWS Lambda functions. With the ASK CLI, you can now quickly and easily create new skills and update your existing skills from the command line and local development environment.
The ASK CLI is currently in beta. Until the end of the beta, we may introduce some changes in the functionality based on the customer feedback we receive.
Use npm to install ASK CLI. Run the npm global install command into the ask-cli folder:
$ npm install -g ask-cli
If you are using Linux, the installation may require sudo
:
$ sudo npm install -g ask-cli
The first time you use ASK CLI, you must call the init
command to initialize the tool with your Amazon developer account.
$ ask init
You will be prompted to select your profile and to log in to your developer account. Once the initialization is complete, you can use ASK CLI to manage your skills.
The ask new
command allows you to quickly create a new Alexa skill.
$ ask new --skill-name 'my-skill'
$ cd my-skill
$ ask deploy
This will create a fully working "Hello World" skill that can be enabled and invoked immediately. If you make any subsequent changes, just use ask deploy
again to deploy all of your changes.
The ask clone
command allows you to set up a local project from your existing skill.
$ ask clone --skill-id 'amzn1.ask.skill.UUID'
$ cd my-existing-skill-name
# make some changes here
$ ask deploy
ask deploy
will deploy all of your changes to skill manifest, interaction models, and AWS Lambda function(s).
To see all of the commands available in ASK CLI, refer to the ASK CLI Reference.
v1.1.6
v1.1.4
v1.1.2
v1.1.0 brings the ASK CLI out of beta, with a few notable changes.
FAQs
Alexa Skills Kit (ASK) Command Line Interfaces
The npm package ask-cli receives a total of 415 weekly downloads. As such, ask-cli popularity was classified as not popular.
We found that ask-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.