What problem does it solve?
This Skill provides a reference for the restricted Deno runtime used by Secutils.dev responder scripts and API tracker scripts, ensuring that JavaScript code is compatible with the sandbox environment.
Core Features & Use Cases
- Deno Runtime Reference: Documents the restricted Deno runtime environment, including what is and is not available within the sandbox.
- Context Global Shape: Describes the
context global shape for different script kinds, such as responder scripts and API tracker configurators.
- Deno.core Namespace: Lists the
Deno.core utility namespace members and their purposes.
- Body Auto-conversion: Explains how different input types are converted to bytes within the sandbox.
- Base64 Encoding/Decoding: Provides pure-JS replacements for
btoa and atob.
- op_proxy_request API: Describes the
op_proxy_request API used to forward HTTP requests safely.
- Use Case: When writing or debugging JavaScript for Secutils responder or tracker scripts, use this Skill to ensure compatibility with the Deno sandbox environment.
Quick Start
Load the secutils-deno-runtime skill to understand the restricted Deno runtime environment and generate code that runs inside the sandbox.