Setting the type
Setting the type
Docs / Safety
A PlanReview link opens someone else’s HTML document. We treat every plan as untrusted and contain it so that opening one is closer to reading a page than running a program. Here is exactly what that containment does — and what it does not promise.
Plans are self-contained HTML. Most are inert documents; some carry small scripts for things like copy buttons and tabs.
Containment is enforced by the browser and the server together — it does not depend on the plan behaving.
Keeping a plan off the network is layered work. No single layer is a guarantee; together they make outbound activity hard to reach and likely to surface for a person.
These layers reduce network risk; they do not prove its absence. A covert or residual channel is always conceivable, so approval is risk mitigation and human judgement — not a mathematical guarantee of zero network activity.
When a plan asks to run scripts that our automated check will not vouch for, a person decides.
The reviewer reads the plan’s own source and content — the HTML and the scripts it carries — while it is still serving as a static document. Reviewing never runs the plan. There is no user database to consult and nothing about you is involved: the review is about the code in the document, not the person who opened it.
Approval is a human judgement, not a guarantee.
A person looked at this plan’s code and judged it acceptable to run inside the sandbox. Change the scripts and approval does not carry — the new code serves static until it is reviewed again.
Approval means a human judged the plan acceptable — it is not a guarantee that the plan is safe or correct. The containment above is what actually limits what any plan can do; use your own judgement about the content, as you would with any link.
Approval can be revoked at any time. Revoked plans fall back to serving as static documents on their next load.
This page describes current behaviour and is not a warranty. If you believe a plan is abusing a link, report it and we will review it.