
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
pysnc
Advanced tools
What: PySnc is a python interface for the ServiceNow and the Table API. It is designed to mimic the familiar GlideRecord interface you know with pythonic support where applicable.
Why: Spawned from the desire to interact with ServiceNow data in a familiar and consistent manner
pip install pysnc
If you also want to install the asyncio support, you can run:
pip install pysnc[asyncio]
from pysnc import ServiceNowClient
client = ServiceNowClient('https://dev0000.service-now.com', ('integration.user', password))
gr = client.GlideRecord('sys_user')
gr.add_query('user_name', 'admin')
gr.query()
for r in gr:
print(r.sys_id)
Full documentation currently available at https://servicenow.github.io/PySNC/
Or build them yourself:
cd docs && make html
The following functions are not (yet?) supported:
choose_window(first_row, last_row, force_count=True) TODOget_class_display_value()get_record_class_name()is_valid() TODOis_valid_record()new_record()_next()_query()The following will not be implemented:
get_attribute(field_name) Not Applicableget_ED() Not Applicableget_label() Not Applicableget_last_error_message() Not Applicableset_workflow(enable) Not Possibleoperation() Not Applicableset_abort_action() Not Applicableis_valid_field() Not Possibleis_action_aborted() Not Applicable/api/now/stats/{tableName})And we want to:
FAQs
Python SNC (REST) API
We found that pysnc 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.