skills/seaworld008/commonly-used-high-value-skills/information-security-manager-iso27001/Gen Agent Trust Hub
information-security-manager-iso27001
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill documentation instructs the agent to execute local Python scripts located in a
scripts/directory, such asscripts/risk_assessment.pyandscripts/compliance_checker.py. This involves the use of the shell to perform information security management tasks. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data which could potentially contain malicious instructions intended to influence the agent's output or behavior.
- Ingestion points: Untrusted data enters the agent context through external files like
assets.csvandcontrols.csv, which are passed as arguments to the execution scripts. - Boundary markers: The skill instructions do not specify any delimiters or safety prompts to prevent the agent from obeying instructions embedded within the data files.
- Capability inventory: The skill involves executing Python scripts that perform file system read and write operations, such as generating
risk_register.jsonorgap_analysis.mdreports. - Sanitization: There is no evidence of data sanitization or validation performed on the input files before they are processed by the scripts.
Audit Metadata