impeccable
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references an external repository at
github.com/pbakaus/impeccablefor live installation and directs users tohttps://impeccable.stylefor documentation. - [COMMAND_EXECUTION]: The skill instructions utilize
npxto execute theimpeccablepackage (npx impeccable detect) and define internal sub-commands (e.g.,/impeccable init,/impeccable audit) to interact with the design tool. - [INDIRECT_PROMPT_INJECTION]: The skill identifies a potential attack surface through commands that process local project data:
- Ingestion points: Project files are processed by the
audit,extract, anddocumentsub-commands. - Boundary markers: Not specified in the skill stub.
- Capability inventory: Shell execution capabilities are present via the
npxcommand reference. - Sanitization: Not explicitly documented in the metadata; the skill relies on the underlying
impeccableCLI logic for data handling.
Audit Metadata