notion-lifeos
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several bash scripts in the
scripts/directory (create-task.sh,query-tasks.sh, etc.) that are used to interact with the Notion REST API. These scripts usecurlfor network requests andpython3for processing JSON data. - [CREDENTIALS_UNSAFE]: The skill requires a Notion API key for REST API operations. It instructs the user to store this key in
~/.config/notion/api_keyand explicitly recommends usingchmod 600to secure the file, which is a security best practice. - [EXTERNAL_DOWNLOADS]: The
README.mdandreferences/setup.mdfiles provide a link to a Notion template hosted on the author's personal Notion domain (jiahaoshao.notion.site). This is used for initial system setup and is consistent with the skill's purpose.
Audit Metadata