smart-commit
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard local command-line utilities (
gitandnpm) to manage developer workflows. No malicious behaviors, obfuscation, or exfiltration patterns were detected. - [COMMAND_EXECUTION]: The skill is designed to execute shell commands for project-specific tasks like linting and testing (
npm run lint,npm run typecheck,npm test). These are standard capabilities for the intended development use case. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data from the filesystem during the commit process.
- Ingestion points:
git diffandgit statusoutput as referenced inSKILL.md. - Boundary markers: No specific delimiters or safety instructions are used to separate untrusted diff content from the agent's instructions.
- Capability inventory: The skill can execute shell commands (
npm,git) and write to the repository (git commit). - Sanitization: No sanitization or validation of the input diff data is performed prior to processing.
Audit Metadata