session-end
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell scripts using relative paths from the skill directory, specifically
session-survey.shanddistill-survey.sh. These are used to collect session metadata and summarize activity. - [INDIRECT_PROMPT_INJECTION]: The skill reads external data from
docs/blueprint/manifest.jsonto determine theautonomy_leveland whether to auto-run theblueprint-feature-tracker-synctask. - Ingestion points:
docs/blueprint/manifest.json(specifically theautomationandtask_registryobjects). - Boundary markers: Absent; the agent reads the file content directly via
jqto make execution decisions. - Capability inventory: The skill has access to
Bash(shell execution) andSkill(invoking other sub-skills) tools. - Sanitization: The skill uses
jqto extract boolean and integer values, which provides basic data type validation but does not prevent logic manipulation if the manifest file is compromised by an attacker.
Audit Metadata