skillify
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions direct the agent to utilize the
exectool for running various CLI utilities, includinggbrain,bun,jq,ls, andtestrunners to perform audits and verify skill integrity. - [DYNAMIC_EXECUTION]: The workflow requires the agent to dynamically generate TypeScript/JavaScript code in
scripts/directories and execute these scripts during the testing and verification phases (e.g., Phase 4 and Phase 7). - [INDIRECT_PROMPT_INJECTION]: As a tool designed to ingest, audit, and improve other skill definitions (
SKILL.md) and their associated code, the skill possesses an attack surface for indirect prompt injection where instructions embedded in the analyzed data could attempt to influence the agent's behavior. - Ingestion points: Reads and parses
SKILL.md, associated scripts, androuting-eval.jsonlfiles (SKILL.md). - Boundary markers: The instructions do not explicitly mandate delimiters or sanitization for the content being processed during the audit.
- Capability inventory: Uses
exec,write,edit, andreadtools to modify and run code (SKILL.md). - Sanitization: There are no specific instructions provided for escaping or validating the content of the ingested skill files before processing or evaluation.
Audit Metadata