notion
Utilizes the Notion API to create and manage pages, databases, and blocks for enhanced productivity and organization.
Install this skill
Security score
The notion skill was audited on Mar 1, 2026 and we found 24 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 35 | curl -X GET "https://api.notion.com/v1/..." \ |
Curl to non-GitHub URL
| 48 | curl -X POST "https://api.notion.com/v1/search" \ |
Curl to non-GitHub URL
| 58 | curl "https://api.notion.com/v1/pages/{page_id}" \ |
Curl to non-GitHub URL
| 66 | curl "https://api.notion.com/v1/blocks/{page_id}/children" \ |
Curl to non-GitHub URL
| 74 | curl -X POST "https://api.notion.com/v1/pages" \ |
Curl to non-GitHub URL
| 90 | curl -X POST "https://api.notion.com/v1/data_sources/{data_source_id}/query" \ |
Curl to non-GitHub URL
| 103 | curl -X POST "https://api.notion.com/v1/data_sources" \ |
Curl to non-GitHub URL
| 121 | curl -X PATCH "https://api.notion.com/v1/pages/{page_id}" \ |
Curl to non-GitHub URL
| 131 | curl -X PATCH "https://api.notion.com/v1/blocks/{page_id}/children" \ |
Access to hidden dotfiles in home directory
| 23 | mkdir -p ~/.config/notion |
Access to hidden dotfiles in home directory
| 24 | echo "ntn_your_key_here" > ~/.config/notion/api_key |
Access to hidden dotfiles in home directory
| 34 | NOTION_KEY=$(cat ~/.config/notion/api_key) |
External URL reference
| 4 | homepage: https://developers.notion.com |
External URL reference
| 18 | 1. Create an integration at https://notion.so/my-integrations |
External URL reference
| 35 | curl -X GET "https://api.notion.com/v1/..." \ |
External URL reference
| 48 | curl -X POST "https://api.notion.com/v1/search" \ |
External URL reference
| 58 | curl "https://api.notion.com/v1/pages/{page_id}" \ |
External URL reference
| 66 | curl "https://api.notion.com/v1/blocks/{page_id}/children" \ |
External URL reference
| 74 | curl -X POST "https://api.notion.com/v1/pages" \ |
External URL reference
| 90 | curl -X POST "https://api.notion.com/v1/data_sources/{data_source_id}/query" \ |
External URL reference
| 103 | curl -X POST "https://api.notion.com/v1/data_sources" \ |
External URL reference
| 121 | curl -X PATCH "https://api.notion.com/v1/pages/{page_id}" \ |
External URL reference
| 131 | curl -X PATCH "https://api.notion.com/v1/blocks/{page_id}/children" \ |
External URL reference
| 153 | - **URL:** `{"url": "https://..."}` |
Install this skill with one command
/learn @lalomorales22/notion