← Back to search

pipedriver

vaibhavpandeyvpz Scanned 27d ago

MCP server for Pipedrive v2 API — tools for deals, persons, organizations, products, activities, and more.

B
87.1 / 100

Versions

1.0.0latest
Feb 23, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 97

pipedrive_deals_add
annotations: none low

Add a new deal.

pipedrive_deals_get_products
annotations: none low

Lists products attached to a deal.

pipedrive_deals_add_product
annotations: none low

Adds a product to a deal.

pipedrive_deals_delete
annotations: none low

Delete a deal. After 30 days, the deal will be permanently deleted.

pipedrive_deals_get
annotations: none low

Returns the details of a specific deal.

pipedrive_deals_delete_product
annotations: none low

Deletes a product attachment from a deal.

pipedrive_deals_get_followers
annotations: none low

Lists users who are following the deal.

pipedrive_deals_add_follower
annotations: none low

Adds a user as a follower to the deal.

pipedrive_deals_delete_follower
annotations: none low

Deletes a user follower from the deal.

pipedrive_deals_list
annotations: none low

Returns data about all not archived deals. Supports filters, sort, and pagination.

pipedrive_deals_list_archived
annotations: none low

Returns data about all archived deals.

pipedrive_deals_update
annotations: none low

Updates the properties of a deal.

pipedrive_activities_delete
annotations: none low

Delete an activity. After 30 days, the activity will be permanently deleted.

pipedrive_deals_search
annotations: none low

Searches all deals by title, notes and/or custom fields.

pipedrive_activities_add
annotations: none low

Add a new activity.

pipedrive_activities_list
annotations: none low

Returns data about all activities. Supports filtering by filter_id, owner_id, deal_id, lead_id, person_id, org_id, done; sort and pagination.

pipedrive_activities_get
annotations: none low

Returns the details of a specific activity.

pipedrive_activities_update
annotations: none low

Updates the properties of an activity.

pipedrive_item_search
annotations: none low

Performs a search across multiple item types (deal, person, organization, product, lead, file, mail_attachment, project) and fields.

pipedrive_item_search_by_field
annotations: none low

Performs a search using a specific field from an item type. Results can be distinct values or item IDs.

pipedrive_persons_add
annotations: none low

Add a new person.

pipedrive_persons_delete
annotations: none low

Delete a person. After 30 days, the person will be permanently deleted.

pipedrive_persons_get
annotations: none low

Returns the details of a specific person.

pipedrive_persons_list
annotations: none low

Returns data about all persons. Supports filters, sort, and pagination.

pipedrive_persons_update
annotations: none low

Updates the properties of a person.

pipedrive_persons_search
annotations: none low

Searches all persons by name, email, phone, notes and/or custom fields.

pipedrive_persons_get_picture
annotations: none low

Returns the picture associated with a person.

pipedrive_persons_get_followers
annotations: none low

Lists users who are following the person.

pipedrive_persons_add_follower
annotations: none low

Adds a user as a follower to the person.

pipedrive_persons_delete_follower
annotations: none low

Deletes a user follower from the person.

pipedrive_persons_get_followers_changelog
annotations: none low

Lists changelogs about users who have followed the person.

pipedrive_deal_fields_get
annotations: none low

Returns metadata about a specific deal field.

pipedrive_deal_fields_list
annotations: none low

Returns metadata about all deal fields in the company.

pipedrive_person_fields_get
annotations: none low

Returns metadata about a specific person field.

pipedrive_person_fields_list
annotations: none low

Returns metadata about all person fields in the company.

pipedrive_organization_fields_get
annotations: none low

Returns metadata about a specific organization field.

pipedrive_organization_fields_list
annotations: none low

Returns metadata about all organization fields in the company.

pipedrive_product_fields_get
annotations: none low

Returns metadata about a specific product field.

pipedrive_product_fields_list
annotations: none low

Returns metadata about all product fields in the company.

pipedrive_users_get_followers
annotations: none low

Lists users who are following the given user.

pipedrive_stages_add
annotations: none low

Add a new stage. Returns the ID upon success.

pipedrive_stages_delete
annotations: none low

Marks a stage as deleted.

pipedrive_stages_get
annotations: none low

Returns data about a specific stage.

pipedrive_stages_list
annotations: none low

Returns data about all stages. Optionally filter by pipeline_id.

pipedrive_stages_update
annotations: none low

Updates the properties of a stage.

pipedrive_leads_search
annotations: none low

Searches all leads by title, notes and/or custom fields. Can filter by person_id and organization_id.

pipedrive_leads_convert_to_deal
annotations: none low

Initiates conversion of a lead to a deal. Returns conversion job ID; use get_lead_conversion_status to check result.

pipedrive_leads_get_conversion_status
annotations: none low

Returns the status of a lead-to-deal conversion.

pipedrive_pipelines_add
annotations: none low

Add a new pipeline.

pipedrive_pipelines_delete
annotations: none low

Marks a pipeline as deleted.

pipedrive_pipelines_get
annotations: none low

Returns data about a specific pipeline.

pipedrive_pipelines_list
annotations: none low

Returns data about all pipelines.

pipedrive_pipelines_update
annotations: none low

Updates the properties of a pipeline.

pipedrive_deals_convert_to_lead
annotations: none low

Initiates conversion of a deal to a lead. Returns conversion job ID; use get_deal_conversion_status to check result.

pipedrive_deals_get_conversion_status
annotations: none low

Returns the status of a deal-to-lead conversion.

pipedrive_deals_get_followers_changelog
annotations: none low

Lists changelogs about users who have followed the deal.

pipedrive_deals_add_many_products
annotations: none low

Adds multiple products to a deal in a single request. Maximum 100 products per request.

pipedrive_deals_delete_many_products
annotations: none low

Deletes multiple products from a deal. If no ids provided, up to 100 products are removed.

pipedrive_deals_update_product
annotations: none low

Updates the details of a product attached to a deal.

pipedrive_deals_get_deals_products
annotations: none low

Returns data about products attached to several deals. Pass deal_ids array (max 100).

pipedrive_deals_get_additional_discounts
annotations: none low

Lists discounts attached to a deal.

pipedrive_deals_post_additional_discount
annotations: none low

Adds a discount to a deal (affects value if deal has one-time products).

pipedrive_deals_delete_additional_discount
annotations: none low

Removes a discount from a deal.

pipedrive_deals_update_additional_discount
annotations: none low

Edits a discount added to a deal.

pipedrive_deals_get_installments
annotations: none low

Lists installments attached to a list of deals. Growth and above plans.

pipedrive_deals_post_installment
annotations: none low

Adds an installment to a deal. Deal must have at least one one-time product. Growth+.

pipedrive_deals_delete_installment
annotations: none low

Removes an installment from a deal. Growth and above plans.

pipedrive_deals_update_installment
annotations: none low

Edits an installment added to a deal. Growth and above plans.

pipedrive_products_add
annotations: none low

Add a new product.

pipedrive_products_delete
annotations: none low

Marks a product as deleted.

pipedrive_products_get
annotations: none low

Returns the details of a specific product.

pipedrive_products_list
annotations: none low

Returns data about all products. Supports filters, sort, and pagination.

pipedrive_products_update
annotations: none low

Updates the properties of a product.

pipedrive_products_search
annotations: none low

Searches all products by name, code and/or custom fields.

pipedrive_products_get_followers
annotations: none low

Lists users who are following the product.

pipedrive_products_add_follower
annotations: none low

Adds a user as a follower to the product.

pipedrive_products_delete_follower
annotations: none low

Deletes a user follower from the product.

pipedrive_products_get_followers_changelog
annotations: none low

Lists changelogs about users who have followed the product.

pipedrive_products_duplicate
annotations: none low

Duplicates a product.

pipedrive_products_get_variations
annotations: none low

Returns product variations for a product.

pipedrive_products_add_variation
annotations: none low

Adds a new product variation.

pipedrive_products_delete_variation
annotations: none low

Deletes a product variation.

pipedrive_products_update_variation
annotations: none low

Updates a product variation.

pipedrive_products_get_image
annotations: none low

Returns the image associated with a product.

pipedrive_products_delete_image
annotations: none low

Deletes the image associated with a product.

pipedrive_activity_fields_get
annotations: none low

Returns metadata about a specific activity field.

pipedrive_activity_fields_list
annotations: none low

Returns metadata about all activity fields in the company.

pipedrive_organizations_add
annotations: none low

Add a new organization.

pipedrive_organizations_delete
annotations: none low

Delete an organization. After 30 days, the organization will be permanently deleted.

pipedrive_organizations_get
annotations: none low

Returns the details of a specific organization.

pipedrive_organizations_list
annotations: none low

Returns data about all organizations. Supports filters, sort, and pagination.

pipedrive_organizations_update
annotations: none low

Updates the properties of an organization.

pipedrive_organizations_search
annotations: none low

Searches all organizations by name, address, notes and/or custom fields.

pipedrive_organizations_get_followers
annotations: none low

Lists users who are following the organization.

pipedrive_organizations_add_follower
annotations: none low

Adds a user as a follower to the organization.

pipedrive_organizations_delete_follower
annotations: none low

Deletes a user follower from the organization.

pipedrive_organizations_get_followers_changelog
annotations: none low

Lists changelogs about users who have followed the organization.

Permissions 1

env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 202

low
Tool 'pipedrive_activities_add' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_activities_delete' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_activities_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_activities_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_activities_update' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_item_search' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_item_search_by_field' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_add' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_delete' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_update' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_search' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_get_picture' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_get_followers' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_add_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_delete_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_persons_get_followers_changelog' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deal_fields_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deal_fields_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_person_fields_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_person_fields_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organization_fields_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organization_fields_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_product_fields_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_product_fields_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_users_get_followers' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_stages_add' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_stages_delete' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_stages_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_stages_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_stages_update' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_leads_search' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_leads_convert_to_deal' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_leads_get_conversion_status' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_pipelines_add' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_pipelines_delete' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_pipelines_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_pipelines_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_pipelines_update' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_add' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_delete' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_list_archived' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_update' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_search' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get_products' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_add_product' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_delete_product' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get_followers' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_add_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_delete_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_convert_to_lead' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get_conversion_status' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get_followers_changelog' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_add_many_products' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_delete_many_products' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_update_product' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get_deals_products' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get_additional_discounts' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_post_additional_discount' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_delete_additional_discount' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_update_additional_discount' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_get_installments' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_post_installment' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_delete_installment' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_deals_update_installment' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_add' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_delete' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_update' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_search' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_get_followers' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_add_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_delete_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_get_followers_changelog' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_duplicate' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_get_variations' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_add_variation' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_delete_variation' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_update_variation' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_get_image' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_products_delete_image' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_activity_fields_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_activity_fields_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_add' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_delete' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_get' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_list' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_update' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_search' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_get_followers' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_add_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_delete_follower' has no annotations annotation_checker · 100%
low
Tool 'pipedrive_organizations_get_followers_changelog' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
package.json metadata manifest_parser · 100%
info
Tool: pipedrive_activities_add manifest_parser · 85%
info
Tool: pipedrive_activities_delete manifest_parser · 85%
info
Tool: pipedrive_activities_list manifest_parser · 85%
info
Tool: pipedrive_activities_get manifest_parser · 85%
info
Tool: pipedrive_activities_update manifest_parser · 85%
info
Tool: pipedrive_item_search manifest_parser · 85%
info
Tool: pipedrive_item_search_by_field manifest_parser · 85%
info
Tool: pipedrive_persons_add manifest_parser · 85%
info
Tool: pipedrive_persons_delete manifest_parser · 85%
info
Tool: pipedrive_persons_get manifest_parser · 85%
info
Tool: pipedrive_persons_list manifest_parser · 85%
info
Tool: pipedrive_persons_update manifest_parser · 85%
info
Tool: pipedrive_persons_search manifest_parser · 85%
info
Tool: pipedrive_persons_get_picture manifest_parser · 85%
info
Tool: pipedrive_persons_get_followers manifest_parser · 85%
info
Tool: pipedrive_persons_add_follower manifest_parser · 85%
info
Tool: pipedrive_persons_delete_follower manifest_parser · 85%
info
Tool: pipedrive_persons_get_followers_changelog manifest_parser · 85%
info
Tool: pipedrive_deal_fields_get manifest_parser · 85%
info
Tool: pipedrive_deal_fields_list manifest_parser · 85%
info
Tool: pipedrive_person_fields_get manifest_parser · 85%
info
Tool: pipedrive_person_fields_list manifest_parser · 85%
info
Tool: pipedrive_organization_fields_get manifest_parser · 85%
info
Tool: pipedrive_organization_fields_list manifest_parser · 85%
info
Tool: pipedrive_product_fields_get manifest_parser · 85%
info
Tool: pipedrive_product_fields_list manifest_parser · 85%
info
Tool: pipedrive_users_get_followers manifest_parser · 85%
info
Tool: pipedrive_stages_add manifest_parser · 85%
info
Tool: pipedrive_stages_delete manifest_parser · 85%
info
Tool: pipedrive_stages_get manifest_parser · 85%
info
Tool: pipedrive_stages_list manifest_parser · 85%
info
Tool: pipedrive_stages_update manifest_parser · 85%
info
Tool: pipedrive_leads_search manifest_parser · 85%
info
Tool: pipedrive_leads_convert_to_deal manifest_parser · 85%
info
Tool: pipedrive_leads_get_conversion_status manifest_parser · 85%
info
Tool: pipedrive_pipelines_add manifest_parser · 85%
info
Tool: pipedrive_pipelines_delete manifest_parser · 85%
info
Tool: pipedrive_pipelines_get manifest_parser · 85%
info
Tool: pipedrive_pipelines_list manifest_parser · 85%
info
Tool: pipedrive_pipelines_update manifest_parser · 85%
info
Tool: pipedrive_deals_add manifest_parser · 85%
info
Tool: pipedrive_deals_delete manifest_parser · 85%
info
Tool: pipedrive_deals_get manifest_parser · 85%
info
Tool: pipedrive_deals_list manifest_parser · 85%
info
Tool: pipedrive_deals_list_archived manifest_parser · 85%
info
Tool: pipedrive_deals_update manifest_parser · 85%
info
Tool: pipedrive_deals_search manifest_parser · 85%
info
Tool: pipedrive_deals_get_products manifest_parser · 85%
info
Tool: pipedrive_deals_add_product manifest_parser · 85%
info
Tool: pipedrive_deals_delete_product manifest_parser · 85%
info
Tool: pipedrive_deals_get_followers manifest_parser · 85%
info
Tool: pipedrive_deals_add_follower manifest_parser · 85%
info
Tool: pipedrive_deals_delete_follower manifest_parser · 85%
info
Tool: pipedrive_deals_convert_to_lead manifest_parser · 85%
info
Tool: pipedrive_deals_get_conversion_status manifest_parser · 85%
info
Tool: pipedrive_deals_get_followers_changelog manifest_parser · 85%
info
Tool: pipedrive_deals_add_many_products manifest_parser · 85%
info
Tool: pipedrive_deals_delete_many_products manifest_parser · 85%
info
Tool: pipedrive_deals_update_product manifest_parser · 85%
info
Tool: pipedrive_deals_get_deals_products manifest_parser · 85%
info
Tool: pipedrive_deals_get_additional_discounts manifest_parser · 85%
info
Tool: pipedrive_deals_post_additional_discount manifest_parser · 85%
info
Tool: pipedrive_deals_delete_additional_discount manifest_parser · 85%
info
Tool: pipedrive_deals_update_additional_discount manifest_parser · 85%
info
Tool: pipedrive_deals_get_installments manifest_parser · 85%
info
Tool: pipedrive_deals_post_installment manifest_parser · 85%
info
Tool: pipedrive_deals_delete_installment manifest_parser · 85%
info
Tool: pipedrive_deals_update_installment manifest_parser · 85%
info
Tool: pipedrive_products_add manifest_parser · 85%
info
Tool: pipedrive_products_delete manifest_parser · 85%
info
Tool: pipedrive_products_get manifest_parser · 85%
info
Tool: pipedrive_products_list manifest_parser · 85%
info
Tool: pipedrive_products_update manifest_parser · 85%
info
Tool: pipedrive_products_search manifest_parser · 85%
info
Tool: pipedrive_products_get_followers manifest_parser · 85%
info
Tool: pipedrive_products_add_follower manifest_parser · 85%
info
Tool: pipedrive_products_delete_follower manifest_parser · 85%
info
Tool: pipedrive_products_get_followers_changelog manifest_parser · 85%
info
Tool: pipedrive_products_duplicate manifest_parser · 85%
info
Tool: pipedrive_products_get_variations manifest_parser · 85%
info
Tool: pipedrive_products_add_variation manifest_parser · 85%
info
Tool: pipedrive_products_delete_variation manifest_parser · 85%
info
Tool: pipedrive_products_update_variation manifest_parser · 85%
info
Tool: pipedrive_products_get_image manifest_parser · 85%
info
Tool: pipedrive_products_delete_image manifest_parser · 85%
info
Tool: pipedrive_activity_fields_get manifest_parser · 85%
info
Tool: pipedrive_activity_fields_list manifest_parser · 85%
info
Tool: pipedrive_organizations_add manifest_parser · 85%
info
Tool: pipedrive_organizations_delete manifest_parser · 85%
info
Tool: pipedrive_organizations_get manifest_parser · 85%
info
Tool: pipedrive_organizations_list manifest_parser · 85%
info
Tool: pipedrive_organizations_update manifest_parser · 85%
info
Tool: pipedrive_organizations_search manifest_parser · 85%
info
Tool: pipedrive_organizations_get_followers manifest_parser · 85%
info
Tool: pipedrive_organizations_add_follower manifest_parser · 85%
info
Tool: pipedrive_organizations_delete_follower manifest_parser · 85%
info
Tool: pipedrive_organizations_get_followers_changelog manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 7 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%