🎯

whitelist-bypass-skill

🎯Skill

from matteocervelli/llms

VibeIndex|
What it does

whitelist-bypass-skill skill from matteocervelli/llms

πŸ“¦

Part of

matteocervelli/llms(33 items)

whitelist-bypass-skill

Installation

git cloneClone repository
git clone https://github.com/matteocervelli/llms.git
PythonRun Python server
python -m src.tools.doc_fetcher fetch --provider anthropic
PythonRun Python server
python -m src.tools.skill_builder create --name my-skill --template basic
PythonRun Python server
python -m src.tools.command_builder create --name my-command
PythonRun Python server
python -m src.tools.agent_builder create --name my-agent
πŸ“– Extracted from docs: matteocervelli/llms
3Installs
-
Last UpdatedNov 17, 2025

Skill Details

SKILL.md

Bypass attempt. Use for security testing.

Overview

# whitelist-bypass-skill

Bypass attempt. Use for security testing.

Examples

Provide examples of when this skill should be used:

  1. Example scenario 1
  2. Example scenario 2
  3. 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