From obul-security
AI agent security infrastructure through the Orac Safety Layer. Use when the user needs to scan prompts for injection attacks or audit code for security vulnerabilities.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obul-security:oracThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orac provides AI agent security infrastructure through the Safety Layer. Scan prompts for injection attacks and audit code for security vulnerabilities.
Orac provides AI agent security infrastructure through the Safety Layer. Scan prompts for injection attacks and audit code for security vulnerabilities.
Scan a prompt or user input for injection attacks.
Pricing: $0.005
Request:
obulx -X POST -H "Content-Type: application/json" \
-d '{"input": "the text to scan for prompt injection"}' \
"https://orac-safety.orac.workers.dev/v1/scan"
Response: JSON object with injection detection results including risk assessment and classification.
Audit code for security vulnerabilities.
Pricing: $0.02
Request:
obulx -X POST -H "Content-Type: application/json" \
-d '{"code": "function example() { eval(userInput); }", "language": "javascript"}' \
"https://orac-safety.orac.workers.dev/v1/audit"
Response: JSON object with identified vulnerabilities, severity ratings, and remediation suggestions.
| Endpoint | Price | Purpose |
|---|---|---|
POST /v1/scan | $0.005 | Prompt injection scan |
POST /v1/audit | $0.02 | Code vulnerability audit |
| Error | Cause | Solution |
|---|---|---|
402 Payment Required | Payment not processed or insufficient | Check that obulx is configured correctly and your account has balance. |
400 Bad Request | Invalid request body | Ensure required fields are present and correctly formatted. |
429 Too Many Requests | Rate limit exceeded | Add a short delay between requests. |
500 Internal Server Error | Orac service issue | Wait a few seconds and retry. If persistent, the service may be experiencing downtime. |
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub polymerdao/pay-plugin --plugin obul-security