
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
alagitpull
Advanced tools
Sphinx_ sub-theme of Alabaster_, for use on git-pull projects.
See the theme live on https://www.git-pull.com, https://tmuxp.git-pull.com, etc.
Table CSS tweaks
<pre> and code-block css tweaks
Additional theming tweaks for admonitions_ like ..note.
New sidebar template with links to projects
Sidebar CSS tweaks
Theme variables """""""""""""""
To see a full list of options passible to HTML templates, see
theme.conf. Not all of these options are used in the theme itself,
but to let html_theme_options pass them through, if you want.
To configure, conf.py:
html_theme_options example:
.. code-block:: python
html_theme_options = { 'logo': 'img/logo.svg', 'github_user': 'git-pull', 'github_repo': 'alagitpull', 'github_type': 'star', 'github_banner': True, 'projects': {}, 'project_name': 'my project name', }
For an example of html_theme_options['projects'] see the
alagitpull/init.py file.
Example of using an optional variable such as
theme_show_meta_app_icons_tags:
.. code-block:: python
html_theme_options = { # ...usual stuff, as above, and 'project_description': 'description of project' }
.. code-block:: html
{%- if theme_show_meta_app_icon_tags == true %}
{% endif -%}Variables """""""""
alagitpull_external_hosts_new_window (boolean, default: False): check if link is external domain/IP. If so, open in new window.
.. code-block:: python
alagitpull_external_hosts_new_window = True
alagitpull_internal_hosts (list) - whitelist of domains to open
in same tab, without target="_blank". Only used if
alagitpull_external_hosts_new_window enabled.
Example:
.. code-block:: python
alagitpull_internal_hosts = [ 'libtmux.git-pull.com', '0.0.0.0', ]
html_theme_options of sphinx's conf.py:
.. _Sphinx: http://www.sphinx-doc.org/ .. _Alabaster: https://github.com/bitprophet/alabaster .. _admonitions: http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions
FAQs
Cleverly-named alabaster sub-theme for git-pull projects
We found that alagitpull 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.