CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-safety

Scan dependencies for known vulnerabilities and licenses.

61

1.38x
Quality

Pending

Does it follow best practices?

Impact

61%

1.38x

Average score across 10 eval scenarios

SecuritybySnyk

Pending

The risk profile of this skill

Overview
Eval results
Files

criteria.jsonevals/scenario-8/

{
  "context": "This evaluation assesses how well the engineer uses the Safety CLI package's firewall mode functionality to create a wrapper script that intercepts package manager commands for security scanning. The focus is on proper usage of Safety's firewall initialization and removal commands.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Firewall initialization",
      "description": "Uses the 'safety firewall init' command with appropriate tool arguments to install security interceptors for package managers",
      "max_score": 30
    },
    {
      "name": "Firewall removal",
      "description": "Uses the 'safety firewall uninstall' command to remove all installed interceptors",
      "max_score": 25
    },
    {
      "name": "Tool specification",
      "description": "Properly passes package manager names (e.g., pip, poetry) using the --tool flag when initializing the firewall",
      "max_score": 20
    },
    {
      "name": "Command execution",
      "description": "Executes Safety CLI commands using subprocess or similar mechanism to interact with the Safety package",
      "max_score": 15
    },
    {
      "name": "Error detection",
      "description": "Checks for Safety package availability and handles command execution errors appropriately",
      "max_score": 10
    }
  ]
}

tile.json