
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@gensx/cursor-rules
Advanced tools
This package provides cursor rules for GenSX projects.
You can install the cursor rules directly from npm without adding the package as a dependency:
# Run directly with npx to install the rules
npx @gensx/cursor-rules
Alternatively, you can install it as a dependency:
npm install --save-dev @gensx/cursor-rules
# or
pnpm add -D @gensx/cursor-rules
Then run the CLI:
npx gensx-cursor-rules
Cursor rules provide documentation and code snippets for GenSX components, which can be surfaced by IDEs and development tools that integrate with Cursor.
These rules help with:
This package includes rules for:
gensx.mdc
- Core GenSX concepts and syntaxgensx-openai.mdc
- OpenAI integrationgensx-anthropic.mdc
- Anthropic integrationgensx-ai-sdk.mdc
- Vercel AI SDK integrationYou can add your own custom rules by creating additional .mdc
files in your project's .cursor
directory. Your custom rules will be preserved when updating this package.
Apache-2.0
FAQs
Cursor rules for GenSX projects.
We found that @gensx/cursor-rules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.