pmo-governance-lead
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it processes data from the local environment that could be influenced by an attacker.
- Ingestion points: In
src/lib.ts, the functionssearchRecursiveandsimpleGlobread filenames and directory structures from the filesystem usingfs.readdirSync. - Boundary markers: The filenames are included in the audit output without protective delimiters or instructions to ignore potential commands within the strings.
- Capability inventory: The skill possesses filesystem read capabilities (metadata) and file-writing capabilities via
safeWriteFileinsrc/index.ts. - Sanitization: No sanitization is performed on the filenames or paths discovered during the audit before they are interpolated into the resulting governance report.
- [COMMAND_EXECUTION]: The skill performs directory traversal and file metadata retrieval (existence, size, and modification times). It uses
fs.readdirSync,fs.statSync, andfs.existsSyncto audit the project structure based on the path provided in the--dirargument, which allows for reconnaissance of the local filesystem layout.
Audit Metadata