notification-abuse

Detect and triage notification abuse across email and SMS endpoints.

83|8|Updated May 6, 2026
One-click install
npx skills add https://github.com/Q16G/aster --skill notification-abuse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notification-abuse
Source: https://github.com/Q16G/aster/tree/main/skills/pentest/notification-abuse
Command: npx skills add https://github.com/Q16G/aster --skill notification-abuse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies and triages abuse attempts targeting notification channels (email, SMS, OTP) by routing to focused sub-skills and enforcing safe testing boundaries, reducing risk and speeding remediation.

Core Features & Use Cases

  • On-demand routing: routes user intent to the appropriate sub-skills via dynamic loading to avoid context bloat.
  • Safe testing boundaries: enforces preconditions and authorization checks to ensure tests are conducted in controlled environments.
  • Evidence-driven verdicts: aggregates inputs, outcomes, and timing signals to produce traceable results for remediation.
  • Extensible workflow: coordinates multiple dimensions (target, scene, action) and can couple additional sub-skills as needed.

Quick Start

Ask to start a notification abuse assessment and it will load the appropriate sub-skills on demand.

Frequently Asked Questions about notification-abuse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect and triage notification abuse across email and SMS endpoints?

To detect notification abuse across email and SMS endpoints, this skill identifies and triages abuse attempts by routing to focused sub-skills for single-target bursts, cooldown windows, and rate limits. It enforces safe testing boundaries and produces structured evidence logs for remediation.

What is notification abuse testing and when do I need to run it?

Notification abuse testing identifies and triages malicious bursts targeting email, SMS, or OTP channels. You need to run it when targets expose notification endpoints, applying multi-dimensional rate limits and human-verification checks to prevent abuse and guide remediation.

How do I test rate limits and cooldown windows for OTP endpoints?

To test rate limits and cooldown windows for OTP endpoints, the skill loads on-demand sub-skills to detect single-target bursts and multi-dimensional rate limits. It aggregates timing signals and outcomes to produce traceable evidence for remediation.

Can I run notification abuse detection in unauthorized or production environments?

You cannot run notification abuse detection in unauthorized environments because the skill restricts actions to authorized environments only. It enforces safe testing boundaries and preconditions to ensure tests are conducted in controlled settings.

What is the best way to prevent context bloat when scanning multiple notification channels?

To prevent context bloat when scanning multiple notification channels, the skill uses on-demand routing to load only the necessary sub-skills based on target, scene, and action dimensions. This focused approach avoids loading irrelevant processing modules.