skill-review
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONMETADATA_POISONING
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to run local scripts such as./scripts/review-skill.shand./scripts/check-versions.shfor its automated review process. These scripts are part of the skill package and rely on the execution environment's shell. - [INDIRECT_PROMPT_INJECTION]: The skill's primary function is to read and analyze other skills, which exposes it to indirect prompt injection if the files being audited contain malicious instructions. 1. Ingestion points: Data is pulled from external skills using
Read,Glob, andGreptools. 2. Boundary markers: The instructions lack specific requirements for boundary markers to prevent the agent from following instructions embedded in audited code. 3. Capability inventory: The skill has access to powerful tools includingBash,Edit,Write, andWebFetch. 4. Sanitization: No explicit sanitization or filtering of audited content is described. - [METADATA_POISONING]: The skill documentation contains inconsistencies; while the system identifies the author as
dennislee928, the skill's README and repository links point to a different maintainer (jezweb) and repository.
Audit Metadata