## ElizaOS Community Activity - April 15, 2026

## Security and Moderation

- A fake airdrop post using an everyone tag was identified as a scam by community members and confirmed by core team member Odilitime
- Moderator Stan removed scam posts upon detection
- A user was warned about a scammer and advised to block them
- Dr. Neuro shared warning videos in response to scam-related activity
- User NovaOS was banned from the coders channel after Aaden H reported them for sending fake links, with Dr. Neuro confirming the ban

## Development Updates

- Odilitime shared PR 6733 for the ElizaOS repository titled "feat: pipeline hooks"
  - Introduces a pipeline hook subsystem in the elizaos/core package
  - Includes registerPipelineHook and applyPipelineHooks with typed support
  - Applicable to the DPE prompt optimizer, plugin-typography, and additional use cases
  - All checks passed with no conflicts at time of posting

## Plugin Ecosystem Updates

- PR 48 opened for the Discord plugin introducing safer default configurations, DM allowlist gating, and generation timeout fallbacks
- PR 27 opened for the Telegram plugin implementing a fix to prevent duplicate pollers per bot token
- PR 341 opened against the plugin registry to add the third-party package at-thecolony/elizaos-plugin

## Community Contributions

- Community member oceanrun published the npm package @oceanrun/trustgate
  - Implements ERC-8004 trust scoring for x402 agents as Express middleware
  - Enables trust gating on any Express endpoint with a single import and one line of code
  - Documentation available on npmjs.com