skill-developer
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The documentation includes shell commands for project environment setup, such as setting environment variables (
export SKIP_SKILL_GUARDRAILS), modifying file permissions for hook scripts (chmod +x), and performing local testing of TypeScript hooks usingnpx tsxandjq. - [INDIRECT_PROMPT_INJECTION]: The skill documents an architecture that processes untrusted data (user prompts and file content) to trigger automated context injection and tool enforcement.
- Ingestion points: The
UserPromptSubmitandPreToolUsehooks read prompt data and file contents through stdin, as detailed inHOOK_MECHANISMS.md. - Boundary markers:
SKILL.mdidentifies the// @skip-validationmarker as a mechanism to bypass automated enforcement. - Capability inventory: The system described has the capability to inject formatted text into the agent's context and block the execution of critical tools like
EditandWrite. - Sanitization: The documentation describes regex-based matching but does not explicitly detail input sanitization or escaping protocols for the processed data.
Audit Metadata