skills/mukul975/anthropic-cybersecurity-skills/continuous-llm-red-teaming-with-promptfoo/Gen Agent Trust Hub
continuous-llm-red-teaming-with-promptfoo
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The utility script
scripts/agent.pyusessubprocess.runto execute thepromptfoocommand-line tool. This is a functional requirement to automate the red-teaming process. The implementation uses argument lists rather than shell strings, which is the recommended practice to prevent command injection. - [EXTERNAL_DOWNLOADS]: The skill guides users to install well-known and reputable security frameworks:
promptfoovia npm anddeepteamvia pip. These tools are widely recognized in the AI security community for model evaluation and adversarial testing. - [CREDENTIALS_UNSAFE]: The documentation and example CI/CD workflows correctly instruct the use of environment variables and secrets for sensitive API keys, following standard security protocols for credential management.
- [DATA_EXFILTRATION]: No unauthorized network operations or sensitive file access patterns were detected. The skill's primary focus is on generating and evaluating local test cases for security analysis.
Audit Metadata