roblox-diagnostics-and-tooling
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains local utility scripts designed to assist in Roblox project maintenance and quality assurance. The behaviors described (linting, type-checking, and reporting) are standard development practices.
- [COMMAND_EXECUTION]: The skill includes shell scripts (
analyze-all.sh,flags-report.sh, andplan-board-drift.sh) that utilize standard system utilities such asgrep,awk,sed,git, andsortto process project files. These operations are scoped to the local repository and do not exhibit malicious command patterns. - [INDIRECT_PROMPT_INJECTION]: The utility scripts ingest data from project files (Lua source code and Markdown documentation). While this represents a data ingestion surface, the scripts primarily perform text extraction and reporting, which are low-risk activities within the context of developer tooling.
- Ingestion points: Files in
src/anddocs/plans/are read viagrepandawk. - Boundary markers: None identified.
- Capability inventory:
bashscript execution, file reading, and output to console via standard Unix text tools. - Sanitization: Path normalization is performed in
analyze-all.shusingsedto convert absolute paths to relative paths.
Audit Metadata