Final verdict: verified benign Notion mirror plugin. Code is fully readable, network is restricted to api.notion.com via manifest allowedHosts, token is sourced from ctx.env at call time (not process.env at import), no eval/dynamic code/shell/obfuscation, and operations are explicit user-initiated export/search against their own workspace. The heuristic baseline of 7 for privacy_exfiltration is unsupported by the evidence and overridden.
Token is sourced from ctx.env at call time (index.mjs lines 25-29, _notion.mjs createNotionClient), not process.env at import. All egress goes to api.notion.com per manifest.json allowedHosts. Operations are explicit user-initiated export/search against the user's own workspace; no third-party destinations. Heuristic baseline of 7 overridden — evidence shows controlled, user-directed data flow only.
How to mirror the career-ops tracker to a Notion database and read records back as job leads.
npx skillscat add santifer/career-ops/career-ops-plugin-notion
Install via the SkillsCat registry.