stackblitz-security-basics
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and analyze untrusted project code and configurations, which inherently involves processing data that could contain malicious instructions.
- Ingestion points: Uses
Read,Glob, andGrepto analyze mounted files, installed packages, and terminal input within the user project. - Boundary markers: Explicitly instructs the agent to treat these inputs as "untrusted flows" and never trust preview messages or arbitrary paths.
- Capability inventory: Features
WriteandEdittools used to generate threat models and implement bounded security controls based on the analysis. - Sanitization: Requires component-by-component path validation and normalization to prevent traversal, as well as strict schema validation for preview messages.
- [EXTERNAL_DOWNLOADS]: The skill references technical documentation and API guides from well-known technology service providers.
- Evidence: Links to official documentation on
webcontainers.ioanddeveloper.stackblitz.comfor configuring headers, API references, and security boundaries inSKILL.mdandreferences/official-docs.md.
Audit Metadata