Weavz
Secureframe

Secureframe

Manage Secureframe controls, risks, tests, evidence, TPRM vendors, and Trust Center requests.

14 tools
1 trigger

Tools

Name
list_controls

List Secureframe controls with optional Lucene filters.

get_control

Get a Secureframe control by ID.

list_risks

List Secureframe risks with optional Lucene filters.

get_risk

Get a Secureframe risk by ID.

list_tests

List Secureframe tests with optional Lucene filters.

get_test

Get a Secureframe test by ID.

upload_test_evidence

Upload a file as evidence to a Secureframe test using the official multipart evidence endpoint.

update_test

Enable, disable, or update due dates/justification for a Secureframe test.

list_tprm_vendors

List Secureframe Third Party Risk Management vendors.

get_tprm_vendor

Get a Secureframe Third Party Risk Management vendor by ID.

archive_tprm_vendor

Archive a Third Party Risk Management vendor by ID.

list_trust_center_requests

List Secureframe Trust Center requests.

get_trust_center_request

Get a Secureframe Trust Center request by ID.

update_trust_center_request

Approve/reject Secureframe Trust Center resource requests and send an optional custom response.

Triggers

Name
new_trust_center_requests

Poll Secureframe Trust Center requests and emit matching requests. Use a Lucene query such as reviewed:false to narrow events.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('secureframe', 'list_controls', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'secureframe',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Secureframe to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Secureframe support?

Secureframe supports 14 tools including List Controls, Get Control, List Risks, Get Risk, List Tests, and more.

Can I use Secureframe with AI agents?

Yes. Add Secureframe to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Secureframe be used in stateful agent workflows?

Yes. Agents can combine Secureframe tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Secureframe use?

Secureframe uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Secureframe integration cost?

The Secureframe integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Secureframe support?

Secureframe supports 1 triggers including New Trust Center Requests.

Connect Secureframe in minutes

Get 20,000 free action executions every month. No credit card required.