security-health-inline

Orchestrate inline security vulnerability detection and remediation with automated patching and Beads integration.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RussianLioN/moltinger --skill security-health-inline-russianlion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-health-inline
Source: https://github.com/RussianLioN/moltinger/tree/main/.claude/skills/security-health-inline
Command: npx skills add https://github.com/RussianLioN/moltinger --skill security-health-inline-russianlion

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of detecting, prioritizing, and remediating security vulnerabilities within a codebase, ensuring a more secure software development lifecycle.

Core Features & Use Cases

  • Automated Vulnerability Scanning: Identifies a wide range of security flaws including SQL injection, XSS, hardcoded secrets, and insecure dependencies.
  • Prioritized Remediation: Fixes vulnerabilities in order of severity (critical to low) using an automated fixer.
  • Integrated Issue Tracking: Leverages Beads for issue creation, tracking, and closure, providing visibility into the remediation process.
  • Use Case: A development team can run this Skill before a release to automatically scan for and fix critical security bugs, reducing the risk of deploying vulnerable code.

Quick Start

Run the security-health-inline skill to scan for and fix all critical and high-priority vulnerabilities in the current project.

Frequently Asked Questions about security-health-inline

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

FAQPage Schema
How do I automate security vulnerability scanning and remediation in my codebase?

Automate security vulnerability scanning and remediation by running a multi-phase workflow that invokes a security-scanner for detection, applies an automated vulnerability-fixer, and tracks the issue lifecycle using Beads integration.

What types of security vulnerabilities can be detected and fixed through automated remediation?

Automated remediation detects and fixes security vulnerabilities including SQL injection, XSS, hardcoded secrets, and insecure dependencies, prioritizing patches based on severity from critical to low.

How do I ensure code integrity is maintained after automated vulnerability fixes are applied?

Ensure code integrity after automated vulnerability fixes by validating the codebase through type-checking and build processes before and after the patching workflow executes.

Can I use this automated security workflow to prepare my project for a safe release?

Yes, you can run this inline security workflow before a release to automatically scan for and fix critical and high-priority security bugs, reducing the risk of deploying vulnerable code.

What is the best way to track the lifecycle of security issues found during automated scanning?

Track the lifecycle of security issues found during automated scanning by leveraging Beads integration, which manages issue creation, tracking, and closure to provide visibility into the remediation process.