
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
actdiag
generate activity-diagram image file from spec-text file.
.. image:: https://drone.io/bitbucket.org/blockdiag/actdiag/status.png :target: https://drone.io/bitbucket.org/blockdiag/actdiag :alt: drone.io CI build status
.. image:: https://pypip.in/v/actdiag/badge.png :target: https://pypi.python.org/pypi/actdiag/ :alt: Latest PyPI version
.. image:: https://pypip.in/d/actdiag/badge.png :target: https://pypi.python.org/pypi/actdiag/ :alt: Number of PyPI downloads
You can get some examples and generated images on
blockdiag.com <http://blockdiag.com/actdiag/build/html/index.html>
_ .
Use easy_install or pip::
$ sudo easy_install actdiag
Or
$ sudo pip actdiag
Few examples are available.
You can get more examples at
blockdiag.com
_ .
simple.diag is simply define nodes and transitions by dot-like text format::
diagram {
A -> B -> C;
lane you {
A; B;
}
lane me {
C;
}
}
Execute actdiag command::
$ actdiag simple.diag $ ls simple.png simple.png
Apache License 2.0
FAQs
actdiag generates activity-diagram image from text
We found that actdiag demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.