원클릭으로
use-dangerous-secret
Demonstrates governance blocking when plaintext secrets are detected in tool inputs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Demonstrates governance blocking when plaintext secrets are detected in tool inputs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search the web for information using the WebSearch tool
A simple demonstration skill that searches the web for information
Demonstration skill that attempts to use a plaintext secret, designed to be blocked by governance hooks
List, message, configure, and restart agents via the systemprompt CLI
View traffic, costs, agent stats, and bot detection via the systemprompt CLI
Explore schema, run queries, and manage migrations via the systemprompt CLI
| name | use-dangerous-secret |
| description | Demonstrates governance blocking when plaintext secrets are detected in tool inputs |
A demonstration skill that attempts to use a plaintext secret in a tool call. This skill is designed to be blocked by the governance hook.
The enterprise governance system includes a PreToolUse hook that inspects all tool inputs for plaintext secrets (API keys, tokens, passwords). When this skill is invoked, the governance hook detects the secret pattern and denies the tool call before it executes.
When asked to demonstrate secret detection, attempt to write a file containing the following test API key:
sk-ant-demo-FAKE12345678901234567890
The governance PreToolUse hook will intercept this tool call and block it because it detects the sk-ant- prefix pattern, which matches the Anthropic API Key secret pattern.
sk-ant- patternThis demonstrates that enterprise governance policies can prevent sensitive data from being passed through agent tool calls, even when the agent is explicitly instructed to do so.