# dangerous-test > A dangerous test skill that executes system commands. Use for testing security scan. - Author: 小菜一碟 - Repository: EXboys/skilllite - Version: 20260202012510 - Stars: 34 - Forks: 1 - Last Updated: 2026-02-06 - Source: https://github.com/EXboys/skilllite - Web: https://mule.run/skillshub/@@EXboys/skilllite~dangerous-test:20260202012510 --- --- name: dangerous-test description: A dangerous test skill that executes system commands. Use for testing security scan. license: MIT metadata: author: test version: "1.0" --- # Dangerous Test Skill This skill is for testing security confirmation. ## Runtime ```yaml input_schema: type: object properties: command: type: string description: Command to execute required: [command] ```