
Research
/Security News
Intercomβs npm Package Compromised in Ongoing Mini Shai-Hulud Worm Attack
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.
@ama-openapi/create
Advanced tools
[!WARNING] Experimental: This package is available in early access, the final version will be released in v15.
@ama-openapi/create is a template generator package that provides scaffolding and templates for creating OpenAPI-based projects. It helps developers quickly set up new OpenAPI projects with best practices and a standardized structure.
npm create @ama-openapi -- [options]
The following global options can be used with any command:
| Options | Description |
|---|---|
--version, -v | Display the current version of the generator. |
--help, -h | Display usage for the CLI commands. |
Create a new OpenAPI basic project via the following command :
npm create @ama-openapi <project-name> -- [options]
The following options are available:
| Options | Default Value | Description |
|---|---|---|
--target, -t | . | Target directory where files will be generated. |
The command will generate a directory with the following structure:
my-openapi-project/
βββ .vscode/
β βββ extensions.json
β βββ settings.json
βββ apis/
β βββ example.v1.yaml
βββ models/
β βββ exampleModel.v1.yaml
βββ responses/
β βββ exampleResponse.v1.yaml
βββ .gitignore
βββ openapi.manifest.yaml
βββ package.json
βββ redocly.yaml
βββ README.md
βββ renovate.json
[!NOTE] The package includes several template files that are customized during project generation:
- API specifications: Example OpenAPI YAML files
- Configuration files: Project-specific configurations
- Development environment: VS Code settings and extensions
- Package management: Pre-configured
package.jsonfile with common scripts- Renovate Configuration: Extends the [@ama-openapi/core preset] package (https://github.com/AmadeusITGroup/otter/tree/main/packages/@ama-openapi/core/renovate/default.json)
This generator sets up the repository to work with:
FAQs
Create a new OpenApi Specification project
The npm package @ama-openapi/create receives a total of 1,265 weekly downloads. As such, @ama-openapi/create popularity was classified as popular.
We found that @ama-openapi/create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 5 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
Compromised intercom-client@7.0.4 npm package is tied to the ongoing Mini Shai-Hulud worm attack targeting developer and CI/CD secrets.

Research
Socket detected a malicious supply chain attack on PyPI package lightning versions 2.6.2 and 2.6.3, which execute credential-stealing malware on import.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.