or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/safety@3.6.x
tile.json

tessl/pypi-safety

tessl install tessl/pypi-safety@3.6.0

Scan dependencies for known vulnerabilities and licenses.

Agent Success

Agent success rate when using this tile

61%

Improvement

Agent success rate improvement when using this tile compared to baseline

1.39x

Baseline

Agent success rate without this tile

44%

rubric.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
    }
  ]
}