lightfast-clerk
Warn
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The helper function
meta_writeinlib/common.shconstructs and executes a Node.js command vianode -eusing string interpolation of arguments. This pattern lacks sufficient escaping for the interpolated values, which could lead to arbitrary command execution if an attacker can control the input data (e.g., via a compromised web session or local configuration). - [EXTERNAL_DOWNLOADS]: The skill performs network requests to the official Clerk Backend API (
https://api.clerk.com/v1) usingfetchto manage user accounts and session tokens for development purposes. - [PROMPT_INJECTION]: The
references/sign-in-playbook.mdprovides a methodology for agents to interact with web pages via theagent-browsertool. This creates a surface for indirect prompt injection where malicious instructions on a web page could influence the agent's actions. The skill lacks explicit boundary markers or data sanitization logic to mitigate this risk when data from the browser is used in subsequent operations.
Audit Metadata