
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.
@clearvision-software/lighthouse-models
Advanced tools
Shared models and TypeScript types library for Lighthouse applications. This package provides a centralized location for all shared data models, interfaces, and types used across the Lighthouse ecosystem.
This package serves as the single source of truth for data models across Lighthouse applications, ensuring:
npm install @clearvision-software/lighthouse-models
import { YourModel } from '@clearvision-software/lighthouse-models';
// Use the shared models in your code
const model: YourModel = {
// ... model properties
};
This repository uses Conventional Commits for commit messages and automated versioning through Release Please.
When making changes, please follow these commit message conventions:
feat: - New features (minor version bump)
feat: add user preferences model
fix: - Bug fixes (patch version bump)
fix: correct type definition in auth model
feat!: or fix!: or including BREAKING CHANGE: - Breaking changes (major version bump)
feat!: rename authentication interfaces
BREAKING CHANGE: AuthModel has been renamed to AuthenticationModel
chore: - Maintenance tasks (no version bump)
chore: update documentation
For more details on the release process, see Release Please documentation.
If you need to manually specify a version:
git commit --allow-empty -m "chore: release 2.0.0" -m "Release-As: 2.0.0"
Releases are automated through GitHub Actions:
FAQs
Shared models and types for Lighthouse applications
The npm package @clearvision-software/lighthouse-models receives a total of 1 weekly downloads. As such, @clearvision-software/lighthouse-models popularity was classified as not popular.
We found that @clearvision-software/lighthouse-models demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
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.