fianulabs
Official@fianulabs · United States of America
Enterprise Software Governance
Agent Skills by fianulabs
Showing 27 vetted skills indexed across 1 GitHub repositories.
writing-rego-rules
Write OPA v1 Rego rules that evaluate evidence against Fianu control policies.
matching-existing-controls
Scores requirement-to-control similarity to decide reuse, review, or new control creation.
working-with-attestations
Read, interpret, and submit Fianu attestation results via the notes and entities API endpoints.
working-with-asset-series
Query Fianu evidence attestations, violations, and gate checks across asset series dimensions.
working-with-release-gating
Evaluates release gates and drives the release lifecycle on the Fianu compliance platform.
working-with-entities
Fetch and create Fianu controls, policies, exceptions, and gates via REST endpoints.
working-with-tickets
Reads and posts activities on Fianu approval tickets via the platform HTTP API.
deploying-entities-as-code
Deploy Fianu controls, policies, gates, and indexes from YAML packages or Terraform HCL.
using-fianu-best-practices
Loads the Fianu domain reference to guide entity, asset, and compliance modeling decisions.
computing-decision-confidence
Computes confidence scores that gate autonomous approval actions on Fianu tickets.
using-fianu-api
Query any Fianu platform endpoint using the fianu api CLI and a grep-able route index.
parsing-framework-documents
Parses compliance framework documents into normalized requirements with automation-feasibility classification and confidence scores.
deploying-entities-terraform
Author and deploy Fianu compliance entities as HCL via the fianulabs/fianu Terraform provider.
working-with-findings-and-violations
Reads Fianu violations, findings, and vulnerability detail for assets and evidence notes.
writing-cel-expressions
Write CEL scoping expressions for Fianu policy criteria and index asset filters.
placing-entities-in-hierarchy
Maps framework and category keywords to recommended domains and collections for new controls.
managing-ticket-approvals
Automates approve and deny decisions on Fianu approval tickets using a confidence-gated workflow.
working-with-llm-context-rules
Fetches LLM context rule pods from controls and policies using the parent-walk pattern.
summarizing-evidence
Generate strict-schema JSON summaries of Fianu findings, violations, and attestations.
diffing-policies
Compares two policy versions and classifies changes as relaxed, tightened, added, or removed.
working-with-evidence-plugins
Select evidence plugins and discover their schemas for Fianu compliance controls.
working-with-indexes
Manages Fianu indexes via the /entities/indexes API including preview, recompute lifecycle, and typed errors.
converting-frameworks-to-controls
Maps compliance framework requirements to Fianu controls and generates a human-reviewed mapping report.
designing-policy-templates
Designs YAML policy templates with key-naming rules aligned to Rego rule data paths.
Frequently Asked Questions About fianulabs
FAQPage SchemaWhat tasks can I accomplish with Fianu's skills?▼
You can author Rego rules and CEL policy criteria, match requirements to existing controls, read attestations and violations, evaluate release gates, deploy controls/policies/gates via YAML or Terraform, parse compliance frameworks, and analyze or decide approval tickets with confidence scoring.
Who are Fianu's skills designed for?▼
They target governance engineers, compliance teams, and platform engineers managing software controls, policies, gates, and evidence on the Fianu platform, including agents performing autonomous ticket approvals guarded by confidence thresholds.
How do I deploy Fianu entities from source?▼
Use the fianu console CLI with on-disk YAML packages (envs/<env>/{controls,policies,exceptions,indexes,gates}/ layout) or the fianulabs/fianu Terraform provider. Both share the POST /entities/artifacts/deploy endpoint with SHA256 content-hash idempotency.
What prerequisites and authentication does the Fianu platform require?▼
Access uses the bot|fianu-agent auth-token pattern, with the actor derived from the token rather than request bodies. The Terraform provider supports OIDC, static-bearer, or CLI-token auth. The fianu api CLI handles /api prefixing, pagination, and jq filtering.
How does Fianu handle autonomous approval decisions?▼
A confidence framework gates autonomous ticket approvals at 0.50, 0.75, and 0.90 thresholds. Without an LLM context rule pod attached to the control or policy, confidence is capped at 0.70, and ambiguous cases default to advisory rather than autonomous action.