
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
@topsort/events.js
Advanced tools
Topsort's JS analytics event library
Use this to send clicks and impressions to the Topsort API.
With npm
npm install @topsort/events.js --save
<script>
window.TS = {
token: "<YOUR-TOPSORT.JS-TOKEN>",
url: "YOUR PRODUCTION OR STAGING TOPSORT URL",
};
</script>
<script src="node_modules/topsort-events/dist/topsort.js"></script>
<div class="product" data-ts-product="<productId>" data-ts-auction="<auctionId>">...</div>
Additionally, in case not all the container is clickable (i.e., does not produce an action or does not take you to the product page) or parts of it lead you to a non-related product page, make sure to use the data-ts-clickable attribute to indicate what portions of the product should count as a conversion.
<div class="product" ...>
<div data-ts-clickable>
<img src="https://cdn.marketplace.com/product.png" />
<span>Product Title</span>
</div>
<span>Help</span>
</div>
Execute npm run test:e2e, at the end it will show you the url you need to visit to test the library.
Ideally you would check the library both in desktop and mobile browsers. For that you need to be connected to the same network.
FAQs
JS library to automatically report events to Topsort's Analytics
The npm package @topsort/events.js receives a total of 0 weekly downloads. As such, @topsort/events.js popularity was classified as not popular.
We found that @topsort/events.js demonstrated a not healthy version release cadence and project activity because the last version was released 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
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.