Plugin execution boundary
Demo StarNexus runs in Figma's plugin environment and operates only while the plugin is open and the user starts an action.
The plugin does not continue accessing a file after it is closed and does not request access to unrelated Figma files.
Server-side conversion
PPTX generation is performed by the yswj.top conversion service to support reliable processing of larger documents within Figma's plugin runtime limits.
Production releases use only the declared yswj.top HTTPS endpoints. Local development ports and retired domains are not part of the public release path.
Transport and access control
Production communication uses HTTPS with conversion tokens, request-size controls, rate limits, task isolation, and limited diagnostic logging.
Account, entitlement, and conversion endpoints are declared as path-scoped network access in the Figma plugin manifest for platform review and user transparency.