
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@parseable/backstage-plugin-logstream-backend
Advanced tools
Backend plugin for integrating with Parseable log streams
Backend plugin for integrating Backstage with Parseable log streams using the new backend system.
# From your Backstage root directory
yarn --cwd packages/backend add @parseable/backstage-plugin-logstream-backend
Add the plugin to your backend in packages/backend/src/index.ts:
import { createBackend } from '@backstage/backend-defaults';
const backend = createBackend();
// Add the Parseable logstream backend plugin
backend.add(import('@parseable/backstage-plugin-logstream-backend'));
backend.start();
GET /api/parseable-logstream/health - Health check endpointPOST /api/parseable-logstream/datasets - Get available datasets
{ "baseUrl": "https://demo.parseable.com" }Authorization: Bearer <backstage-token>POST /api/parseable-logstream/query - Query logs from a dataset
{ "baseUrl": "https://demo.parseable.com", "dataset": "string", "query": "string", "limit": 100 }Authorization: Bearer <backstage-token>POST /api/parseable-logstream/export/:dataset - Export logs as CSV
{ "baseUrl": "https://demo.parseable.com", "query": "optional-query" }Authorization: Bearer <backstage-token>The backend plugin automatically handles Parseable credentials:
admin:admin credentialsparseable.basicAuthCredential in your app-config.yaml# app-config.yaml
parseable:
basicAuthCredential: ${PARSEABLE_B64_CRED} # Base64 encoded username:password
To run the plugin locally:
yarn start
This will start a development backend with just the Parseable plugin loaded.
The plugin uses the standard Backstage configuration system. No additional configuration is required as authentication and Parseable instance URLs are provided via API headers.
FAQs
Backend plugin for integrating with Parseable log streams
The npm package @parseable/backstage-plugin-logstream-backend receives a total of 3 weekly downloads. As such, @parseable/backstage-plugin-logstream-backend popularity was classified as not popular.
We found that @parseable/backstage-plugin-logstream-backend demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.