بنقرة واحدة
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 المهني
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.
| 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").