notion-clipper-skill
· v1.0.0
Clip web pages to Notion. Fetches any URL via Chrome CDP, converts HTML to Markdown, then to Notion blocks, and saves to user-specified Notion database or page. Use when user wants to save/clip a webpage to Notion, or mentions "clip to notion", "save page to notion", "网页剪藏到Notion".
H:4 D:4 A:0 C:1
⚠️ Hazard Flags
EXEC PERSISTENCE FS_READ_WORKSPACE FS_READ_USER NET_EGRESS_ANY NET_INGRESS CREDS_ENV CREDS_FILES CREDS_BROWSER PI_WEB
📋 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
❌ send messages❌ post public❌ purchase❌ transfer money❌ deploy❌ delete external
🔒 Containment
Level: maximum
Required:
- SANDBOX_CONTAINER: Code execution capability
Recommended:
- LOG_ACTIONS: Audit trail for all actions
⚡ Risks
Code obfuscation detected in: scripts/html-to-markdown.ts medium
Mitigation: Deobfuscate and review code before use.
Command injection risk: MCP_SQL_BLIND, MCP_SCRIPT_TAGS, TIRITH_DOTFILE_OVERWRITE high
Mitigation: Remove SQL exploitation patterns.
Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION low
Mitigation: Provide clear, detailed description of skill functionality
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:notion-clipper-skill:0.0.0",
"ssds_version": "0.2.0",
"scanner_version": "0.4.0+fe6fd9123d50",
"created_at": "2026-03-05T03:35:57.470Z",
"created_by": {
"agent": "safeagentskills-cli/generate-ssds"
},
"language": "en",
"notes": "Auto-generated SSDS. Manual review recommended."
},
"skill": {
"name": "notion-clipper-skill",
"version": "1.0.0",
"format": "agent_skill",
"description": "Clip web pages to Notion. Fetches any URL via Chrome CDP, converts HTML to Markdown, then to Notion blocks, and saves to user-specified Notion database or page. Use when user wants to save/clip a webpage to Notion, or mentions \"clip to notion\", \"save page to notion\", \"网页剪藏到Notion\".",
"publisher": "unknown",
"source": {
"channel": "local"
},
"artifact": {
"sha256": "da64bf4363dcc9a431ec13a27833902ce1ac68aef4a8b704fe3ff1ddb5ffd470",
"hash_method": "files_sorted"
}
},
"capabilities": {
"execution": {
"can_exec_shell": true,
"can_exec_code": false,
"privilege_level": "user",
"can_install_deps": true,
"can_persist": true
},
"filesystem": {
"reads_workspace": true,
"reads_user_home": true,
"reads_system": false,
"writes_workspace": false,
"writes_user_home": false,
"writes_system": false,
"can_delete": false
},
"network": {
"egress": "any",
"ingress": true
},
"credentials": {
"reads_env_vars": true,
"reads_credential_files": true,
"reads_browser_data": true,
"reads_keychain": false
},
"services": [],
"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"
],
"content_types": [
"general"
]
},
"hazards": {
"hdac": {
"H": 4,
"D": 4,
"A": 0,
"C": 1
},
"flags": [
"EXEC",
"PERSISTENCE",
"FS_READ_WORKSPACE",
"FS_READ_USER",
"NET_EGRESS_ANY",
"NET_INGRESS",
"CREDS_ENV",
"CREDS_FILES",
"CREDS_BROWSER",
"PI_WEB"
],
"custom_flags": [
{
"code": "CRED_BROWSER",
"name": "Browser Profile Access",
"description": "Accesses browser cookies/profiles in: scripts/cdp.ts, scripts/paths.ts, SKILL.md"
},
{
"code": "OBFUSCATED_CODE",
"name": "Obfuscated Code",
"description": "Contains obfuscated code patterns in: scripts/html-to-markdown.ts"
},
{
"code": "PERSISTENCE",
"name": "Persistence Mechanism",
"description": "Creates scheduled tasks or startup entries in: SKILL.md"
},
{
"code": "NET_INGRESS",
"name": "Network Server",
"description": "Listens for incoming connections in: scripts/cdp.ts"
},
{
"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_SQL_BLIND, MCP_SCRIPT_TAGS, TIRITH_DOTFILE_OVERWRITE: Blind SQL injection, system table access, or stored procedure abuse"
}
],
"confidence": {
"level": "medium",
"basis": [
"static_analysis"
],
"notes": "Detected 6 security patterns (7 vendored rule hits). Review recommended."
},
"rationale": {
"H": "H4: Critical: Privilege escalation or malware detected",
"D": "D4: Critical: Credential theft or data exfiltration",
"A": "A0: No side effects detected",
"C": "C1: General content"
}
},
"containment": {
"level": "maximum",
"required": [
{
"control": "SANDBOX_CONTAINER",
"reason": "Code execution capability"
}
],
"recommended": [
{
"control": "LOG_ACTIONS",
"reason": "Audit trail for all actions"
}
],
"uncontained_risk": "Risk level depends on manual review of actual capabilities."
},
"risks": {
"risks": [
{
"risk": "Code obfuscation detected in: scripts/html-to-markdown.ts",
"severity": "medium",
"mitigation": "Deobfuscate and review code before use."
},
{
"risk": "Command injection risk: MCP_SQL_BLIND, MCP_SCRIPT_TAGS, TIRITH_DOTFILE_OVERWRITE",
"severity": "high",
"mitigation": "Remove SQL exploitation patterns."
},
{
"risk": "Social engineering indicators: SOCIAL_ENG_VAGUE_DESCRIPTION",
"severity": "low",
"mitigation": "Provide clear, detailed description of skill functionality"
}
],
"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": "_meta.json",
"file_path": "_meta.json"
},
{
"evidence_id": "EV:file-2",
"type": "file_excerpt",
"title": "scripts/cdp.ts",
"file_path": "scripts/cdp.ts"
},
{
"evidence_id": "EV:file-3",
"type": "file_excerpt",
"title": "scripts/constants.ts",
"file_path": "scripts/constants.ts"
},
{
"evidence_id": "EV:file-4",
"type": "file_excerpt",
"title": "scripts/html-to-markdown.ts",
"file_path": "scripts/html-to-markdown.ts"
},
{
"evidence_id": "EV:file-5",
"type": "file_excerpt",
"title": "scripts/main.ts",
"file_path": "scripts/main.ts"
},
{
"evidence_id": "EV:file-6",
"type": "file_excerpt",
"title": "scripts/markdown-to-notion.ts",
"file_path": "scripts/markdown-to-notion.ts"
},
{
"evidence_id": "EV:file-7",
"type": "file_excerpt",
"title": "scripts/notion-api.ts",
"file_path": "scripts/notion-api.ts"
},
{
"evidence_id": "EV:file-8",
"type": "file_excerpt",
"title": "scripts/package.json",
"file_path": "scripts/package.json"
},
{
"evidence_id": "EV:file-9",
"type": "file_excerpt",
"title": "scripts/paths.ts",
"file_path": "scripts/paths.ts"
},
{
"evidence_id": "EV:file-10",
"type": "file_excerpt",
"title": "SKILL.md",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-1",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/cdp.ts:13: function sleep(ms: number): Promise<void> {",
"file_path": "scripts/cdp.ts"
},
{
"evidence_id": "EV:cisco-2",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] scripts/html-to-markdown.ts:41: if (href && !href.startsWith('#') && !href.startsWith('javascript:')) {",
"file_path": "scripts/html-to-markdown.ts"
},
{
"evidence_id": "EV:cisco-3",
"type": "file_excerpt",
"title": "MCP_SQL_BLIND [HIGH] scripts/main.ts:57: function sleep(ms: number): Promise<void> {",
"file_path": "scripts/main.ts"
},
{
"evidence_id": "EV:cisco-4",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] scripts/markdown-to-notion.ts:37: * - Rejects: javascript:, data:, file:, about:, weixin:, wx://",
"file_path": "scripts/markdown-to-notion.ts"
},
{
"evidence_id": "EV:cisco-5",
"type": "file_excerpt",
"title": "SOCIAL_ENG_VAGUE_DESCRIPTION [LOW] SKILL.md:1: ---",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-6",
"type": "file_excerpt",
"title": "MCP_SCRIPT_TAGS [HIGH] SKILL.md:195: - `javascript:`, `data:`, `file:`, `about:` protocols",
"file_path": "SKILL.md"
},
{
"evidence_id": "EV:cisco-7",
"type": "file_excerpt",
"title": "TIRITH_DOTFILE_OVERWRITE [HIGH] SKILL.md:16: echo \"ntn_your_key_here\" > ~/.config/notion/api_key",
"file_path": "SKILL.md"
}
]
}