Secureframe
Manage Secureframe controls, risks, tests, evidence, TPRM vendors, and Trust Center requests.
Tools
| Name | Description |
|---|---|
list_controlsList Secureframe controls with optional Lucene filters. | List Secureframe controls with optional Lucene filters. |
get_controlGet a Secureframe control by ID. | Get a Secureframe control by ID. |
list_risksList Secureframe risks with optional Lucene filters. | List Secureframe risks with optional Lucene filters. |
get_riskGet a Secureframe risk by ID. | Get a Secureframe risk by ID. |
list_testsList Secureframe tests with optional Lucene filters. | List Secureframe tests with optional Lucene filters. |
get_testGet a Secureframe test by ID. | Get a Secureframe test by ID. |
upload_test_evidenceUpload a file as evidence to a Secureframe test using the official multipart evidence endpoint. | Upload a file as evidence to a Secureframe test using the official multipart evidence endpoint. |
update_testEnable, disable, or update due dates/justification for a Secureframe test. | Enable, disable, or update due dates/justification for a Secureframe test. |
list_tprm_vendorsList Secureframe Third Party Risk Management vendors. | List Secureframe Third Party Risk Management vendors. |
get_tprm_vendorGet a Secureframe Third Party Risk Management vendor by ID. | Get a Secureframe Third Party Risk Management vendor by ID. |
archive_tprm_vendorArchive a Third Party Risk Management vendor by ID. | Archive a Third Party Risk Management vendor by ID. |
list_trust_center_requestsList Secureframe Trust Center requests. | List Secureframe Trust Center requests. |
get_trust_center_requestGet a Secureframe Trust Center request by ID. | Get a Secureframe Trust Center request by ID. |
update_trust_center_requestApprove/reject Secureframe Trust Center resource requests and send an optional custom response. | Approve/reject Secureframe Trust Center resource requests and send an optional custom response. |
Triggers
| Name | Description |
|---|---|
new_trust_center_requestsPoll Secureframe Trust Center requests and emit matching requests. Use a Lucene query such as reviewed:false to narrow events. | Poll Secureframe Trust Center requests and emit matching requests. Use a Lucene query such as reviewed:false to narrow events. |
Quick Start
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.