skill-health
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses several shell utilities to analyze the structural integrity and freshness of files. This includes
awkfor verifying frontmatter delimiters,grepfor pattern discovery, andgit logorfindfor determining modification history. It also contains logic to execute a local JavaScript file vianode tools/pattern-alignment.jsif that tool is present in the repository. - [EXTERNAL_DOWNLOADS]: The skill performs limited network operations to validate the availability of external links and dependencies cited in audited skills. It uses
curl -sIto fetch HTTP headers and theghCLI to interact with the GitHub API for repository metadata. These requests are restricted to metadata retrieval and do not execute remote code. - [PROMPT_INJECTION]: The skill processes potentially untrusted content from other skills' documentation, creating a surface for indirect prompt injection.
- Ingestion points: The skill reads
SKILL.mdfiles from various subdirectories within theskills/root. - Boundary markers: It implements 'Boundary Rules' that explicitly instruct the agent to treat the audited files as read-only data and to avoid dynamic execution.
- Capability inventory: The skill has access to shell tools and network utilities for validation purposes.
- Sanitization: No technical sanitization of the input text is performed; safety relies on the high-level boundary instructions and the agent's defined role as an auditor.
Audit Metadata