Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@windmill-labs/openapi-codegen-cli
Advanced tools
A CLI for generating windmill-compatible scripts from OpenAPI specs.
A CLI for generating windmill-compatible scripts from OpenAPI specs.
bunx @windmill-labs/openapi-codegen-cli
--schemaUrl https://api.example.com/openapi.json
--outputDir ./out
--resourceTypeName ExampleResource
--baseUrl https://api.example.com # optional
--tokenName token # optional, default: token, only used if authKind is bearer or query
--headerName X-Custom-Auth # optional, default: none, only used if authKind if header
--usernameName username # optional, default: username, only used if authKind is basic
--passwordName password # optional, default: password, only used if authKind is basic
--authKind bearer # optional, default: bearer, possible values: bearer, basic, query, header
--extraResourceParams extraParam1,extraParam2 # optional, default: none, comma separated list of extra params to add to the resource type
--extraHeaders header1:extraParam1,header2:extraParam2 # optional, default: none, comma separated list of extra headers to pass in the format headerName:paramNameInResourceType (the params must be defined by the extraResourceParams)
--pretty # optional, default: false, prettify the generated code using prettier
FAQs
CLI for generating Windmill scripts from OpenAPI specs
The npm package @windmill-labs/openapi-codegen-cli receives a total of 96 weekly downloads. As such, @windmill-labs/openapi-codegen-cli popularity was classified as not popular.
We found that @windmill-labs/openapi-codegen-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.