productlane
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Executes API requests by wrapping
curlcommands withinbash -cstrings. This approach is documented as a workaround to ensure environment variables likePRODUCTLANE_API_KEYare properly interpolated within the shell context. - [COMMAND_EXECUTION]: Writes temporary JSON files to
/tmp/productlane_request.jsonto handle POST and PATCH request payloads. This is a standard method for passing complex data structures to thecurlcommand using the-d @filenameflag. - [EXTERNAL_DOWNLOADS]: Performs network operations targeting
productlane.comandproductlane.mintlify.dev. These are official service endpoints and documentation sites for the Productlane product, representing the intended functionality of the skill.
Audit Metadata