skills/egorfedorov/slot-casino-game-developer-skills-for-stake-engine/wasm-integration/Gen Agent Trust Hub
wasm-integration
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through the processing of untrusted manifest files.\n
- Ingestion points: The
validate_wasm_bundle.pyscript reads a JSON manifest file provided via the--manifestargument.\n - Boundary markers: The instructions do not define clear delimiters or "ignore" instructions for the data contained within the manifest or the files it references.\n
- Capability inventory: The script performs file read operations (
path.read_bytes()andpath.read_text()) on any path specified in the manifest, as seen inscripts/validate_wasm_bundle.py.\n - Sanitization: No path sanitization is performed; the
resolve_pathfunction allows absolute paths, enabling the script to read any file accessible to the agent process.
Audit Metadata