scratch-docstrings
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is primarily instructional, providing templates and best practices for documenting Scratch projects. No network exfiltration, credential theft, or unauthorized persistence mechanisms were detected.
- [COMMAND_EXECUTION]: The skill suggests using standard local utilities such as
unzipand JSON inspection tools to verify the contents of Scratch.sb3archives. These operations are intended for local development and metadata verification. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface as it is designed to ingest and process data from external Scratch projects.
- Ingestion points: Scratch project archives (
.sb3) and their internalproject.jsonmetadata files, as noted in the extraction path sections ofSKILL.mdandreferences/docstrings.md. - Boundary markers: The skill does not define specific delimiters or instructions to ignore embedded commands within the Scratch project data.
- Capability inventory: The skill's capabilities are limited to reading, unzipping, and describing project logic. No high-privilege subprocesses or network capabilities are associated with the processing of this data.
- Sanitization: There is no explicit mention of sanitizing or validating the input data from the Scratch files before processing.
Audit Metadata