skill-security-auditor
Fail
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: HIGHPROMPT_INJECTIONREMOTE_CODE_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill documentation in
SKILL.mdandreferences/workflows.mdcontains multiple examples of prompt injection payloads (e.g., 'Ignore previous instructions', 'Act as if', 'Override system prompt'). These strings are intended as search patterns for the auditor but risk being misinterpreted as active instructions by the LLM. - [REMOTE_CODE_EXECUTION]:
SKILL.mdincludes strings representing malicious execution patterns (e.g.,curl|bash,python -c \"$(curl...)\") within its audit checklist. While these are for pattern matching, they are flagged by automated scanners as potential RCE vectors. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted third-party skill files.
- Ingestion points: Functions such as
scan_prompt_injectionandextract_code_blocksinreferences/tools.mdreceive external text content for analysis. - Boundary markers: There are no explicit instructions or delimiters defined to ensure the agent treats audited content strictly as data, increasing the risk that the agent may follow instructions embedded in the analyzed files.
- Capability inventory: The skill utilizes system tools like
grepandsha256sum(declared inSKILL.mdmetadata) and performs URL safety checks, providing a pathway for malicious data to influence system operations. - Sanitization: The analysis logic does not specify any sanitization or escaping of the untrusted inputs before they are evaluated by the agent.
Recommendations
- HIGH: Downloads and executes remote code from: http://` - DO NOT USE without thorough review
Audit Metadata