Shadcn/Ui Complete Documentation
ยท v0.1.0
Complete shadcn/ui documentation. Beautifully designed components built with Radix UI and Tailwind CSS. Copy-paste into your apps. Covers installation, components, theming, forms, charts, and framework integrations.
โ ๏ธ Hazard Flags
๐ Capabilities
Execution
- โ Shell execution
- โ Code execution
- โ Install dependencies
- โ Persistence
- Privilege: user
Filesystem
- โ Read workspace
- โ Write workspace
- โ Read home
- โ Write home
- โ Read system
- โ Delete
Network
- Egress: any
- โ Ingress
Credentials
- โ Environment vars
- โ Credential files
- โ Browser data
- โ Keychain
Actions
๐ Containment
Level: maximum
- LOG_ACTIONS: Audit trail for all actions
โก Risks
Mitigation: Review SKILL.md for hidden instructions. Do not use with untrusted input.
Mitigation: Use pre-built packages or vendored dependencies instead of cloning repos
Mitigation: Remove embedded script tags and encoded payloads.
Mitigation: Provide clear, detailed description of skill functionality
Mitigation: Document all remote data storage. Avoid storing sensitive data externally.
Want a deeper analysis?
This report was generated by static analysis. Get an LLM-powered deep review with behavioral reasoning and attack surface mapping.
๐ง Deep Analysis โ $5.00๐จ Incident Response
Kill switch: Stop the agent process
Containment: Review logs for unexpected actions
Recovery: Depends on skill capabilities
๐ Raw SSDS JSON click to expand
{
"meta": {
"document_id": "ssds:auto:shadcn/ui:0.1.0",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T12:14:01.945Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "Shadcn/Ui Complete Documentation",
"version": "0.1.0",
"format": "agent_skill",
"description": "Complete shadcn/ui documentation. Beautifully designed components built with Radix UI and Tailwind CSS. Copy-paste into your apps. Covers installation, components, theming, forms, charts, and framework integrations.",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "cb393bc44b9efdeacb26a36a98ba5cece8504bdd9a3553df17fec2ecc50424b6",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": false,
"can_exec_code": false,
"privilege_level": "user",
"can_install_deps": false,
"can_persist": false
},
"filesystem": {
"reads_workspace": false,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": false,
"writes_user_home": false,
"writes_system": false,
"can_delete": false
},
"network": {
"egress": "any",
"ingress": false
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": true,
"reads_keychain": false
},
"services": [
{
"service": "code_hosting",
"operations": [
"read",
"write"
]
}
],
"actions": {
"can_send_messages": false,
"can_post_public": false,
"can_purchase": false,
"can_transfer_money": false,
"can_deploy": false,
"can_delete_external": false
},
"prompt_injection_surfaces": [
"web",
"documents"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 4,
"A": 2,
"C": 1
},
"flags": [
"FS_READ_USER",
"NET_EGRESS_ANY",
"CREDS_ENV",
"CREDS_FILES",
"CREDS_BROWSER",
"PI_WEB",
"PI_DOCUMENTS"
],
"custom_flags": [
{
"code": "PROMPT_INJECTION",
"name": "Prompt Injection Risk",
"description": "Contains prompt injection patterns in: docs/(root)/index.mdx"
},
{
"code": "TOOL_ABUSE",
"name": "Unauthorized Tool Use",
"description": "INSTRUCTED_GIT_CLONE_AND_BUILD: Instructs agent to clone and potentially build from source"
},
{
"code": "SOCIAL_ENGINEERING",
"name": "Social Engineering Risk",
"description": "SOCIAL_ENG_VAGUE_DESCRIPTION: Skill description is too vague or missing"
},
{
"code": "COMMAND_INJECTION",
"name": "Command Injection Risk",
"description": "MCP_SCRIPT_TAGS: Script tags, VBScript, or encoded script data URIs"
},
{
"code": "TOOL_POISONING",
"name": "Tool Poisoning",
"description": "Hidden secondary behavior detected: MCP_TOOL_POISONING_REMOTE_STORAGE, MCP_TOOL_POISONING_SENSITIVE_DATA"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 5 security patterns (11 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"A": "A2: Service integrations detected",
"C": "C1: General content"
}
},
"containment": {
"level": "maximum",
"required": [],
"recommended": [
{
"control": "LOG_ACTIONS",
"reason": "Audit trail for all actions"
}
],
"uncontained_risk": "Risk level depends on manual review of actual capabilities."
},
"risks": {
"risks": [
{
"risk": "Prompt injection patterns detected in: docs/(root)/index.mdx",
"severity": "high",
"mitigation": "Review SKILL.md for hidden instructions. Do not use with untrusted input."
},
{
"risk": "Unauthorized tool use: INSTRUCTED_GIT_CLONE_AND_BUILD",
"severity": "medium",
"mitigation": "Use pre-built packages or vendored dependencies instead of cloning repos"
},
{
"risk": "Command injection risk: MCP_SCRIPT_TAGS",
"severity": "high",
"mitigation": "Remove embedded script tags and encoded payloads."
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
},
{
"risk": "Tool poisoning: hidden behaviors detected (MCP_TOOL_POISONING_REMOTE_STORAGE, MCP_TOOL_POISONING_SENSITIVE_DATA)",
"severity": "high",
"mitigation": "Document all remote data storage. Avoid storing sensitive data externally."
}
],
"limitations": [
"Static analysis only - runtime behavior not verified"
]
},
"incident_response": {
"kill_switch": [
"Stop the agent process"
],
"containment": [
"Review logs for unexpected actions"
],
"recovery": [
"Depends on skill capabilities"
]
},
"evidence": [
{
"evidence_id": "EV:file-1",
"type": "file_excerpt",
"title": "docs/(root)/blocks.mdx",
"file_path": "docs/(root)/blocks.mdx"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "docs/(root)/cli.mdx",
"file_path": "docs/(root)/cli.mdx"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "docs/(root)/components-json.mdx",
"file_path": "docs/(root)/components-json.mdx"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "docs/(root)/directory.mdx",
"file_path": "docs/(root)/directory.mdx"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "docs/(root)/figma.mdx",
"file_path": "docs/(root)/figma.mdx"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "docs/(root)/index.mdx",
"file_path": "docs/(root)/index.mdx"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "docs/(root)/javascript.mdx",
"file_path": "docs/(root)/javascript.mdx"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "docs/(root)/legacy.mdx",
"file_path": "docs/(root)/legacy.mdx"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "docs/(root)/mcp.mdx",
"file_path": "docs/(root)/mcp.mdx"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "docs/(root)/monorepo.mdx",
"file_path": "docs/(root)/monorepo.mdx"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "INSTRUCTED_GIT_CLONE_AND_BUILD [MEDIUM] docs/(root)/blocks.mdx:17: git clone https://github.com/shadcn-ui/ui.git",
"file_path": "docs/(root)/blocks.mdx"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "MCP_TOOL_POISONING_REMOTE_STORAGE [MEDIUM] docs/(root)/components-json.mdx:216: Configure multiple resource registries for your project. This allows you to inst",
"file_path": "docs/(root)/components-json.mdx"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_TOOL_POISONING_REMOTE_STORAGE [MEDIUM] docs/(root)/mcp.mdx:233: The MCP server supports multiple registries through your project's `components.j",
"file_path": "docs/(root)/mcp.mdx"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] docs/dark-mode/astro.mdx:13: <script is:inline>",
"file_path": "docs/dark-mode/astro.mdx"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] docs/dark-mode/remix.mdx:96: <Scripts />",
"file_path": "docs/dark-mode/remix.mdx"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "SECRET_CONNECTION_STRING [HIGH] docs/registry/examples.mdx:520: \"DATABASE_URL\": \"postgresql://postgres:postgres@localhost:5432/postgres\",",
"file_path": "docs/registry/examples.mdx"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "MCP_TOOL_POISONING_SENSITIVE_DATA [HIGH] docs/registry/namespace.mdx:243: Use environment variables to securely store credentials:",
"file_path": "docs/registry/namespace.mdx"
},
{
"evidence_id": "EV:cisco-8",
"type": "file_excerpt",
"title": "SECRET_CONNECTION_STRING [HIGH] docs/registry/registry-item-json.mdx:313: \"DATABASE_URL\": \"postgresql://postgres:postgres@localhost:5432/postgres\",",
"file_path": "docs/registry/registry-item-json.mdx"
},
{
"evidence_id": "EV:cisco-9",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] docs/rtl/start.mdx:55: <Scripts />",
"file_path": "docs/rtl/start.mdx"
},
{
"evidence_id": "EV:cisco-10",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] docs/rtl/vite.mdx:48: <script type=\"module\" src=\"/src/main.tsx\"></script>",
"file_path": "docs/rtl/vite.mdx"
}
]
}