audit/proxy-audit-session

Record proxy audit verdicts and generate formal session reports.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/venikman/fpf-foundry --skill audit-proxy-audit-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit/proxy-audit-session
Source: https://github.com/venikman/fpf-foundry/tree/main/design/skills/audit/proxy-audit-session
Command: npx skills add https://github.com/venikman/fpf-foundry --skill audit-proxy-audit-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill records a proxy audit verdict for a session, capturing findings and recommendations without changing the session state, enabling auditable decision trails and governance.

Core Features & Use Cases

  • Audit verdict recording: writes a structured proxy audit report for a given session.
  • Findings & recommendations capture: attaches findings, recommendations, artifacts, and optional DoD references to the audit.
  • Telemetry integration: logs a U.Work event when telemetry/log-work is available to maintain audit trails.
  • Use Case: Apply to ensure session-level compliance reviews in runtime contexts like AgentWorkflow or Tooling contexts.

Quick Start

Invoke the proxy-audit-session with context, session_id, verdict, findings, and optional recommendations to generate a report under runtime/contexts/<context>/audits/proxy/.

Frequently Asked Questions about audit/proxy-audit-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I record an audit verdict for a proxy session?

To record an audit verdict for a proxy session, you invoke the process with the context, session_id, verdict, and findings. This generates a formal proxy audit report documenting the review without altering the session state.

What is a proxy audit report used for in session governance?

A proxy audit report is used to capture findings, recommendations, and related artifacts for a specific session. It enables auditable decision trails and governance by deterministically documenting outcomes under bounded runtime contexts.

Does the proxy audit process change my active session state?

No, the proxy audit process does not change the active session state. It operates within bounded contexts and session scopes solely to document findings and recommendations without modifying the underlying session environment.

How do I attach recommendations and artifacts to a session compliance review?

You attach recommendations and artifacts to a session compliance review by passing them as optional parameters when recording the audit verdict. The system then writes these elements into the structured proxy audit report.

Where does the proxy audit report get saved during runtime?

The proxy audit report is deterministically saved under the runtime/contexts directory. Specifically, it resolves to the path runtime/contexts/<context>/audits/proxy/ to maintain organized session audit trails.

Can I log telemetry events when generating an audit report?

Yes, you can log telemetry events when generating an audit report. The system emits a U.Work log event automatically when telemetry or log-work is available, ensuring continuous audit trail integration.