LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

integer-overflow-anti-pattern - Integer Overflow Security Anti-Pattern

Identifies integer overflow vulnerabilities (CWE-190) in code performing arithmetic on user-controlled values.

Tags

Updated: 2026-09-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Detect integer overflow vulnerabilities
  • Audit arithmetic operations
  • Identify missing overflow checks
  • Test boundary values

Inputs

  • User-controlled input values
  • Source code performing arithmetic

Outputs

  • Vulnerability audit findings
  • Secure code recommendations

Requirements

    Source

    • Spec: SKILL.md
    cwe-190
    integer-overflow
    anti-pattern
    security
    code-review
    Detect integer overflow vulnerabilities
    Audit arithmetic operations
    Identify missing overflow checks
    Test boundary values
    User-controlled input values
    Source code performing arithmetic
    Vulnerability audit findings
    Secure code recommendations