
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@github/axe-github
Advanced tools
Custom rules and configuration recommendations for the `axe-core` library for GitHub projects
Custom rules and configuration recommendations for the axe-core library for GitHub projects.
These are the custom rules contained in this package:
aria-attribute-is-validautofocus-in-dialogavoid-both-disabled-and-aria-disabledempty-summarymenuitem-should-be-interactivenested-formsredundant-aria-label-aria-labelledbysubmit-reset-button-must-be-in-formWe recommend running axe-core defaults.
import 'axe-core'
import customRules from '@github/axe-github'
axe.configure(customRules)
axe.run(...)
For the custom rules in this library, their associated check functions are not serializable to a Playwright page. To configure axe, you'll need to load and evaluate configure-browser.ts within the page context. Axe should be loaded on the page before configuring.
const configSrc = fs.readFileSync(
require.resolve('@github/axe-github/configure-browser'),
'utf8'
)
page.evaluate((configSrc) => {
window.eval(configSrc)
}, configSrc)
FAQs
Custom rules and configuration recommendations for the `axe-core` library for GitHub projects
The npm package @github/axe-github receives a total of 26,764 weekly downloads. As such, @github/axe-github popularity was classified as popular.
We found that @github/axe-github demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 16 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.