create-evlog-framework-integration
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill outlines a structured 16-step process for contributing code to an open-source project.
- [PROMPT_INJECTION]: No attempts to override agent behavior or bypass safety guidelines were found. The instructional language is professional and task-oriented.
- [DATA_EXFILTRATION]: No sensitive file access or unauthorized data exfiltration patterns. The use of environment variables for API keys (e.g.,
POSTHOG_API_KEY) follows standard security practices by referencing existing configuration rather than hardcoding secrets. - [COMMAND_EXECUTION]: Shell commands provided (
bun run build,bun run test,npx tsc --noEmit) are standard development tools used for building, testing, and type-checking code within a JavaScript/TypeScript monorepo. - [EXTERNAL_DOWNLOADS]: References to external packages and services (e.g., PostHog, Simple Icons, and various web frameworks) are for legitimate integration and documentation purposes.
Audit Metadata