stripe-sync-troubleshooting

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE] (SAFE): The skill consists of technical documentation and code samples intended for human or AI assistance during debugging. No automated execution of dangerous code is present.
  • [COMMAND_EXECUTION] (SAFE): Recommends manual commands for users to verify environment variables or test database connectivity. These are standard diagnostic procedures for developers and are not executed automatically by the agent.
  • [EXTERNAL_DOWNLOADS] (SAFE): Mentions installing @types/pg, a common and safe TypeScript definition package from the npm registry.
  • [SAFE] (SAFE): Includes a snippet suggesting rejectUnauthorized: false for Postgres SSL connections. While this is a known security risk for production environments (MITM), it is a standard troubleshooting step for local development with self-signed certificates and is used here as a diagnostic aid.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:10 PM