Export Control

🌐Community
by omer-metin · vlatest · Repository

This tool streamlines export control compliance by generating reports and flagging restricted data for review, saving time & mitigating risk.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add export-control npx -- -y @trustedskills/export-control
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "export-control": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/export-control"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The export-control skill allows AI agents to manage and restrict the export of data or resources based on predefined rules. It facilitates compliance with regulations by ensuring sensitive information doesn't leave designated boundaries. This includes implementing access controls, monitoring outbound data flows, and generating audit trails for exported items.

When to use it

  • Compliance Audits: To automatically verify adherence to export control policies during audits.
  • Data Loss Prevention (DLP): To prevent unauthorized transfer of confidential documents or code outside a secure environment.
  • Resource Management: To limit the outflow of computational resources, such as API calls or data processing tasks.
  • Geographic Restrictions: To enforce limitations on where specific data can be sent based on regulatory requirements.

Key capabilities

  • Rule-based export restrictions
  • Access control enforcement
  • Outbound data flow monitoring
  • Audit trail generation

Example prompts

  • "Restrict the export of files containing 'confidential' to outside the company network."
  • "Generate an audit log for all API calls originating from this server in the last 24 hours."
  • "Prevent any user from exporting data to countries on the restricted list."

Tips & gotchas

The skill requires a properly configured rule set defining which resources are subject to export control. Ensure these rules accurately reflect your organization’s policies for optimal effectiveness.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
omer-metin
Installs
12

🌐 Community

Passed automated security scans.