
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
marmot-agents
Advanced tools
Marmot is an extension of _simpy <https://_simpy.readthedocs.io/en/latest/>
_
that makes it easier to build agent-based process models. Marmot allows a user
to model the actions of discrete agents acting within an environment.
:Version: 0.2.5
:Authors: Jake Nunemaker <https://www.linkedin.com/in/jake-nunemaker/>
_
:Documentation: Coming soon!
pip install marmot-agents
.. code-block:: python
from marmot import Environment, Agent
env = Environment() agent = Agent("Test Agent") env.register(agent)
agent.task("Run", 10) # The agent is scheduled to run for 10 units of time
env.run() print(env.now)
10
env.logs
[{"agent": "Test Agent", "action": "Run", "duration": 10, "time": 10}]
FAQs
Agent based processs modeling.
We found that marmot-agents demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.