find-risky-assumptions
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Safe Script Execution: The skill utilizes a bundled Python script (
scripts/add_assumptions.py) to manage its YAML data. This script uses the standardyaml.safe_loadmethod, which is a best practice to prevent code execution during deserialization. The use of thesecretsmodule for generating IDs is also a secure choice. - Controlled Filesystem Access: Operations are restricted to a project-specific directory (
.amplifier/revisioner/). The skill correctly instructs the agent to verify absolute paths before execution and explicitly warns against guessing or using unverified locations. - No External Network Dependencies: The skill does not make network requests, download external code at runtime, or exfiltrate data. All processing occurs locally on the provided documents and the project's internal ledger.
- Well-Defined Boundaries: The instructions include clear constraints on the agent's behavior, such as forbidding the modification of existing risk scores or de-risking assumptions, ensuring the skill stays within its intended scope.
Audit Metadata