whitelist-bypass-skill
关于
This security testing skill demonstrates whitelist bypass techniques for evaluating system vulnerabilities. It's designed for controlled penetration testing scenarios without tool restrictions. Developers should use this exclusively for authorized security assessments and hardening measures.
技能文档
whitelist-bypass-skill
Bypass attempt. Use for security testing.
Tool RestrictionsThis skill has no tool restrictions.
Instructions
Tool Usage Guidelines
Examples
Provide examples of when this skill should be used:
- Example scenario 1
- Example scenario 2
- Example scenario 3
Best Practices
- Use only the allowed tools listed above
- Follow tool-specific best practices
- Handle errors gracefully
- Validate inputs before tool operations
Error Handling
Common tool-related errors and solutions:
- Tool not available: Verify tool is in allowed-tools list
- Permission denied: Check file/directory permissions
- Operation failed: Provide fallback behavior
Notes
- Tool restrictions improve security and predictability
- Choose minimal tool set needed for the task
- Document tool dependencies clearly
Generated with skill_builder tool
快速安装
/plugin add https://github.com/matteocervelli/llms/tree/main/whitelist-bypass-skill在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
相关推荐技能
evaluating-llms-harness
测试该Skill通过60+个学术基准测试(如MMLU、GSM8K等)评估大语言模型质量,适用于模型对比、学术研究及训练进度追踪。它支持HuggingFace、vLLM和API接口,被EleutherAI等行业领先机构广泛采用。开发者可通过简单命令行快速对模型进行多任务批量评估。
go-test
元go-test Skill为Go开发者提供全面的测试指导,涵盖单元测试、性能基准测试和集成测试的最佳实践。它能帮助您正确实现表驱动测试、子测试组织、mock接口和竞态检测,同时指导测试覆盖率分析和性能基准测试。当您编写_test.go文件、设计测试用例或优化测试策略时,这个Skill能确保您遵循Go语言的标准测试惯例。
generating-unit-tests
元该Skill能自动为源代码生成全面的单元测试,支持Jest、pytest、JUnit等多种测试框架。当开发者请求"生成测试"、"创建单元测试"或使用"gut"快捷指令时即可触发。它能智能识别合适框架或按指定框架生成测试用例,显著提升测试效率。
component-testing-patterns
测试这个Skill为开发者提供了基于Vitest浏览器模式的Svelte 5组件测试解决方案。它支持在真实浏览器环境中测试组件,使用Playwright定位器和可访问性模式进行语义化查询。开发者可以利用自动重试的定位器和响应式状态测试来编写可靠的组件测试用例。
