integrity

Detects integrity vulnerabilities in code, CI/CD configs, and dependencies.

12|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/florianbuetow/claude-code --skill integrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integrity
Source: https://github.com/florianbuetow/claude-code/tree/main/plugins/appsec/skills/integrity
Command: npx skills add https://github.com/florianbuetow/claude-code --skill integrity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies and helps remediate software and data integrity failures, protecting against vulnerabilities like insecure deserialization, CI/CD pipeline injection, and untrusted dependencies.

Core Features & Use Cases

  • Vulnerability Detection: Scans code, configurations, and dependencies for integrity flaws.
  • Remediation Guidance: Provides actionable steps to fix identified issues.
  • Use Case: Automatically audit your CI/CD pipeline configuration for potential injection vulnerabilities before they can be exploited.

Quick Start

Analyze the current project's dependencies for supply chain vulnerabilities.

Frequently Asked Questions about integrity

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

FAQPage Schema
How do I detect insecure deserialization vulnerabilities in my source code?

To detect insecure deserialization vulnerabilities, this Skill analyzes source code and data manifests to identify integrity failures. It specifically scans for insecure deserialization patterns and produces actionable findings with severity ratings and remediation steps.

Can I scan my CI/CD pipeline configuration for injection vulnerabilities?

Yes, you can scan CI/CD pipeline configurations for injection vulnerabilities. The Skill analyzes your CI/CD configurations to identify potential pipeline injection flaws and provides actionable findings with severity ratings and specific remediation guidance.

What is the best way to audit dependencies for supply chain vulnerabilities?

The best way to audit dependencies for supply chain vulnerabilities is to analyze dependency manifests for untrusted dependency sources. This Skill scans your dependencies to detect unverified auto-updates and untrusted sources, generating findings with severity ratings and remediation steps.

How do I check if my project is missing subresource integrity?

To check for missing subresource integrity, this Skill analyzes your source code and configurations to identify where integrity checks are absent. It detects missing subresource integrity and outputs actionable findings with severity ratings and steps to remediate the issue.

Does this vulnerability detection tool work without external dependencies?

Yes, this vulnerability detection tool works without external dependencies. The Skill operates independently with no required dependencies to analyze source code, CI/CD configurations, and dependency manifests for software and data integrity failures.

Why do I need to verify untrusted dependency sources in my software?

You need to verify untrusted dependency sources to prevent software and data integrity failures. Scanning dependency manifests detects unverified auto-updates and untrusted sources, producing actionable findings with severity ratings to protect your supply chain from exploitation.