creating-agent-skills
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADSCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands like
mkdir,cat,ls, andchmod +xto manage the local filesystem for skill development. Theverify-skill.mdworkflow specifically executeswhichand{tool} --versioncommands based on identifiers extracted from audited skills. - [PROMPT_INJECTION]: The auditing and verification components in
audit-skill.mdandverify-skill.mdread and interpret content from external skill files. This creates an indirect prompt injection surface where a malicious skill could include crafted strings in metadata to influence the agent or exploit command execution in the auditor. - [EXTERNAL_DOWNLOADS]: The documentation provides instructions for installing third-party Python and Node.js packages, such as
pypdf,pdfplumber, anddocx-js, to facilitate domain-specific operations. - [CREDENTIALS_UNSAFE]: The
api-security.mdreference provides protocols for accessing credentials stored in~/.claude/.env. While it teaches secure management using wrapper scripts to source variables locally, it establishes a workflow that interacts with a sensitive local credential storage path.
Audit Metadata