notion-api

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
5
Flagged
5
Chunks
9
Flagged Files (5)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: notion-api description: > This skill provides comprehensive instructions for interacting with the Notion API via REST calls.

Tool: SKILL.md [2/2] Description: Bearer $NOTION_API_TOKEN" \ -H "Notion-Version: 2025-09-03" | jq ``` Moves block to trash (can be restored).

references/block-types.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/block-types.md Description: # Notion Block Types Reference This document provides comprehensive documentation for all supported block types in the Notion API.

references/filters-and-sorts.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/filters-and-sorts.md [1/2] Description: # Notion Database Query Filters and Sorts This document provides comprehensive documentation for filtering and sorting database queries in the Notion API.

Tool: references/filters-and-sorts.md [2/2] Description: ] } ``` ### Timestamp Sort ```json { "sorts": [ { "timestamp": "created_time", "direction": "descending" } ] } ``` ### Multiple Sorts ```json { "sorts": [ {"property": "Priority", "direction": "descending"}, {"property": "Due Date", "direction": "ascending"}, {"timestamp": "created_time", "direction": "descending"} ] } ``` Sort directions: - `ascending` - A to Z, 0 to 9, oldest to newest - `descending` - Z to A, 9 to 0, newest to oldest --

references/property-types.mdHIGH
78.3%

Malicious tool definition detected

### Relation Value ```json { "Related Tasks": { "relation": [ {"id": "page-uuid-1"}, {"id": "page-uuid-2"} ] } } ``` Maximum 100 related pages.

Tool: references/property-types.md [2/2] Description: `date` ### Created Time Value (Read-Only) ```json { "Created": { "type": "created_time", "created_time": "2024-01-01T00:00:00.000Z" } } ``` ### Created By Value (Read-Only) ```json { "Creator": { "type": "created_by", "created_by": { "object": "user", "id": "user-uuid" } } } ``` ### Last Edited Time Value (Read-Only) ```json { "Updated": { "type": "last_edited_time", "last_edited_time": "2024-01-15T12:00:00.000Z" } } ``` ### Last Edited By Va

references/rich-text.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/rich-text.md [1/2] Description: # Notion Rich Text Reference This document provides comprehensive documentation for rich text objects in the Notion API.

**Get plain text**: Concatenate all `plain_text` values 2.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
5
Files Flagged
5
Chunks Analyzed
9
Analyzed
Feb 21, 2026, 12:36 PM
Security Audit — runlayer — notion-api