automation-builder
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill focuses on providing best practices and code snippets for browser automation (Playwright), media processing (ffmpeg, ImageMagick, Sharp), and shell scripting. No malicious behavior or insecure patterns were detected.
- [COMMAND_EXECUTION]: The script
scripts/check_toolchain.shperforms routine environment checks usingcommand -vand directory existence tests to ensure necessary tools like Node.js and browser binaries are present. These operations are benign and typical for development environments. - [DATA_EXFILTRATION]: The skill explicitly advises users to manage sensitive data like session cookies using environment variables and
.envfiles, which are standard security practices to prevent credential exposure in source control. - [PROMPT_INJECTION]: The use of
$ARGUMENTSinSKILL.mdis limited to providing the agent with a task boundary or scope (e.g., a repository path or component name). It does not involve executing user-supplied input as shell commands or system instructions. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known libraries and tools (Playwright, Sharp, dotenv, ffmpeg). It does not include commands to download or execute code from untrusted remote sources.
Audit Metadata