api-test-postman
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it is designed to ingest and process external data such as OpenAPI specifications, Postman collections, and curl commands without explicit boundary markers.
- Ingestion points: According to
prompts/api-test-postman.md, the skill accepts OpenAPI files, curl commands, and Postman collections as input. - Boundary markers: There are no delimiters or instructions provided to the agent to treat external content as untrusted data.
- Capability inventory: The skill produces executable Postman collections and includes a helper script (
scripts/run-tests.sh) for running thenewmanCLI tool. - Sanitization: No evidence of input sanitization or validation was found in the instructions.
- [COMMAND_EXECUTION]: The
scripts/run-tests.shscript executes thenewmancommand-line tool. It utilizes shell variables ($COLLECTIONand$ENVIRONMENT) to define execution paths, which could be exploited for command injection if the environment is not strictly controlled. - [PRIVILEGE_ESCALATION]: The
README.mdfile advises users to use the-ExecutionPolicy Bypassparameter when installing the skill via PowerShell. This practice encourages users to circumvent local security configurations that restrict script execution.
Audit Metadata