
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
@map-colonies/infra-copilot-instructions
Advanced tools
A package that provides instructions for github copilot for the infra team
This package provides a convenient way to share custom instructions for GitHub Copilot in VS Code. for more information, see the GitHub Copilot documentation;
To install the package, run the following command:
npm install --save-dev @map-colonies/infra-copilot-instructions
The package contains the following instructions:
when imported, the instructions can be accessed by their file name using the following path:
node_modules/@map-colonies/infra-copilot-instructions/instructions/<instruction_name>.md
Add the wanted instructions to VsCode settings.json file, under the related key specified in the GitHub Copilot documentation.
For example, if we wanted to add commit message generation instructions, we would add the following to the settings.json file:
{
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"file": "node_modules/@map-colonies/infra-copilot-instructions/instructions/commit.md"
}
]
}
FAQs
A package that provides instructions for github copilot for the infra team
We found that @map-colonies/infra-copilot-instructions demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.