breach-remediation
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is primarily educational and administrative, focusing on GDPR compliance and incident recovery workflows. All provided files serve the stated purpose of post-breach remediation management.
- [PROMPT_INJECTION]: No patterns of prompt injection, such as instructions to override system prompts, bypass safety filters, or disclose internal instructions, were detected.
- [EXTERNAL_DOWNLOADS]: The skill does not initiate any network connections or download external scripts or packages. It relies entirely on the local files provided.
- [REMOTE_CODE_EXECUTION]: The Python script in
scripts/process.pyuses only safe, standard libraries (json, datetime, enum) for data structure manipulation. It does not utilizeeval(),exec(), or any subprocess-related functions that could be exploited for remote code execution. - [DATA_EXFILTRATION]: No network operations or sensitive file access patterns were identified. The script only processes local data structures and prints results to the console.
- [CREDENTIALS_UNSAFE]: No hardcoded credentials, API keys, or private tokens were found in the instructions, code, or templates.
Audit Metadata