cosmos-vulnerability-scanner

Scan Go and Rust Cosmos components for nine vulnerability patterns.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DobricLilujun/LabAgentSkill --skill cosmos-vulnerability-scanner-dobriclilujun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cosmos-vulnerability-scanner
Source: https://github.com/DobricLilujun/LabAgentSkill/tree/main/skillsHub/skills_scaling/building-secure-contracts/skills/cosmos-vulnerability-scanner
Command: npx skills add https://github.com/DobricLilujun/LabAgentSkill --skill cosmos-vulnerability-scanner-dobriclilujun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically identify Cosmos-specific security vulnerabilities in Go and Rust codebases to prevent chain halts and fund loss.

Core Features & Use Cases

  • Platform-agnostic Cosmos Go/Rust scanning for 9 vulnerability patterns
  • Reports with file references and severity for audit trails
  • Suitable for pre-launch security reviews of Cosmos SDK modules and CosmWasm contracts

Quick Start

Run the Cosmos vulnerability scanner against your Cosmos Go/Rust project to generate a security report.

Frequently Asked Questions about cosmos-vulnerability-scanner

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

FAQPage Schema
How do I scan Cosmos SDK modules for security vulnerabilities in Go source code?

Scanning Cosmos SDK modules for security vulnerabilities involves parsing Go source code to pattern match nine vulnerability classes, producing structured findings with file references and recommended fixes to prevent chain halts.

What security issues should I look for in CosmWasm contracts before launch?

Identifying security issues in CosmWasm contracts before launch requires pattern matching Rust source code against nine known vulnerability patterns, generating audit reports with severity levels and file references to prevent fund loss.

Can I audit ABCI implementations in Rust and Go for Cosmos chain vulnerabilities?

Auditing ABCI implementations for Cosmos chain vulnerabilities is supported because the scanner is platform-agnostic and systematically identifies security gaps in both Go and Rust components during pre-launch reviews.

What is the best way to generate a security audit report for a Cosmos blockchain codebase?

Generating a security audit report for a Cosmos blockchain codebase requires running a vulnerability scanner that pattern matches Go and Rust source files, outputting structured findings with file references and severity for audit trails.

Does the Cosmos vulnerability scanner require external dependencies to analyze Go and Rust code?

Analyzing Go and Rust code with the Cosmos vulnerability scanner requires no external dependencies, operating platform-agnostically to parse source files and identify the nine Cosmos-specific vulnerability patterns directly.