hebrew-survey-builder
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, such as prompt injection, obfuscation, or unauthorized data exfiltration, were detected during the analysis. The skill's instructions are consistent with its stated purpose of survey building and deployment.
- [EXTERNAL_DOWNLOADS]: The skill references the official Google Workspace CLI repository on GitHub (googleworkspace/cli) for installation. This is a well-known and trusted source for interacting with Google APIs, and the reference is documented neutrally.
- [COMMAND_EXECUTION]: The skill instructs the agent to use the
gwsCLI for legitimate management of Google Forms. The commands (create, batchUpdate, get) are specific to the skill's purpose and do not attempt to gain unauthorized access or execute arbitrary shell commands. - [DATA_EXFILTRATION]: Communication occurs with the official Google Forms API endpoints solely to manage survey data as requested by the user. There is no evidence of the skill accessing sensitive local configuration files, environment variables, or credentials for exfiltration.
- [NO_CODE]: The provided helper script,
scripts/build_batchupdate_payload.py, is a safe utility for generating structured JSON from local templates. It uses only standard Python libraries and does not perform any network, file system, or dynamic execution operations.
Audit Metadata