
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@moneyforward/code-review-action-misspell-plugin
Advanced tools
Analyze code statically using misspell in Github actions
Analyze code statically by using misspell in Github actions
files
Specify patterns by @actions/glob
(Multiple patterns can be specified by separating them with line feed)
locale
Correct spellings using locale perferances for US or UK. Default is to use a neutral variety of English. Setting locale to US will correct the British spelling of 'colour' to 'color'
ignore
ignore the following corrections, comma separated
working_directory
Changes the current working directory of the Node.js process
name: Analyze code statically
"on": pull_request
jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Analyze code statically using misspell
uses: moneyforward/misspell-action@v0
Bug reports and pull requests are welcome on GitHub at https://github.com/moneyforward/misspell-action
The gem is available as open source under the terms of the MIT License.
FAQs
Analyze code statically using misspell in Github actions
We found that @moneyforward/code-review-action-misspell-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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 uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.