Clean Skill - 安全技能示例

Test security scanners for false positives on harmless math and string operations.

18|8|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/honysyang/skill-security-scanner --skill clean-skill-honysyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Clean Skill - 安全技能示例
Source: https://github.com/honysyang/skill-security-scanner/tree/main/examples/test-skills/clean-skill
Command: npx skills add https://github.com/honysyang/skill-security-scanner --skill clean-skill-honysyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill is a benchmark for scanning false positives and ensuring no actual security vulnerabilities exist in code.

Core Features & Use Cases

  • Basic Mathematical Calculations: Includes functions for adding and multiplying integers.
  • String Processing: Manipulates and formats string data.
  • Data Formatting: Formats numeric results to a specified precision.
  • Statistics Calculation: Calculates basic statistics for a list of numbers, such as sum, average, median, minimum, and maximum.
  • Use Case: Ideal for testing a security scanner to confirm no false positives are generated due to legitimate, harmless operations in code.

Quick Start

Run the 'clean-skill' skill to execute all operations without any issues and ensure zero security concerns.

Frequently Asked Questions about Clean Skill - 安全技能示例

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

FAQPage Schema
How do I test a security scanner for false positives on basic code operations?

To test a security scanner for false positives, you can run a benchmark skill containing zero-risk math calculations and string formatting to verify the scanner correctly ignores harmless operations without flagging them.

What is a false positive in code security scanning?

A false positive in code security scanning occurs when a scanner incorrectly flags legitimate, zero-risk functionality like basic math operations or string formatting as a security vulnerability, which this skill helps identify.

Can I use basic math and string operations to benchmark my scanner configuration?

Yes, you can use basic math and string operations to benchmark your scanner configuration by running this skill to confirm it executes harmless calculations and data formatting without triggering false security alerts.

What types of zero-risk code should not trigger a security vulnerability alert?

Zero-risk code that should not trigger a security vulnerability alert includes basic mathematical calculations like adding and multiplying integers, string manipulation, data formatting, and basic statistics calculation.

Does this skill include any external dependencies or components?

No, this skill does not include any external dependencies or components, serving as a standalone benchmark to test scanner false positives on basic functionality without introducing external variables.