원클릭으로
fpf-skillverification-verify-behavior
Verifies that an execution trace complies with the FPF Behavioral Specification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verifies that an execution trace complies with the FPF Behavioral Specification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | fpf-skill:verification-verify-behavior |
| description | Verifies that an execution trace complies with the FPF Behavioral Specification. |
| version | 0.1.0 |
| allowed_tools | [] |
This skill acts as the Behavioral Verifier for the FPF Agent Stack. It verifies that a given runtime session or trace adheres to the Behavioral Specification (contexts/SkillRuntime/tests/bdd/BEHAVIORAL_SPEC.md), specifically focusing on Safety Invariants and Tri-State Guard logic.
Analyze the provided execution trace/log and verify the following behavioral invariants:
Verify that Guard transitions follow the Tri-State logic:
Return a structured Behavioral Verification Report:
{
"verified": boolean,
"specification_version": "contexts/SkillRuntime/tests/bdd/BEHAVIORAL_SPEC.md",
"invariants": {
"host_isolation": "pass" | "fail",
"schema_enforcement": "pass" | "fail",
"audit_completeness": "pass" | "fail"
},
"guard_logic_compliant": boolean,
"violations": string[]
}
If verified is false, violations must list the specific specific rules broken (e.g., "Tool execution X occurred without schema validation").
Generated skill for design/audit-name.
Generated skill for design/deprecate-name.
Generated skill for design/mint-name.
Minimal reference skill used to validate parsing and loading.
Evaluates a value against an FPF CSLC (Characteristic/Scale/Level/Coordinate) definition (A.18).
Calculates the SkillUsabilityScore (U.Metric) for Zero-Shot Enactment.