create-account
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill acts as a utility for generating local test artifacts.
- [COMMAND_EXECUTION]: The skill automates the creation of Robot Framework (.robot) scripts. These files are intended for local test execution and the skill does not invoke any system commands or the test runner itself.
- [DATA_EXFILTRATION]: The skill defines a process for creating .env and JSON payload files within local project directories like env_files/ and test/suite/. There are no network calls or attempts to access existing sensitive files.
- [PROMPT_INJECTION]: The skill processes user requests to determine which account templates to generate. Surface analysis evidence: 1. Ingestion points: User requests for account types are parsed in SKILL.md Step 2. 2. Boundary markers: No explicit delimiters or instructions to ignore embedded prompts are defined. 3. Capability inventory: The skill utilizes the Write tool to create files in predefined local paths. 4. Sanitization: No explicit validation or escaping of user-provided account type strings is mentioned.
Audit Metadata