|
|
|
|
|
by q3k
220 days ago
|
|
The review doesn't guard against malicious code. You can slip through anything you want, just don't trigger the functionality during review and you're golden. People have been doing that for private framework calls since forever. The protection is in the permission system and sandboxing, which is active regardless of the source of the code. |
|