ccg
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill uses the
Bashtool to executenpm runcommands within a hardcoded local directory (/Users/shunsukehayashi/dev/...). This allows for arbitrary command execution as defined in the local project's configuration. - [EXTERNAL_DOWNLOADS] (LOW): The skill utilizes
WebFetchandWebSearchto retrieve content from the internet, which involves downloading untrusted external data. - [PROMPT_INJECTION] (LOW): (Category 8) The skill's core function involves processing untrusted data from URLs, Images, and PDFs to generate course curriculum. This creates a surface for indirect prompt injection. Evidence Chain: 1. Ingestion points: External data enters via
WebFetchandRead(for PDFs/Images). 2. Boundary markers: No delimiters or 'ignore' instructions are specified in the provided metadata. 3. Capability inventory: The skill has access toBash(commands),Write(filesystem), andEdit(modification) across its operations. 4. Sanitization: No validation or sanitization of the external content is documented.
Audit Metadata