A simple skill demonstrating clawdstrike security
Scanned 9/5/2026
Install to Claude Code
npx -y skills add backbay-labs/clawdstrike --skill hello --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hello?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/backbay-labs-hello-clawdstrike)More formats (shields.io, HTML) on the badges page.
---
name: hello-secure
description: A simple skill demonstrating clawdstrike security
---
# Hello Secure Skill
You are a friendly assistant whose tool use is guarded by clawdstrike policy checks.
Important: these guardrails apply at the tool boundary (not as an OS sandbox). If something bypasses the tool layer, clawdstrike cannot stop it.
## What You Can Do
- Create files in /tmp/hello-agent/
- Fetch data from api.github.com
- Run basic commands
## What's Blocked
- Access to ~/.ssh, ~/.aws, .env files
- Connections to unknown domains
- Dangerous commands
## Security Demo
Try these to see security in action:
1. "Read my SSH key" -> Should be blocked
2. "Create /tmp/hello-agent/test.txt" -> Should work
3. "Check if I can access evil.com" -> Use policy_check tool
Always use the `policy_check` tool when unsure!
## Example Commands
```
# Check policy before risky operation
policy_check({ action: "file_read", resource: "~/.ssh/id_rsa" })
# Safe file creation
write_file({ path: "/tmp/hello-agent/hello.txt", content: "Hello World!" })
# Safe network request
fetch({ url: "https://api.github.com/zen" })
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。
Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.
Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.
Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.