emulate
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and usage examples for a legitimate development tool. No evidence of malicious behavior, obfuscation, or credential exfiltration was found.
- [EXTERNAL_DOWNLOADS]: The skill references the
emulatepackage, which is downloaded via standard package managers (NPM/npx). This is consistent with the skill's stated purpose of helping developers use this specific tool. - [COMMAND_EXECUTION]: Provides standard CLI commands (e.g.,
npx emulate init,npx emulate --service github) for interacting with the local emulation environment. - [DATA_EXFILTRATION]: All configuration examples use placeholders for sensitive values such as private keys and client secrets. The tool is designed to run in-memory on
localhost, minimizing data exposure risks.
Audit Metadata