agent-skills-standard
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/count-context.pyscript invokes localgitbinaries viasubprocess.runto perform repository tree listing and file content extraction for version comparisons. Arguments are passed as a list, which prevents shell injection. - [EXTERNAL_DOWNLOADS]: The skill instructions specify requirements for
tiktokenandPyYAML, which are standard libraries for tokenization and metadata parsing. It also references askillsCLI tool intended for package management. - [INDIRECT_PROMPT_INJECTION]: The auditing tools read and process external
SKILL.mdfiles, which could contain malicious instructions designed to influence the auditor's behavior. - Ingestion points:
scripts/audit-package.pyandscripts/count-context.pyread the content ofSKILL.mdand referenced files from target skill directories. - Boundary markers: The auditor utilizes
yaml.safe_loadto isolate frontmatter metadata from instructional content and uses standard markdown parsing for links. - Capability inventory: The scripts perform read-only static analysis and output results to the console. They do not implement any logic to execute commands found within the audited skill content.
- Sanitization: The
audit-package.pyscript includes explicit validation logic to ensure that local links and symlinks do not resolve to locations outside the audited package's root directory.
Audit Metadata