
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
generator-hapi-plugin
Advanced tools
This generator creates a new hapi plugin with all the boilerplate you need to get started.
Install the generator by running: npm install -g generator-hapi-plugin
Make a new directory, and cd into it. Run the following command and follow the prompts.
yo hapi-plugin
Note that this template will generate files in the current directory, so be sure to first change to a new directory if you don't want to overwrite existing files.
Run the following command from the root of the project:
gulp develop
The develop task starts a development hapi server which requires your plugin. The server gets restarted on changes made in your project folder.
gulp bump
The bump task increments the plugin version in the package.json file on a patch base. You can use the type parameter to specify the type of release:
gulp bump --type (major|minor|patch|prerelease)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.
Should you have any problems or wishes for improvements, feel free to open up an issue.
##Credits This generator is based on the generator-node-gulp.
Copyright (c) 2014 Kentaro Wakayama. Licensed under the MIT License.
FAQs
A hapi.js plugin generator for Yeoman
We found that generator-hapi-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.