
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@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
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
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.