stored-value-auditor

Analyze stored-value APIs for enumeration, balance manipulation, and batch activation vulnerabilities.

Updated May 8, 2026
One-click install
npx skills add https://github.com/reececoakes99/openclaw-brain-v2 --skill stored-value-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stored-value-auditor
Source: https://github.com/reececoakes99/openclaw-brain-v2/tree/main/skills/stored-value-auditor
Command: npx skills add https://github.com/reececoakes99/openclaw-brain-v2 --skill stored-value-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps security testers and developers identify weaknesses in stored-value systems like gift cards and digital wallets, preventing financial fraud.

Core Features & Use Cases

  • Enumeration: Generate and validate gift card numbers based on common formats to find active and funded cards.
  • Balance Manipulation: Test for race conditions and logical flaws in balance redemption and transfer endpoints.
  • Bulk Activation Exploits: Detect batch activation vulnerabilities that allow bulk fraud before cards are sold.
  • Use Case: A security analyst wants to discover active gift cards with remaining balances for a client to assess fraud risk.

Quick Start

Run scripts to enumerate gift card formats, check their balances, and identify active cards.

Frequently Asked Questions about stored-value-auditor

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

FAQPage Schema
How do I test gift card APIs for enumeration vulnerabilities?

Test gift card APIs for enumeration vulnerabilities by generating and validating potential card numbers based on common formats to discover active and funded cards. This process evaluates system security by verifying specific endpoints and identifying active cards.

What is stored-value system balance manipulation and how does race condition testing work?

Stored-value system balance manipulation exploits logical flaws in redemption and transfer endpoints. Race condition testing works by concurrently hitting these endpoints to verify if simultaneous requests improperly alter gift card balances or bypass transaction limits.

How do I detect batch activation exploits in loyalty program systems?

Detect batch activation exploits in loyalty program systems by testing bulk activation endpoints for vulnerabilities that allow fraud before cards are sold. This identifies logical flaws allowing unauthorized bulk activation or funding of stored-value accounts.

Can I use Python scripts to assess digital wallet and loyalty system security?

You can use Python scripts to assess digital wallet and loyalty system security. The scripts enumerate gift card formats, check balances, verify endpoints, and test for race conditions to comprehensively evaluate stored-value system vulnerabilities.

What are the limitations when testing gift card balance redemption endpoints?

Limitations when testing gift card balance redemption endpoints include potential system locks from repeated enumeration attempts and false positives from generated card numbers. Testing requires careful verification of specific API endpoints to avoid triggering fraud alerts.