forze-wiring
Warn
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill's lifecycle configuration examples contain a hardcoded PostgreSQL connection string (DSN) with embedded credentials.
- Evidence:
dsn="postgresql://app:app@localhost:5432/app"inSKILL.md. - Context: While provided for a localhost setup, hardcoding
app:appcredentials is a security anti-pattern. - [PROMPT_INJECTION]: The skill implements a framework for processing external data through search and document registries, creating a surface for indirect prompt injection.
- Ingestion points:
SearchRequestDTOfor search queries andDocumentDTOsfor document operations inSKILL.md. - Boundary markers: None provided in the wiring instructions to delimit untrusted input from system instructions.
- Capability inventory: The skill configures database read/write capabilities via
PostgresDepsModuleandRedisDepsModuleinSKILL.md. - Sanitization: No explicit sanitization or validation logic is demonstrated for the external data inputs.
Audit Metadata