iso27001-audit
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform comprehensive repository searches usingfindandgrepand to execute local vulnerability scanners likenpm auditandpip-audit. These operations are limited to evidence gathering and are consistent with the skill's primary function. - [DATA_EXFILTRATION]: The skill identifies and examines sensitive files such as
.envand configuration for secret-management systems (e.g., HashiCorp Vault, AWS KMS) as part of the audit process. The risk of exposure is mitigated by explicit instructions across all modules requiring the agent to redact discovered secret values as[REDACTED]and never include them in the final reports. - [PROMPT_INJECTION]: An indirect prompt injection surface is present because the skill ingests and processes content from arbitrary source files and documentation within the repository. * Ingestion points: File content is read via
ReadandBashtools during the audit. * Boundary markers: Ingested content is not wrapped in specific delimiters. * Capability inventory: The skill has access toBashandWritetools. * Sanitization: While secrets are redacted, the skill does not explicitly sanitize malicious natural language instructions that might be embedded in the audited files. This is a common characteristic of automated analysis tools and is documented here as an inherent risk.
Audit Metadata